/* CSS Document
Project Name: Bizkit
Version:  1.0
Author Name: irs_soft (https://themeforest.net/user/irs_soft)
*/
/*

01. General CSS
      -> Common CSS
      -> Form CSS
      -> Background Over Layer CSS
      -> Section Title CSS
      -> Theme btn CSS
      -> Preloader CSS
      -> Scroll To Top CSS
      -> Pagination CSS
02. Header CSS
03. Slider CSS
04. Feature CSS
05. About CSS
06. Separator CSS 
07. Service CSS
      -> Service Inner CSS
08. Consultation CSS
09. Portfolio CSS
      -> Portfolio Two CSS
10. Team CSS
      -> Team Details
11. Testimonial CSS
12. Blog CSS
      -> Image hover CSS
      -> Blog Two Start
      -> Blog Full Width CSS
      -> Blog Left sidebar CSS
      -> Blog Sidebar CSS
      -> Blog Single CSS
13. Main Banner CSS
14. Page Name CSS 
15. Client CSS
16. FAQ CSS
17. Error Page CSS
18. Contact Info CSS
19. Contact CSS 
20. Footer CSS

*/


/*-------------------------------------------------
>>>>>>>>>> 01. General CSS <<<<<<<<<<
---------------------------------------------------*/
 body {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
  overflow-x: hidden;
}

/* Custom Container */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Common CSS */
 h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #222222;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: capitalize;
}
h1 {
  font-size: 40px;
  line-height: 60px;
}
h2 {
  font-size: 36px;
  line-height: 54px;
}
h3 {
  font-size: 28px;
  line-height: 42px;
}
h4 {
  font-size: 24px;
  line-height: 36px;
}
h5 {
  font-size: 20px;
  line-height: 30px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
p {
     margin: 0;
     padding: 0;
}
}
 a {
     margin: 0;
     padding: 0;
     text-decoration: none;
     -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;
}
 a:focus, a:hover {
     text-decoration: none;
     -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;
}
 ul {
     margin: 0;
     padding: 0;
}
 ul li {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
 img {
     max-width: 100%;
     height: auto;
}
/* Form CSS */
 .form-control {
     height: 45px;
     margin-bottom: 30px;
     box-shadow: none;
     border: 1px solid #e4e4e4;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     border-radius: 0px;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
}
 .form-control:focus {
     border-color: #999999;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
}
 ::-moz-selection {
    /* Code for Firefox */
     color: #ffffff;
   background: #ffa733;}
 ::selection {
     color: #ffffff;
   background: #ffa733;}
 ::-webkit-input-placeholder {
     color: #676767 !important;
}
 ::-moz-placeholder {
     color: #676767 !important;
}
 ::-o-placeholder {
     color: #676767 !important;
}
 :-ms-input-placeholder {
     color: #676767 !important;
}
 input:-moz-placeholder {
     color: #676767 !important;
}
.notification-bar form .form-control::-webkit-input-placeholder {
     color: #ffffff !important;
}
.notification-bar form .form-control::-moz-placeholder {
     color: #ffffff !important;
}
.notification-bar form .form-control::-o-placeholder {
     color: #ffffff !important;
}
.notification-bar form .form-control:-ms-input-placeholder {
     color: #ffffff !important;
}
.notification-bar form .form-control input:-moz-placeholder {
     color: #ffffff !important;
}
/* Background Over Layer CSS */
 .over-layer-black {
     position: relative;
}
 .over-layer-black:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(34, 34, 34, 0.8);
}
 .over-layer-white {
     position: relative;
}
 .over-layer-white:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(255, 255, 255, 0.8);
}
/* Section Title CSS */
 .title-col {
    text-align: center;
    margin-bottom: 50px;
}
.title-col h6 {
     color: #ffa733;
     margin-top: -5px;
}
.title-col h2 span {
    font-weight: 200;
}
.title-col h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 10px;
}
.title-bdr {
  width: 60px;
  height: 1px;
background: #ffa733;  margin: 0 auto;
}



/* Theme btn CSS */
 .theme-btn {
     display: inline-block;
     position: relative;
     border: none;
     border-radius: 50px;
     padding: 8px 22px 12px 25px;
     background: transparent;
     font-size: 16px;
     color: #333333;
     font-weight: 600;
     text-transform: uppercase;
     height: 50px;
     z-index: 0;
     word-spacing: 2px;
}
 .theme-btn:hover {
    background: transparent;
    color: #ffffff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
 }
 .theme-btn i {
    font-size: 24px;
    position: relative;
    bottom: -5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
 }
.theme-btn:hover i {
  margin-left: 5px;
  color: #ffffff;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
 .theme-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
  background: #ffa733;    border-radius: 50px;
    opacity: 0.5;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
 }
  .theme-btn:hover:before {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}


/* Preloader CSS */
 #preloader {
     position: fixed;
     left: 0;
     top: 0;
     z-index: 99999999;
     width: 100%;
     height: 100%;
     overflow: visible;
     background: #ffffff url("../images/preloader.gif") no-repeat center center;
}
/* Scroll To Top CSS Start */
 #dyscrollup-btn {
     z-index: 999999;
     position: fixed;
     bottom: 10px;
     right: 10px;
     cursor: pointer;
     display: none;
     color: #ffffff;
     text-align: center;
}
 #dyscrollup-btn:before {
     content: "\f0a6";
     font-family: FontAwesome;
     position: absolute;
     left: 0;
     bottom: 10px;
     color: #ffa733;
     font-size: 45px;
}
/* Pagination CSS */
 .my-pagination {
     text-align: center;
     display: block;
}
 .my-pagination {
     margin-top: 20px;
     margin-bottom: 30px;
}
 .my-pagination .page-link {
     color: #ffa733;
}
 .my-pagination .page-link:hover {
  background: #ffa733;    border-color: #ffa733;
    color: #ffffff;
 }
 .my-pagination .page-item.active .page-link {
   background: #ffa733;     border-color: #ffa733;
}
/* Default Section Padding CSS */
 .default-section {
     padding: 100px 0 70px;
}
.default-col {
  margin-bottom: 30px;
}



/*------------------------------------------------ 
    >>>>>>>>>> 02. Header CSS <<<<<<<<<< 
--------------------------------------------------*/
.header-area {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999999;
    background: transparent;
    -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;
}
.header-area .container-fluid {
    padding: 0 150px;
}



/* Header Topbar CSS */
.header-topbar-area {
  padding: 10px 0 0;
background: #ffa733;}
.header-topbar-col {
  margin-bottom: 10px;
}
.header-topbar-col ul {
  padding: 0;
  margin: 0;
}
.header-topbar-col ul li {
  color: #ffffff;
  display: inline-block;
  margin-right: 20px;
}
.header-topbar-col ul li i {
  color: #ffffff;
  margin-right: 5px;
}
.topbar-social {
  text-align: right;
}
.topbar-social ul {
  padding: 0;
  margin: 0;
}
.topbar-social ul li {
  margin-right: 0;
  margin-left: 10px;
}
.topbar-social ul li a i:hover {
  color: #333333;
}


/* Header Nav CSS Start */
.header-navbar {
   
}
.header-logo {
    padding-top: 35px;
    -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;
}
.header-logo img {
    width: 160px;
    height: auto;
}
.logo-white {
  display: block;
}
.logo-black {
  display: none;
}
.header-area.fixed-header .logo-white {
  display: none;
}
.header-area.fixed-header .logo-black {
  display: block;
}
.stellarnav ul {
    text-align: right;
}
.stellarnav>ul>li>a {
    color: #ffffff !important;
    text-transform: capitalize;
    padding: 40px 30px;
    position: relative;
    font-weight: 400;
}
.stellarnav>ul>li:last-child a {
  padding-right: 0;
}
.stellarnav.light {
  background: transparent;
}
.stellarnav>ul>li>a:hover {
  color: #ffa733 !important;
}
.stellarnav>ul>li.active>a {
    border-bottom-color: #ffa733 !important;
}
.stellarnav ul ul {
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 2px solid #ffa733;
}
.stellarnav ul li ul li a {
    padding: 12px 15px 15px;
    border-bottom: 1px solid rgba(0,0,0,.15);
    text-transform: capitalize;
}
.stellarnav ul li ul li a:hover {
    padding-left: 20px;
    color: #ffa733;
    background: #f6f6f6;
}
.stellarnav ul li ul li:last-child a {
    border-bottom: none;
}
.stellarnav.light a, .stellarnav.light li a {
    color: #333333;
}

/* NavBar Fixed CSS */
.fixed-header {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    -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;
}
.fixed-header .header-logo {
  padding-top: 15px;
  padding-bottom: 5px;
  -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;
}
.fixed-header .stellarnav>ul>li>a {
    padding: 25px 30px;
    color: #333333 !important;
}
.fixed-header .stellarnav>ul>li:last-child a {
  padding-right: 0;
}
.fixed-header .stellarnav>ul>li>a:before {
    top: 22px;
    -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;
}
.current-menu-item {
  border-bottom: 2px solid #ffa733;
}



/* Nav Search CSS */
.nav-search-col {

}
.nav-search-col ul {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  text-align: right;
  -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;
}
.nav-search-col ul li {
  display: inline-block;
  margin: 0 5px;
  border-right: 1px solid #ffa733;
}
.nav-search-col ul li:first-child {
  margin-left: 0;
}
.nav-search-col ul li:last-child {
  border: none;
}
.nav-search-col ul li a i {
  font-size: 20px;
  color: #ffa733;
}
.nav-search-col ul li:first-child a i {
  padding-right: 15px;
}
.fixed-header .nav-search-col ul {
  margin-top: 25px;
  -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;
}
.nav-search-col .modal {
    background: #ffa733;
    z-index: 999999;
}
.modal-backdrop {
  z-index: 0;
}
.nav-search-col .modal .modal-content {
  border-radius: 0;

}
.nav-search-col .modal .modal-content .form-control {
  
}
.nav-search-col .modal .modal-title {
  font-size: 18px;
  font-weight: 500;
}
.nav-search-col .modal .input-group-text {
  padding: 10px 15px;
}

/* Notification Bar CSS */
.notification-bar {
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 999999;
  width: 400px;
  height: 100vh;
background: #ffa733;  padding: 35px 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.notification-bar.highlight {
  opacity: 1;
  visibility: visible;
  right: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.notification-close {
  
}
.notification-close a i {
  font-size: 50px;
  color: #222222;
}
.notification-close a i:hover {
  color: #ffffff;
}
.notification-bar h4 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.notification-bar h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 0;
  width: 50px;
  height: 1px;
  background: #222222;
}
.notification-bar p {
  margin-bottom: 5px;
  color: #ffffff;
}
.notification-bar p i {
  margin-right: 5px;
}
.notification-bar form .form-control {
  background: transparent;
  border-color: #ffffff;
  margin-bottom: 10px;
  color: #ffffff;
  border-radius: 5px;
}
.notification-bar form .btn {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 25px;
  height: 45px;
  border-radius: 50px;
}
.notification-bar ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.notification-bar ul li {
  display: inline-block;
  margin: 0 5px;
  border: none;
}
.notification-bar ul li:first-child a i {
  padding: 0;
}
.notification-bar ul li a i {
  color: #ffffff;
  font-size: 18px;
}
.notification-bar ul li a i:hover {
  color: #333333;
}


/* Header Two CSS */
.header-two-area {
  position: relative;
}
.header-two-area .stellarnav>ul>li>a {
  color: #333333 !important;
  padding: 30px 30px;
}
.header-two-area .stellarnav>ul>li>a:hover {
  color: #ffa733 !important;
}
.header-two-area .header-logo {
  padding-top: 18px;
}
.header-two-area .nav-search-col ul {
  margin-top: 28px;
}
.scroll-to-fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}


/*------------------------------------------------ 
    >>>>>>>>>> 03. Slider CSS <<<<<<<<<< 
--------------------------------------------------*/
.main-slider-section {

}
.pogoSlider {
    height: 100vh;
}
.pogoSlider-dir-btn {
  z-index: 1;
  width: 30px;
  height: 30px;
}
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, 
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, 
.pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
    right: 20px;
}
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, 
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev, 
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev {
    left: 20px;
}
.pogoSlider-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.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;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    padding: 0;
}
.slider-para {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 15px !important;
    margin-bottom: 35px !important;
}
.slider-main-title {
    font-size: 60px !important;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 1.1;
    background: rgba(0,0,0,0.2);
    display: inline-block;
    padding: 5px 25px 12px;
}
.slider-main-title span {
    color: #ffa733;
}
.silder-elements .theme-btn {
    margin: 0 5px;
    color: #ffffff;
}
.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}

/* Slider Two Start */
.main-slider-two-section {

}
.main-slider-two-section .pogoSlider {
  height: 80vh;
}



/*------------------------------------------------ 
    >>>>>>>>>> 04. Feature CSS <<<<<<<<<< 
--------------------------------------------------*/
.feature-area {
  
}
.feature-col {
  text-align: center;
  padding: 50px 30px;
  position: relative;
  border-radius: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.feature-col:hover {
  -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.bgc-1 {
  background: #9575cd;
}
.bgc-2 {
background: #ffa733;}
.bgc-3 {
  background: #64b5f6;
}
.feature-col i {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.feature-col h4 {
  color: #ffffff;
}
.feature-col p {
  color: #f1f1f1;
}


/*------------------------------------------------ 
    >>>>>>>>>> 05. About CSS <<<<<<<<<< 
--------------------------------------------------*/
.about-area {
  padding-bottom: 0;
  padding-top: 0;
}
.about-area .title-col {
  text-align: left;
  margin-bottom: 30px;
}
.about-area .title-col .title-bdr {
  margin: inherit;
}
.my-signature {
  -ms-transform: rotate(-15deg); 
  -webkit-transform: rotate(-15deg); 
  transform: rotate(-15deg);
  margin-bottom: 50px;
}
.counter-box {
  margin-bottom: 30px;
}
.counter {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.counter:before {
    content: "+";
    position: absolute;
    left: 100%;
}
.counter-box p {
  text-transform: capitalize;
}

/* About CSS */
.about-two-area {
  padding: 100px 0 70px;
}
.about-box {
background: #ffa733;  padding: 50px 30px;
  position: relative;
  text-align: center;
}
.about-box img {
  position: relative;
  opacity: 0.1;
}
.about-box-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  text-align: center;
  padding: 50px 50px;
}
.about-box-content h2 {
  color: #ffffff;
  font-size: 80px;
  text-transform: uppercase;
}
.my-var-bdr {
  width: 1px;
  height: 50px;
  background: #ffffff;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-box-content h3 {
  margin-bottom: 50px;
}
.about-box-content .theme-btn:before {
    background: #ffffff;
}
.about-box-content .theme-btn:hover {
  color: #333333;
}
.about-box-content .theme-btn:hover i {
  color: #333333;
}
.pt100 {
  padding-top: 100px;
}


/*------------------------------------------------ 
    >>>>>>>>>> 06. Separator CSS <<<<<<<<<< 
--------------------------------------------------*/
.separator-area {
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.separator-area .title-col {
  text-align: left;
  margin-bottom: 30px;
}
.separator-area .title-col .title-bdr {
  margin: inherit
}
.separator-col a img {
  margin-top: 30px;
}
#html5-watermark {
    display: none !important;
}



/*------------------------------------------------ 
    >>>>>>>>>> 07. Service CSS <<<<<<<<<< 
--------------------------------------------------*/
.service-area {
  padding: 100px 0;
}
.service-col {
  text-align: center;
  padding: 80px 30px;
  background: #F6F6F6;
  margin: 1px 1px;
  position: relative;
  overflow: hidden;
}
.service-col img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  opacity: 0.6;
}
.service-col i {
  font-size: 50px;
  color: #ffa733;
  position: relative;
  z-index: 1;
}
.service-col h4 {
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #ffa733;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.service-col:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.text {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.readmore-icon {
  color: #ffffff;
  font-size: 30px !important;
  position: absolute !important;
  right: 50px;
  bottom: 5px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.service-col:hover .readmore-icon {
  opacity: 1;
  right: 10px;
  z-index: 2;
  color: #ffffff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.overlay-icon {
  position: absolute !important;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 100px !important;
  color: #ffffff !important;
  opacity: 0.15;
  text-align: center;
}

/* Service Two CSS */
.service-two-area {
  padding: 100px 0 53px;
  overflow: hidden;
}
.service-particles-area {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-two-row {
    margin-top: -100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.service-two-col {
  
}
.service-item {
  text-align: center;
  padding: 50px 30px;
  background: #F6F6F6;
}
.service-item i {
    font-size: 50px;
    color: #ffa733;
    position: relative;
    z-index: 1;
}
.service-item h4 {
  margin-top: 10px;
}
.service-item h4 a {
  color: #222222;
}
.service-two-area .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #ffa733;
  padding: 0;
  font-size: 50px;
  margin: 0 20px;
  margin-top: 0;
}
.service-two-area .owl-carousel .owl-nav .owl-prev {
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 9px;
  z-index: -1;
  width: 30px;
  height: 30px;
background: #ffa733;  border-radius: 50px;
  opacity: 0.5;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-prev:hover {
  color: #ffffff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-prev:hover:before {
  width: 70px;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-next {
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 9px;
  z-index: -1;
  width: 30px;
  height: 30px;
background: #ffa733;  border-radius: 50px;
  opacity: 0.5;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-next:hover:before {
  width: 70px;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-item-box {
  text-align: center;
  margin-bottom: 50px;
}
.service-item-box img {
  width: 100%;
  height: auto;
}
.service-two-content {
  padding: 30px 20px 40px;
  border: 1px solid #F6F6F6;
  position: relative;
}
.service-two-content p {
  
}
.service-two-content .case-btn {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 30px;
  z-index: 0;
  text-align: center;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-item-box:hover .case-btn {
  right: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.all-cases-btn {
  margin-top: 30px;
  margin-bottom: 50px;
}





/* Service Inner CSS */
.service-inner-area {
  padding: 100px 0 70px;
}
.service-inner-area .service-item {
  text-align: center;
  padding: 50px 30px;
  background: #F6F6F6;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-inner-area .service-item:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* Service Details CSS */
.service-details-area {
  padding: 100px 0 80px;
}
.service-details-img {
  margin-bottom: 20px;
}
.middle-img-row {
  margin-top: 30px;
}
.middle-img {
  margin-bottom: 30px;
}
.middle-img img {
  width: 100%;
}
.highlight-text {
  background: #f6f6f6;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.highlight-text p {
  font-style: italic;
  font-weight: bold;
}
.service-details-col ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.service-details-col ul li:before {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.service-details-col h4 {
  margin-bottom: 20px;
}
.service-link {
  margin-top: 30px;
}
.service-link a {
  color: #333333;
  text-transform: uppercase;
}
.service-link a:hover {
  color: #ffa733;
}
.service-link a i {
  font-size: 50px;
  margin-left: 10px;
  position: relative;
  top: 15px;
}
.service-link a i.arrow_carrot-left_alt2 {
  margin-right: 10px;
  margin-left: 0;
}
.my-title {
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.my-category-box {
  background: #f6f6f6;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.my-category-box ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.my-category-box ul li:hover {
  padding-left: 30px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.my-category-box ul li:before {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.my-category-box ul li:hover:before {
  color: #ffa733;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.my-category-box ul li a {
  color: #333333;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.my-category-box ul li.active:before {
  color: #ffa733;
}
.my-category-box ul li.active a {
  color: #ffa733;
}
.my-category-box ul li a:hover {
  color: #ffa733;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.my-contact-box {
  background: #f6f6f6;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.my-contact-box ul li {
  margin-bottom: 10px;
}
.my-contact-box ul li i {
  width: 25px;
}
.my-download-box {
  background: #f6f6f6;
  padding: 30px 20px;
}
.my-download-box ul li {
  margin-bottom: 10px;
}
.my-download-box ul li a {
  color: #333333;
  padding: 15px 25px;
  border: 1px solid #dcdcdc;
  display: block;
  text-align: center;
  border-radius: 50px;
}
.my-download-box ul li a:hover {
  background: #ffa733;
  color: #ffffff;
}
.my-download-box ul li i {
  margin-right: 10px;
}




/*------------------------------------------------ 
    >>>>>>>>>> 08. Consultation CSS <<<<<<<<<< 
--------------------------------------------------*/
.consultation-area {
  padding: 100px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.consultation-col {
  padding: 50px 50px;
  background: #FFFFFF;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
}
.consultation-col .title-col {
  text-align: left;
}
.consultation-col .title-col .title-bdr {
  margin: inherit
}




/*------------------------------------------------ 
    >>>>>>>>>> 09. Portfolio CSS <<<<<<<<<< 
--------------------------------------------------*/
.portfolio-area {

}
.portfolio-area .gallery-filters ul {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 80px;
}

.portfolio-area .gallery-filters ul li {
  display: inline-block;
  margin: 0 20px;
}

.portfolio-area .gallery-filters ul li a {
  color: #484848;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 30px;
}

.portfolio-area .gallery-filters ul li a:hover {
  color: #ffffff;
  background: #FFA733;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.8);
  -moz-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.8);
  box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.8);
  -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;
}

.portfolio-area .gallery-filters ul li a.active {
  color: #ffffff;
  background: #FFA733;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.8);
  -moz-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.8);
  box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.8);
  -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;
}

.portfolio-area .masonry-gallery .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  padding-bottom: 30px;
}

.portfolio-area .grid img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  filter: grayscale(60%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-layer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 167, 51, 0.8);
  -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;
}

.portfolio-item:hover .portfolio-layer {
  height: 100%;
  -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;
}

.portfolio-layer i {
  position: absolute;
  right: 0;
  left: 0;
  top: 20%;
  text-align: center;
  font-size: 48px;
  color: #ffffff;
  opacity: 0;
  -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;
}

.portfolio-item:hover .portfolio-layer i {
  opacity: 1;
  top: 50%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#html5-watermark {
  display: none !important;
}

/* Portfolio Two CSS */
.portfolio-two-area {
  padding: 100px 0;
}
.portfolio-two-area .my-pagination {
  margin-top: 50px;
}
.portfolio-two-col {
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/*.portfolio-two-col:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}*/
.portfolio-two-col img {
  width: 100%;
}
.portfolio-two-content {
    padding: 0 60px;
    background: rgba(255, 249, 241, 0.9);
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -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;
}
.portfolio-two-col:hover .portfolio-two-content {
   height: 100%;
    -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;
}
.content-center {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 0 50px;
  -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;
}
.portfolio-two-col:hover .content-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.portfolio-two-content p {
  margin-bottom: 30px;
}
.portfolio-title {
  padding: 40px 20px ;
  background: #f6f6f6;
  border-right: 1px solid #e8e8e8;
}
.portfolio-title h4 {
  margin-bottom: 0;
  color: #222222;
}
.portfolio-title h4 a {
  color: #222222;
}



/*------------------------------------------------ 
    >>>>>>>>>> 10. Team CSS <<<<<<<<<< 
--------------------------------------------------*/
.team-area {
  background: #f6f6f6;
}
.team-col {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.team-col:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.team-name {
  background: #ffffff;
  padding: 30px 20px;
  text-align: center;
}
.team-name h4 {
  margin-bottom: 0;
  margin-top: -10px;
  margin-bottom: 10px;
}
.team-name h4 a {
  color: #222222;
}
.vr-bdr {
  width: 1px;
  height: 20px;
background: #ffa733;  margin: 0 auto;
  margin-bottom: 20px;
}
.all-btn {
  text-align: center;
  margin-bottom: 30px;
}


/* Team Two CSS */
.team-two-area {

}
.team-two-area .team-name {
  background: #F6F6F6;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.team-two-area .team-col:hover .team-name {
  background: #ffffff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}



/* Attorney Details CSS */
.team-details-area {
    padding: 100px 0 70px;
}
.team-details-col {
    margin-bottom: 30px;
}
.team-details-col img {
    width: 100%;
    height: auto;
}
.team-details-text {
    padding: 67px 30px;
    background: #f6f6f6;
    margin-bottom: 30px;
}
.team-details-text h4 {
    margin-bottom: 0;
}
.team-details-text span {
    font-style: italic;
    color: #999999;
}
.my-reatings {
    margin-bottom: 30px;
}
.my-reatings i {
    color: #FFC41B;
}
.my-info {

}
.my-info ul li {
    color: #333333;
    margin-bottom: 5px;
}
.my-info ul li a {
    color: #333333;
}
.my-info ul li i {
    width: 20px;
    margin-right: 10px;
}
.details-social {
    margin-top: 30px;
}
.details-social ul li {
    display: inline-block;
    margin-right: 5px;
}
.details-social ul li a i {
    width: 45px;
    height: 45px; 
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    background: #ffa733;
    /*opacity: 0.6;*/
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.details-social ul li a i:hover {
    color: #ffa733;
    background: #ffffff;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.team-details-col h4 {

}
.team-details-col h4 span {
    color: #ffa733;
}
.team-area-inner {
    background: #F6F6F6;
    padding: 100px 0 100px;
}
.team-area-inner .team-col {
    margin-bottom: 0;
}
.team-area-inner .owl-theme .owl-nav [class*=owl-] {
    background: #ffa733;
    padding: 5px 18px;
    margin-bottom: 0;
    margin-top: 30px;
    border-radius: 0;
}
.team-area-inner .owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffa733;
}
 .team-area-inner .owl-carousel .owl-nav .owl-prev {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
 }
.team-area-inner .owl-carousel .owl-nav .owl-next {
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
 }




/*------------------------------------------------ 
    >>>>>>>>>> 11. Testimonial CSS <<<<<<<<<< 
--------------------------------------------------*/
.testimonial-area {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-area .testimonial-col {
  text-align: center;
}
.testimonial-area .testimonial-col .testimonial-item p {
  font-weight: normal;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-area .testimonial-col .testimonial-item h6 {
  font-size: 16px;
  font-weight: normal;
  color: #555555;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.testimonial-area .testimonial-col .carousel-indicators {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 40px;
}
.testimonial-area .testimonial-col .carousel-indicators li {
  background: transparent;
  display: inline-grid;
  width: 80px;
  height: auto;
  margin: 0 10px;
  margin-top: 0;
  border-top: none;
}
.testimonial-area .testimonial-col .carousel-indicators li img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 1px solid #ffa733;
}
.testimonial-area .testimonial-col .carousel-control-next, .testimonial-area .testimonial-col .carousel-control-prev {
  display: none;
}

.testimonial-area .carousel-indicators li.active {
  width: 100px !important;
  position: relative;
}

.testimonial-area .carousel-indicators li.active:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 0;
  margin-left: -15px;
  width: 30px;
  height: 20px;
background: #ffa733;  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}



/*------------------------------------------------ 
    >>>>>>>>>> 12. Blog CSS <<<<<<<<<< 
--------------------------------------------------*/
.blog-area {
  background: #f6f6f6;
}
.blog-col {
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-col:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(255, 167, 51, 0.3);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-img img {
  width: 100%;
  height: auto;
}
.blog-col-content {
  padding: 30px 20px;
  border-left: 5px solid #ffa733;
}
.blog-col-content h4 {
  margin-bottom: 10px;
}
.blog-col-content h4 a {
  color: #222222;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-col-content h4 a:hover {
  color: #ffa733;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-col-content ul {
  margin: 0;
  padding: 0;
}
.blog-col-content ul li {
  display: inline-block;
  margin-right: 20px;
}
.blog-col-content ul li i {
  margin-right: 8px;
  color: #999999;
}
.blog-col-content ul li a {
  color: #333333;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-col-content ul li a:hover {
  color: #ffa733;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-col-content .theme-btn {
  margin-top: 20px;
}
/* Image hover CSS */
.blog-col figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}
.blog-col figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 167, 51, 0) 0%, rgba(255, 167, 51, 0.2) 100%);
    background: linear-gradient(to right, rgba(255, 167, 51, 0) 0%, rgba(255, 167, 51, 0.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.blog-col:hover figure:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.blog-col figure img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog-col:hover figure img {
    -ms-transform: scale(1.05); 
    -webkit-transform: scale(1.05); 
    transform: scale(1.05);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog-col p {
  margin-top: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}





/* Blog Two Start */
.blog-two-area {

}
.blog-two-area .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #ffa733;
  padding: 0;
  font-size: 50px;
  margin: 0 20px;
  margin-top: 30px;
}
.blog-two-area .owl-carousel .owl-nav .owl-prev {
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-two-area .owl-carousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 9px;
  z-index: 0;
  width: 30px;
  height: 30px;
background: #ffa733;  border-radius: 50px;
  opacity: 0.5;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-two-area .owl-carousel .owl-nav .owl-prev:hover {
  color: #ffffff;
  z-index: 2;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-two-area .owl-carousel .owl-nav .owl-prev:hover:before {
  width: 70px;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-two-area .owl-carousel .owl-nav .owl-next {
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-two-area .owl-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 9px;
  z-index: 0;
  width: 30px;
  height: 30px;
background: #ffa733;  border-radius: 50px;
  opacity: 0.5;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-two-area .owl-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  z-index: 2;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-two-area .owl-carousel .owl-nav .owl-next:hover:before {
  width: 70px;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-three-area {

}
.blog-three-area .owl-carousel .owl-nav .owl-next:before {
  display: none;
}
.blog-three-area .owl-carousel .owl-nav .owl-prev:before {
  display: none;
}


/* Blog Full Width CSS */
.blog-full-wd-area {
  background: #ffffff;
}
.blog-full-wd-area .blog-col {
  margin-bottom: 50px;
  background: #f6f6f6;
}
.blog-full-wd-area .blog-col:hover {
  background: #ffffff;
}



/* Blog Left sidebar CSS */
.blog-img-slider {
  position: relative;
  margin-bottom: -10px;
}
.blog-area .owl-theme .owl-nav [class*=owl-] {
    padding: 5px 10px;
    border-radius: 0;
    color: #ffffff;
    font-size: 20px;
  background: #ffa733;}
.blog-area .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-area .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Blog Sidebar CSS */
.sidebar-col {
    margin-bottom: 30px;
}
.sidebar-col .sidebar-search-box {
    margin-bottom: 50px;
}
.sidebar-search-box .input-group-text {
    padding-left: 20px;
    padding-right: 20px;
  background: #ffa733;    border: none;
    color: #ffffff;
    font-size: 25px;
}
.sidebar-search-box .form-control {
    border: none;
    background: transparent;
    border-bottom: 1px solid #ffa733;
}
.sidebar-title {
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
}
.sidebar-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 0;
  width: 60px;
  height: 1px;
background: #ffa733;
}
.sidebar-title h4 {
    margin-bottom: 0;
}
.categories-box {
    margin-bottom: 50px;
}
.categories-box ul li {
    display: block;
}
.categories-box ul li a {
    color: #333333;
    text-transform: capitalize;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    display: block;
    -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-box ul li a:hover {
    padding: 10px 15px;
    color: #ffffff;
  background: #ffa733;
  -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-box ul li a span {
    float: right;
}
.recent-post-box {
    margin-bottom: 50px;
}
.recent-post-box ul li {
    position: relative;
    padding-left: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.recent-post-box ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    height: 80px;
}
.recent-post-box ul li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 80px;
    height: 80px;
}
.recent-post-box ul li h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.recent-post-box ul li h5 a {
    color: #222222;
    padding-bottom: 50px;
}
.recent-post-box ul li span a {
    color: #969696;
}
.popular-tags {

}
.popular-tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 2px;
    height: 35px;
}
.popular-tags ul li a {
    color: #ffffff;
  background: #ffa733;    padding: 8px 12px;
    text-transform: uppercase;
}



/* Blog Single CSS */
.blog-single-area {

}
.blog-single-top {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}
.blog-single-top img {
    margin-bottom: 30px;
}
.blog-single-top ul li {
    display: inline-block;
    margin-right: 20px;
}
.blog-single-top ul li i {
    margin-right: 5px;
    color: #969696;
}
.blog-single-top ul li a {
    text-transform: capitalize;
    color: #555555;
}
.blog-single-col p {
    margin-bottom: 30px;
}
.millde-img {
    margin-bottom: 30px;
}
.millde-text {
    margin-bottom: 30px;
}
.millde-text p {
    margin-top: 0;
    font-weight: bold;
    font-style: italic;
    padding: 20px 20px;
    background: #f6f6f6;
    /*color: #f6f6f6;*/
}
.middle-slider {
    position: relative;
    margin-bottom: 30px;
}
.share-links {
    margin-bottom: 50px;
    padding: 30px 20px;
    background: #f6f6f6;
  }
.share-links h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
}
.share-links h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 0;
    width: 30px;
    height: 1px;
    background: #ffa733;
}
.share-links h4 i {
    margin-left: 5px;
    color: #ffa733;
}
.share-links ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.share-links ul li {
    display: inline-block;
    margin-right: 5px;
}
.share-links ul li i {
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ffa733;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.share-links ul li i:hover {
    background: #ffa733;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.comments-col {
    margin-bottom: 50px;
    border-bottom: 1px solid #dddddd;
}
.comments-col h4 {
    font-size: 20px;
    margin-bottom: 50px;
}
.comment-box {
    position: relative;
    padding-left: 120px;
    margin-bottom: 50px;
    min-height: 100px;
}
.comment-box img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
}
.comment-box h6 {
    margin-bottom: 0;
}
.comment-box h6 span {
  float: right;
}
.comment-box h6 span a i {
  color: #ffa733;
}
.comment-box p {
    margin-top: 10px;
}
.left-space {
    margin-left: 120px;
}
.comment-wright-col {
    margin-bottom: 30px;
}
.comment-wright-col h4 {
    font-size: 24px;
    margin-bottom: 50px;
}
.comment-wright-col .theme-btn {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.comment-wright-col .theme-btn:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}




/*------------------------------------------------ 
    >>>>>>>>>> 13. Main Banner CSS <<<<<<<<<< 
--------------------------------------------------*/
.main-banner-area {
  padding: 250px 0;
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.main-banner-col {

}
.main-banner-col h1 {
  font-size: 80px;
  line-height: 100px;
  margin-bottom: 30px;
}
.main-banner-col h1 span {
  color: #ffa733;
}
.main-banner-col h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}


/*------------------------------------------------ 
    >>>>>>>>>> 14. Page Name CSS <<<<<<<<<< 
--------------------------------------------------*/
.page-name-area {
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-name-col {
  text-align: center;
  padding: 50px 20px;
  background: rgba(177, 151, 107, 0.1);
}
.page-name-col h2 {
  /*color: #ffa733;*/
  font-size: 40px;
}
.page-name-col p {
  color: #ffa733;
}
.page-name-col p a {
  color: #ffa733;
  text-transform: capitalize;
}
.page-name-col p a:hover {
  color: #ffa733;
}




/*------------------------------------------------ 
    >>>>>>>>>> 15. Client CSS <<<<<<<<<< 
--------------------------------------------------*/
.client-area {
  padding: 50px 0 20px;
}
.client-two-area {
  border-top: 1px solid #e8e8e8;
}




/*------------------------------------------------ 
    >>>>>>>>>> 16. FAQ CSS <<<<<<<<<< 
--------------------------------------------------*/
.faq-area {
    padding: 100px 0 70px;
}
.faq-btn-col {
    margin-bottom: 30px;
}
.faq-btn-col .nav-pills .nav-link {
    border-radius: 0;
    background: #F6F6F6;
    color: #333333;
    padding: 10px 10px;
    text-align: center;
}
.faq-btn-col .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: #ffa733;    padding: 25px 10px;
    font-weight: bold;
    font-size: 18px;
}
.faq-col {

}
.question-box {
    background: #f6f6f6;
    padding: 20px 20px;
    margin-bottom: 30px;
}
.question-box h5 {
    font-size: 18px;
}




/*------------------------------------------------ 
    >>>>>>>>>> 17. Error Page CSS <<<<<<<<<< 
--------------------------------------------------*/
.error-area {
    padding: 100px 0 160px;
}
.error-col {
    text-align: center;
}
#clip{ 
    font-size: 200px;
    line-height: 1.2;
    background: url(../images/bg/4.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}
.error-col h2 {
    font-size: 30px;
    margin-bottom: 40px;
}



/*------------------------------------------------ 
    >>>>>>>>>> 18. Contact Info CSS <<<<<<<<<< 
--------------------------------------------------*/
.contact-info-area {
    padding: 100px 0 70px;
}
.contact-item {
    margin-bottom: 30px;
    text-align: center;
    background: #F6F6F6;
    padding: 80px 20px;
    position: relative;
}
.contact-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
  opacity: 0.03;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-icon i {
  font-size: 200px;
}
.info-content {
  position: relative;
  z-index: 2;
}


/*------------------------------------------------ 
    >>>>>>>>>> 19. Contact CSS <<<<<<<<<< 
--------------------------------------------------*/
.contact-area {
    padding: 100px 0 70px;
    background: #f6f6f6;
}
.contact-col {
    margin-bottom: 30px;
}
.contact-col h4 {
    margin-bottom: 20px;
    margin-top: -10px;
}
.contact-col #map {
    width: 100%;
    height: 365px;
}
.contact-col .theme-btn:before {
  width: 100%;
}




/*------------------------------------------------ 
    >>>>>>>>>> 20. Footer CSS <<<<<<<<<< 
--------------------------------------------------*/
.footer-area {
  background: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-area.default-section {
  padding-bottom: 0;
}
.footer-area .widget {
  margin-bottom: 30px;
}
.footer-area .widget-title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.footer-about p {
  color: #cacaca;
}
.footer-about img {
  margin-bottom: 30px;
}
.footer-info {
  margin-top: 30px;
}
.footer-info h6 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.footer-info p {
  color: #cacaca;
  margin-bottom: 5px;
}
.footer-info i {
  margin-right: 0;
  width: 25px;
}
.footer-links {

}
.footer-links ul {
  margin: 0;
  padding: 0;
}
.footer-links ul li {
  color: #cacaca;
  margin-bottom: 15px;
}
.footer-links ul li:hover {
  color: #ffa733;
}
.footer-links ul li a {
  margin-left: 5px;
  color: #cacaca;
}
.footer-links ul li a:hover {
  color: #ffa733;
}
.my-post {

}
.post {
  position: relative;
  padding-left: 95px;
  margin-bottom: 12px;
  min-height: 80px;
}
.post img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 80px;
  height: 80px;
}
.post a {
  color: #cacaca;
  position: relative;
  top: -5px;
}
.post a:hover {
  color: #ffa733;
}
.post p {
  color: #8e8e8e;
  margin-top: 5px;
  position: relative;
  top: -5px;
}
.my-gallery {

}
.my-gallery ul {
  padding: 0;
  margin: 0;
}
.my-gallery ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}
.copyright {
  padding: 30px 0 20px;
  border-top: 1px solid #303030;
  margin-top: 60px;
}
.copyright-col {
  margin-bottom: 10px;
  text-align: center;
}
.copyright-col p {
  font-size: 11px;
  color: #6f6f6f;
}
.copyright-col p a {
  color: #ffa733;
}
.copyright-col ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.copyright-col ul li {
  display: inline-block;
  margin-left: 10px;
}