 /*CSS Document */

/* 
  Created on   : 16/07/2017. 
  Theme Name   : Bcore.
  Description  : Bcore- Responsive html5 Business template.
  Version      : 1.0.
  Author       : @Unifytheme.
  Developed by : @Unifytheme.
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Loading Transition  */
/*   02 - Global stlye  */
/*   03 - Theme Main Header  */
/*   04 - Theme Main Menu  */
/*   05 - Theme Main Banner  */
/*   06 - We-Are-Popular  */
/*   07 - Services-section  */
/*   08 - Testimonial  */
/*   09 - Avail our Free Offer  */
/*   10 - Executive Team  */
/*   11 - Our News Update  */
/*   12 - partners section  */
/*   13 - footer section  */
/*   14 - Business-Planning  */
/*   15 - inner page Banner  */
/*   16 - about-Us-details  */
/*   17 - service-details */
/*   18 - Appintment-section  */
/*   19 - project-section  */
/*   20 - blog-section  */
/*   21 - contact-section  */
/*   22 - Error-section  */
/*   23 - faq-section */

/**
* Importing necessary  Styles.
400,600 **/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600|Roboto|Source+Sans+Pro:600,900');
/*----bootstrap css ----- */
@import url('../resource/bootstrap/css/bootstrap.min.css');
/*----hover css ----- */
@import url('../resource/hover.css');
/*----camera-slider---*/
@import url('../resource/Camera-master/css/camera.css');
/*----animation css---*/
@import url('../resource/WOW-master/css/libs/animate.css');
/*----flaticone---*/
@import url('../resource/my-icons-collection/font/flaticon.css');
/*----font awesome -------*/
@import url('../resource/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../resource/OwlCarousel/dist/assets/owl.carousel.min.css');
@import url('../resource/OwlCarousel/dist/assets/owl.theme.default.min.css');
/*----------- Fancy box -------------*/
@import url('../resource/fancybox/dist/jquery.fancybox.min.css');

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

/*==================== Click Top ====================*/
.scroll-top {
  width:45px;
  height:45px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color:#fff;
  background: #1e1f32;
  font-size: 30px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*** 

/*______________________ Global stlye ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../resource/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../resource/font-awesome/fonts/FontAwesome.otf');
  src: url('../resource/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
         url('../resource/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../resource/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
           url('../resource/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }
 body{
  font-family: 'Poppins', sans-serif;
}
 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1 {font-size: 65px; line-height: 30px; font-weight: 600;}
 h2 {font-size: 44px; line-height: 58px; color: #333333; font-weight: 900;}
 h3 {font-size: 22px; line-height: 16px; font-weight: 600; font-family: 'Source Sans Pro', sans-serif;}
 h4 {font-size: 22px; line-height: 50px; color: #000000; font-weight: 600; }
 h5 {font-size: 20px; line-height: 30px; color: #323232; font-weight: 600;}
 h6 {font-size: 18px; line-height: 30px; font-weight: 600; font-family: 'Source Sans Pro', sans-serif;}
 p {font-size:14px; line-height: 26px; color: #333333;}
 ul {list-style-type: none;}
 a {text-decoration: none; display: inline-block;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}

 button {border:none;outline: none;-webkit-box-shadow: none;box-shadow: none;display: block; padding: 0;}
 input,textarea,select,option {outline: none; -webkit-box-shadow: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.float-left{float: left;}
.float-right{float: right;}
.clear-fix { clear:both;}
.clear-fix:after {
  display: table;
  content: '';
  clear: both;
}
.round-border{
  border-radius: 50%;
}
span,header .social-icon ul li a:hover,.We-Are-Popular .popular-text a:hover,.menu-wrapper .navbar-nav > li.active > a,
.search .fa-search:hover,.menu-wrapper .navbar-nav > li > a:hover,.We-Are-Popular .popular-single-content:hover a,
.We-Are-Popular .popular-single-content .icon, .We-Are-Popular .popular-single-content:hover h3 a,.theme-search-box form button:hover span,
.Services-section .service-single-content:hover h3 a,.Services-section .service-single-content:hover a,
.Executive-Team .Executive-single-content:hover .team-single-content h5 a,.about-us-section .right-sidebar-wrapper .right-back a:hover,
.News-Update .NewsUpdate-single-content .Update-single-content a:hover,footer .footer-logo h6:first-letter,.gallery_item_wrapper .mix .value-info h3 a:hover,
footer .footer-Useful-Links li a:hover,footer .bottom-footer .float-left p a,.Business-Planning .Planning_area .icon,footer .footer-Update .footer-News h6 a:hover,
.Business-Planning .Planning_area a,.about-us-section .left-sidebar-wrapper .left-about ul a:hover,.about-us-section .left-sidebar-wrapper .sidebar-text-widget a:hover,
.about-us-section .left-sidebar-wrapper  .download-section ul a:hover,.Services-section .service-content:hover .service-single-content h3 a,
.Services-section .service-content:hover .service-single-content a,.mixitUp_menu ul li:hover,.mixitUp_menu ul li.active,.about-us-section .right-sidebar-wrapper .social-icon ul li a:hover,
.blog-vs2 .right-sidebar-wrapper .right-about .text-brief a:hover,.blog-vs2 .left-sidebar-wrapper .siderbar-news-sldier ul li a h6:hover,
.blog-single .right-sidebar-wrapper .right-about .social-icon .last-one:hover, .error .theme-title a:hover,.contact-section .contact-single-list ul li a:hover,.project-vs4 .gallery_item_wrapper .single-pill>h3>a:hover,
.project-vs4 .single-pill>a:hover,.faq-section .panel-group .panel-heading h6 a:before{
  color:#ef9126;
}
.theme-main-menu .Mu-color-one{
  background: rgba(30,31,50,0.8); 
}
#theme-main-banner .camera_caption .container a:hover,.Get-Quote-banner a:hover,
.Services-section .service-single-content:hover,.Business-Planning .Planning_area a,
.Services-section .service-content:hover .service-single-content{
  border: 1px solid #ef9126;
}
#theme-main-banner .camera_caption .container a,.Get-Quote-banner a,.Business-Planning .Planning_area a,
.about-us-section .left-sidebar-wrapper .sidebar-text-widget a{
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 31px;
  text-align: center;
  border-radius: 28px;
}
.right-sidebar-wrapper .right-about .images-hover, .News-Update .NewsUpdate-single-content .images-hover,
.Services-section .service-content .images-hover,.project-vs4 .single-pill .imgs{
  overflow: hidden;
  position: relative;
}
header .social-icon ul li a,.right-sidebar-wrapper .right-about .images-hover img, .News-Update .NewsUpdate-single-content .images-hover img,
.News-Update .NewsUpdate-single-content .Update-single-content:hover a,.We-Are-Popular .popular-content .popular-text a,.We-Are-Popular .popular-single-content h3 a,
.Services-section .service-single-content h3 a,.Services-section .service-single-content a,footer .footer-Useful-Links li a,.theme-search-box form button span,
.Executive-Team .Executive-single-content .team-single-content h5 a,.about-us-section .left-sidebar-wrapper .left-about ul a,.gallery_item_wrapper .mix .value-info h3 a,
.about-us-section .left-sidebar-wrapper .sidebar-text-widget a,.about-us-section .left-sidebar-wrapper  .download-section ul a,footer .footer-Update .footer-News h6 a,
.about-us-section .left-sidebar-wrapper .left-about ul a:before,.about-us-section .left-sidebar-wrapper  .download-section ul a:before ,
.Services-section .service-single-content,.Services-section .service-content .service-single-content h3 a,.about-us-section .right-sidebar-wrapper .right-back a,
.Services-section .service-content .service-single-content a,.Services-section .service-content .images-hover img,.project-vs4 .single-pill .imgs img,
.Services-section .service-content .service-single-content,.service-projec2 .service-content .service-single-content,.mixitUp_menu ul li:before,
.mixitUp_menu ul li,.gallery_item_wrapper .single_item_wrapper .opacity,.about-us-section .right-sidebar-wrapper .social-icon ul li a,.blog-vs2 .right-sidebar-wrapper .right-about .text-brief a,
.blog-vs2 .left-sidebar-wrapper .siderbar-news-sldier ul li a h6,.error .theme-title a,.contact-section .contact-single-list ul li a,.project-vs4 .gallery_item_wrapper .single-pill>h3>a,
.project-vs4 .single-pill>a,.faq-section .panel-group .panel-heading h6 a:before,.menu-wrapper .navbar-nav > li > a, .service-projec2 .service-content .service-single-content h6{
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.right-sidebar-wrapper .right-about .images-hover>img:hover, .News-Update .NewsUpdate-single-content:hover .images-hover img,
.Services-section .service-content:hover .images-hover img,.project-vs4 .single-pill:hover .imgs img{
  -webkit-transform: scale3D(1.1,1.1,1);
          transform: scale3D(1.1,1.1,1);
          opacity: .5;
}

/*** 

====================================================================
  Theme Main Header
====================================================================

 ***/
header {
  position: relative;
  background-color: #f3f3f3;
  padding:40px 0;
}
header .address-list ul li,
header .social-icon ul li {
  display: inline-block;
  position: relative;
}
header .address-list ul li {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 13px;
  vertical-align: middle;
  padding:15px 0 0 65px;
  margin-right: 25px;
  color: #4a4a4a;
}
header .address-list-homepage2 ul li{
  padding-left: 77px;
}
header .address-list ul li .icon{
  position: absolute;
  left:0px;
  top:0px;
  width: 55px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  font-size: 60px;
  border:1px solid #d8d5d5;
  color: #4a4a4a; 
}
header .address-list ul li .icon .header-flat{
  font-size: 28px;
  margin-left: -20px;
  display: block;
}
header .address-list{
  margin-left: 40px;
}
header .social-icon{
  margin-left: 43px;
}
header .social-icone-homepage2{
  margin-left: 43px;
}
header .social-icon ul li a {
  line-height: 50px;
  font-size: 16px;
  margin-left: 20px;
  color:#908e8e;
}
header .social-icone-homepage2 ul li a {
  margin-left: 33px;
}
.theme-search-box form {
  width: 100%;
  height: 50px;
  position: relative;
  margin: 0 auto;
  color: #868686;
}
.theme-search-box form input {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  border: 1px solid #d8d5d5;
  color: #868686;
  padding: 0 70px 0 30px;
  border-radius: 15px;
}
.theme-search-box form button { 
  position: absolute;
  height: 100%;
  width: 50px;
  top:0;
  right: 0;
  background: transparent;
  border-radius: 0 15px 15px 0
}
.theme-search-box form button span {color: inherit;}

/*** 

====================================================================
  Theme Main Menu
====================================================================

 ***/
.theme-main-menu{
  position: absolute;
  top: 100%;
  left:0;
  right: 0;
  z-index: 9999;
  border-radius: 0;
  margin: 0;
  border:none;
}
.theme-main-menu .container{
  position: relative;
}
.theme-main-menu .menu-wrapper{
  margin-left: 45px;
}
.theme-main-menu .wrapper-homepage2{
  margin-top: -50px;
}
.menu-wrapper .navbar-nav > li > a {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color:#fff;
  text-transform: capitalize;
  line-height: 80px;
  padding: 0;
  margin-right: 50px;
  background: none;
}
.theme-main-menu .main-container>a{
  background-color: #ef9126;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  width: 210px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
}
.theme-main-menu .navbar-toggle {
  margin: 15px 0 15px 0;
  border:1px solid #fff;
  border-radius: 0;
  color:#fff;
  font-size: 20px;
  padding: 3px 15px;
}
.theme-main-menu .search-homepage2 form{
  position: relative;
  top: 15px;
  right: 30px;
}
.theme-main-menu .search-homepage2 input{
  background-color: transparent;
  border: 1px solid #43445b;
  color: #fff;
}
/*=================== Sub Menu ==============*/
.menu-wrapper .navbar-nav>li.dropdown-holder .sub-menu {
  position: absolute;
  left: 0px;
  top:120%;
  width:220px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 0px;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  }
.menu-wrapper .navbar-nav>li.dropdown-holder:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top:100%;
}
.menu-wrapper .navbar-nav>li.dropdown-holder .sub-menu li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color:rgba(0,0,0,0.7);
  line-height: 48px;
  display: block;
  padding: 0 0 0 15px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  z-index: 9;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.menu-wrapper .navbar-nav>li.dropdown-holder .sub-menu li:last-child a {
  border:none;
}
.menu-wrapper .navbar-nav>li.dropdown-holder .sub-menu li a:hover {
  color:#fff;
  padding-left: 25px;
  background-color: #1e1f32; 
}
.menu-wrapper .navbar-nav>li.dropdown-holder .fa {
  display: none;
  position: absolute;
  top:0px;
  right:0;
  cursor: pointer;
  line-height: 51px;
  width:100%;
  cursor: pointer;
  color:#000;
  text-align: right;
  padding-right: 30px;
  font-size: 20px;
}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.theme-main-menu.fixed {
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 999;
  margin:0;
  -webkit-animation-name: menu_sticky;
          animation-name: menu_sticky;
  -webkit-animation-duration: 0.70s;
          animation-duration: 0.70s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  padding: 0;
}

/*** 

====================================================================
  Theme Main Banner
====================================================================

 ***/
.camera_wrap {
  float:none;
}
#theme-main-banner .camera_overlayer {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,20,.6);
}
#theme-main-banner.camera_wrap .camera_pag .camera_pag_ul {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 25px;
  left:0;
}
#theme-main-banner .camera_prev, #theme-main-banner .camera_next {
  background: #000;
  background: rgba(0,0,0,0.6);
  height: 120px;
  width: 60px;
  margin-top: -30px;
  text-align: center;
}
#theme-main-banner .camera_prev:hover, #theme-main-banner .camera_next:hover {
  background: rgba(30,31,50,0.5);
}
#theme-main-banner .camera_prev > span,#theme-main-banner .camera_next > span {
  background: none;
  display: block;
  width: 100%;
  height: 100%;
}
#theme-main-banner .camera_prev > span:before,#theme-main-banner .camera_next > span:before {
  font-family: 'font-awesome';
  font-size: 32px;
  color:#fff;
  line-height: 120px;
}
#theme-main-banner .camera_prev > span:before {
  content: '';
}
#theme-main-banner .camera_next > span:before {
  content: '';
}
#theme-main-banner.camera_wrap .camera_pag .camera_pag_ul li {
  width: 8px;
  height: 15px;
  margin: 0 5px;
  background: #8f8e93;
  border-radius: 0;
}
#theme-main-banner.camera_wrap .camera_pag .camera_pag_ul li span {
  display: none;
}
#theme-main-banner.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #fff;
  -webkit-transform: scale(1,1.6);
          transform: scale(1,1.6);
}
#theme-main-banner .camera_caption {
  height: 100%;
}
#theme-main-banner .camera_caption>div {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: none;
  left: 0;
  padding: 0;
}
#theme-main-banner .camera_caption .container.align-center {
  text-align: center;
}
#theme-main-banner .camera_caption .container.align-right {
  text-align: right;
}
#theme-main-banner .camera_caption .container h1,
#theme-main-banner .camera_caption .container h6,
#theme-main-banner .camera_caption .container a,
#theme-main-banner .camera_caption .container h5{
  color:#fff;
}
#theme-main-banner .camera_caption .container h6 span {
  display: block;
}
#theme-main-banner .camera_caption .container h5{
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  line-height: 28px;
  margin-bottom:20px
}
#theme-main-banner .camera_caption .container h1 {
  line-height: 70px;
}
#theme-main-banner .camera_caption .container h6 {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  line-height: 28px;
  margin: 27px 0 75px 0;
}
#theme-main-banner .camera_caption .container a {
  width: 200px;
  border: 1px solid #fff;
  margin-right: 20px;
  line-height: 53px;
}
#theme-main-banner .camera_caption.center {
  text-align: center;
}
#theme-main-banner .camera_caption.center .container a {
  margin: 0 10px;
}
/*================= Get Quote ===============*/
.Get-Quote-banner{
  padding:20px 0; 
  background-color: #f1f0ef;
}
.Get-Quote-banner a{
  width: 200px;
  line-height: 50px;
  border: 1px solid #ef9126;
  color:#ef9126;
}

/*** 

====================================================================
  We-Are-Popular
====================================================================

 ***/
.We-Are-Popular{
  padding: 120px 0;
}
.We-Are-Popular h6{
  color: #000000;
  padding-top: 15px;
}
.We-Are-Popular .popular-map{
  margin-top: 13px;
}
.We-Are-Popular .popular-content{
  margin-top: 60px;
}
.We-Are-Popular .popular-text{
  margin-bottom: 54px;
}
.We-Are-Popular .popular-text h5{
  line-height: 16px;
  font-weight: 900;
}
.We-Are-Popular .popular-text p{
  margin:15px 0px;
}
.We-Are-Popular .popular-text a{
  color: #010101;
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
}
/*================= work-section  ===============*/
.We-Are-Popular .popular-single-content{
  border:1px solid #f1f0ef;
  text-align: center;
  padding: 70px 10px 55px 10px;
  position: relative;
  margin-top: 57px;
}
.We-Are-Popular .popular-single-content .icon{
  line-height: 44px;
  font-size: 44px;
  position: absolute;
  top: -26px;
  left: 0;
  z-index: 10;
}
.We-Are-Popular .popular-single-content h3 a{
  position: relative;
  margin-bottom: 17px;
  color:#323232;
  text-transform: uppercase;
}
.We-Are-Popular .popular-single-content span{
  position: absolute;
  font-size: 64px;
  line-height: 16px;
  z-index: -1;
  color: #ececec;
  display: block;
  margin-top: 70px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-translateX(-50%);
}
.We-Are-Popular .popular-single-content h6{
  font-size: 16px;
  line-height: 26px;
}
.Popular-homepage2{
  padding: 88px 0 100px 0;
}

/*** 

====================================================================
 Services-section 
====================================================================

 ***/
.Services-section{
  text-align: center;
  background-color: #f5f5f5;
  padding-bottom: 45px;
 }
.Services-section .theme-title{
  padding: 80px 0 70px 0;
 }
.Services-section .theme-title>span{
  font-size: 20px;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 18px 0;
  display: block;
 }
.Services-section .service-single-content{
  margin-bottom: 33px;
  text-align: center;
  padding:67px 10px 45px 10px;
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
 }
.Services-section .service-single-content h6{
  font-size: 16px;
  line-height: 26px;
  padding: 40px 0 55px 0;
  }
.Services-section .service-single-content h3 a{
  position: relative;
  margin-bottom: 17px;
  color:#323232;
  text-transform: uppercase;
  z-index: 1;
  font-size: 22px;
  line-height: 16px;
}
.Services-section .service-single-content>span{
  position: absolute;
  font-size: 64px;
  line-height: 16px;
  color: #ececec;
  display: block;
  margin-top: 65px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-translateX(-50%);
}
.Services-section .service-single-content a{
  color: #010101;
  font-size: 16px; 
  line-height: 16px;
  font-weight: 900;
}

/*** 

====================================================================
 Testimonial
====================================================================

 ***/
.client-Testimonial {
  position: relative;
}
.client-Testimonial .client-title{
  text-align: center;
}
.client-Testimonial .client-title h2{
  font-size: 40px;
  line-height: 16px;
  padding: 112px 0 35px 0;
}
.client-Testimonial .client-title span{
  font-size: 20px;
  line-height: 16px;
  font-weight: 600;
}
.client-Testimonial h5{
  font-size: 18px;
  line-height: 16px;
  font-weight: 900;
}
.client-Testimonial h6{
  font-size: 16px;
  line-height: 16px;
  color: #000000;
 }
.client-Testimonial p{
  font-size: 16px;
  font-family:'Source Sans Pro', sans-serif;
  font-weight: 600;
 }
.client-Testimonial .row{
  margin: 0px 0px;
}
.client-Testimonial .Testimonial-slider{
  position: relative;
  text-align: center;
} 
.client-Testimonial .Testimonial-slider .item img{
  height: auto;
  width: auto;
  display: inline;
  position: absolute;
  top: 50px;
  left: 41%;
  z-index: 999;
}
.client-Testimonial .Testimonial-slider .item .text-info{
  border:1px solid #f1f0ef;
  margin-bottom: 100px;
}
.client-Testimonial .Testimonial-slider .item .text-info p{
  padding: 22px 26px 50px 26px;
}
/* margin-top: 102px; */
.client-Testimonial .Testimonial-slider .item .text-info{
  margin-top: 10px;
}
.client-Testimonial .Testimonial-slider .item .text-info h5{
  margin: 65px 0 10px 0;
}

/*** 

====================================================================
 Avail our Free Offer
====================================================================

 ***/
.Avail-free-offer{
  background:url(../images/home/callback.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed; 
}
.Avail-free-offer .opacity {
  background: rgba(0,0,0,0.62);
}
.Avail-free-offer .avail-info{
  width: 50%
}
.Avail-free-offer .form-info{
  width: 50%;
  padding-left: 59px;
}
.Avail-free-offer .avail-info h2{
  color: #fff;
  line-height: 16px;
  margin: 145px 0 57px 0;
}
.Avail-free-offer .avail-info h6{
  color: #fff;
  margin-bottom: 45px;
}
.Avail-free-offer .avail-info .counter .counter-box h5{
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 40px;
  display: inline-block;
}
.Avail-free-offer .avail-info .counter .counter-box .number{
  background-color: #ef9126;
  color: #fff;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  margin:0 30px 20px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 36px;
}
.Avail-free-offer .avail-info .counter .counter-box .number span{
  color: #fff;
}
.Avail-free-offer .avail-info .counter .counter-box .number b{
  color: #fff;
  font-size: 16px;
}
form.theme-form-one {
  background: #fff; 
  margin: 85px 0 90px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
form.theme-form-one h2 {
  padding: 45px 0 110px 33px;
  font-size: 26px;
  line-height: 16px; 
  color: #fff;
}
form.theme-form-one h2:before{
  content: '';
  width: 200%;
  height: 155px;
  position: absolute;
  top: -72px;
  left: -37px;
  background-color: #ef9126;
  z-index: -1;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
form.theme-form-one .input-form-wrapper {
  padding: 0 50px; 
}
form.theme-form-one .input-form-wrapper input,
form.theme-form-one .input-form-wrapper textarea,
form.theme-form-one .input-form-wrapper select,
form.theme-form-one .input-form-wrapper select>option{
  width: 100%;
  max-width: 100%;
  border: 1px solid #eae9e9;
  margin-bottom: 25px;
  padding: 0 20px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  opacity: .60;
}
form.theme-form-one .input-form-wrapper select{
  opacity: .40;
}
form.theme-form-one .input-form-wrapper input,
form.theme-form-one .input-form-wrapper select{
  height: 60px;
}
form.theme-form-one .input-form-wrapper textarea {
  height: 150px;
  max-height: 150px;
  padding: 30px 0px 0px 20px;
  margin-bottom: 35px;
}
form.theme-form-one .input-form-wrapper button {
  width: 270px;
  border-radius: 28px;
  border: 1px solid  #ef9126;
  color: #ef9126;
  background-color: #fff; 
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align:center;
  margin-bottom: 50px;
}
form.theme-form-one .input-form-wrapper button:hover{
  color: #fff;
}
.Avail-free-offer-style-2 .form-info{
  margin-left: -59px;
}
.Avail-free-offer-style-2 .avail-info{
  padding-left: 15px;
}
.Avail-free-offer-style-2 .avail-info .counter .counter-box .number{
  margin: 10px -48px 0 76px;
}
.Avail-free-offer-style-2 .avail-info .counter .counter-box h5{
  margin: 132px 0px 43px -63px;
}
/*** 

====================================================================
 Executive Team
====================================================================

 ***/
.Executive-Team {
  text-align: center;
}
.Executive-Team .Executive-title h2{
  font-size: 40px;
  line-height: 16px;
  margin: 110px 0 35px 0;
}
.Executive-Team .Executive-title span{
  font-size: 20px;
  line-height: 16px;
}
.Executive-Team .Executive-single-content{
  margin: 60px 0 100px 0;
}
.Executive-Team .team-single-content{
  background-color: #f5f5f5;
  border-bottom: 3px solid #ef9126;
}
.Executive-Team .team-single-content h5 a{
  padding: 30px 0;
  line-height: 16px;
  font-weight: 700;
  color: #323232;
}
.Executive-Team .team-single-content h6{
  line-height: 26px;
  font-size: 16px;
  color: #000000;
  padding: 0 18px;
}
.Executive-Team .team-single-content ul li{
  display: inline-block;
}
.Executive-Team .team-single-content ul li a{
  line-height: 50px;
  width: 50px;
  font-size: 16px;
  background: #d1cfcf;
  text-align: center;
  color:#fff;
  margin: 25px 0 25px 15px;
}
.Executive-Team-style-three{
  margin: 60px 0 50px 0;
}
.Executive-Team-style-three .Executive-single-content{
  margin-bottom: -30px;
}

/*** 

====================================================================
 Our News Update
====================================================================

 ***/
.News-Update{
  text-align: center;
  background-color: #f5f5f5;
  padding:110px 0 100px 0;
}
.News-Update .News-title h2{
  font-size: 40px;
  line-height: 16px;
  margin-bottom: 36px;
}
.News-Update .News-title span{
  font-size: 20px;
  line-height: 16px;
}
.News-Update .News-title h6{
  line-height: 26px;
  margin:17px 0 65px 0;
}
.News-Update .NewsUpdate-single-content .Update-single-content{
  background-color: #fff;
} 
.News-Update .NewsUpdate-single-content .Update-single-content span{
  color: #fff;
  background-color: #ef9126;
  width: 230px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 2px 0 35px 0;
}
.News-Update .NewsUpdate-single-content .Update-single-content h5{
  line-height: 26px;
  padding: 0 20px; 
}
.News-Update .NewsUpdate-single-content .Update-single-content a{
  color: #010101;
  font-size: 16px; 
  line-height: 16px;
  font-weight: 900;
  padding: 42px 0 55px 0;
}

/*** 

====================================================================
 partners section
====================================================================

 ***/
.partners-section{
  position: relative;
  text-align: center;
}
.partners-section .owl-partners .item{
  width: 270px;
  line-height:140px;
  border: 1px solid #f1f0ef;
  margin: 100px 15px 100px 15px;
}
.partners-section .owl-partners .item>img{
  height: auto;
  width: auto;
  display: inline;
}

/*** 

====================================================================
 footer section
====================================================================

 ***/
footer{
  background-color: #0c0d15;
  padding-top: 80px;
}
footer p,input,button{
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}
footer h6,footer .footer-Update .footer-News h6 a{
  font-size: 16px;
  line-height: 26px;
  color: #909091;
}
footer h5{
  line-height: 26px;
  color: #fff;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 15px;
}
footer h5:after{
  content: '';
  width: 35px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left:0;
  background: #ef9126;
}
footer .footer-logo h6{
  margin:22px 0 63px 0;
  font-size: 16px;
  color: rgba(255,255,255,0.5);
}
footer .footer-logo .footer-icon  li,
footer .footer-logo .footer-featured  li{
  display: inline-block; 
}
footer .footer-logo .footer-icon  li a{
  line-height: 50px;
  width: 50px;
  font-size: 16px;
  background: #141520;
  text-align: center;
  color: #fff;
  margin:0px 20px 40px 0px;
}
footer .footer-logo .footer-featured li a{
  color: rgba(255,255,255,0.5);
  padding-right: 15px;
  font-size: 16px;
  line-height: 26px;
}
footer .footer-logo .footer-featured li:last-child {
  border-left:1px solid #a6a6a6;
  padding-left: 18px;
}
footer .footer-Useful-Links{
  padding-left: 69px;
}
footer .footer-Useful-Links ul {
  display: inline-block;
  vertical-align: top;
}
footer .footer-Useful-Links ul li a {
  color: rgba(255,255,255,0.5);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
}
footer .footer-Useful-Links ul:nth-child(3) {
  padding-left: 70px;
}
footer .footer-Update {
  padding-left: 61px;
}
footer .footer-Update div{
  position: relative;
}
footer .footer-Update div:nth-child(2):after{
  content: '';
  position:absolute;
  height: 1px;
  width: 245px;
  background-color: #21222b; 
  top:110px;
}
footer .footer-Update .footer-News p{
  margin: 10px 0 52px 0;
  font-size: 15px;
  line-height: 26px;
  color: rgba(255,255,255,0.5);
}
/*================= Bottom Footer  ===============*/
footer .bottom-footer{
  background-color: #090a10;
  margin-top: 72px;
  padding: 26px 0;
}
footer .bottom-footer .float-left p {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  color: rgba(255,255,255,0.5);
} 
footer .bottom-footer form {
  position: relative;
  height: 50px;
}
footer .bottom-footer form input {
  width: 100%;
  height: 100%;
  border:none;
  color: #fff;
  background: #16161c;
  padding: 0px 160px 0 20px;
}
footer .bottom-footer form button {
  position: absolute;
  width: 155px;
  height:100%;
  font-size: 16px;
  color:#fff;
  background-color: #ef9126;
  top: 0;
  right: 0;
}

/*** 

====================================================================
 Business-Planning
====================================================================

 ***/
.Business-Planning{
  text-align: center;
  margin: -50px 0 100px 0;
  overflow: hidden;
}
.Business-Planning .row{
  margin: 0  -37px;
}
.Business-Planning .row [class*="col-"]{
  padding: 0 37px  0 37px;
}
.Business-Planning .main_title h2{
  font-size: 40px;
}
.Business-Planning span{
  display: block;
}
.Business-Planning .main_title span{
  font-size: 20px;
  line-height: 16px;
  font-weight: 600;
  margin: 16px 0 65px 0;
}
.Business-Planning .Planning_area{
  background-color: #f8f8f7;
}
.Business-Planning .Planning_area h3{
  font-family: 'Poppins', sans-serif;
  padding: 60px 0 30px 0;
}
.Business-Planning .Planning_area .icon{
  line-height: 44px;
  font-size: 44px;
  margin:0 25px 37px 0;
}
.Business-Planning .Planning_area h4{
  font-size: 24px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.Business-Planning .Planning_area ul li{
  margin: 33px 0 -8px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  color: #898988;
  font-family: 'Source Sans Pro', sans-serif;
}
.Business-Planning .Planning_area>span{
  height: 2px;
  width: 50px;
  background-color:#898988;
  margin: 50px auto -11px auto; 
}
.Business-Planning .Planning_area h6{
  padding: 63px 60px 53px 63px;
  font-size: 16px;
  line-height: 26px;
}
.Business-Planning .Planning_area .price-info span{
  font-size: 50px;
  line-height: 16px;
  font-weight: 900;
  position: relative;
}
.Business-Planning .Planning_area .price-info span strong{
  color:#050505;
  font-weight:600;
  line-height: 16px; 
  font-size:18px;
  position: absolute;
  top: -25px;
  left: 130px;
  font-family: 'Roboto', sans-serif;
}
.Business-Planning .left-area .price-info span strong{
  left: 135px;
}
.Business-Planning .Planning_area a{
  width: 200px;
  margin-right: 20px;
  line-height: 55px;
  margin: 73px 0 50px 0;
}
.Business-Planning .Planning_area a:hover{
  color: #fff;
} 

/*** 
====================================================================
 inner page Banner
====================================================================
background: rgba(0,0,0,0.85);
 ***/
.inner-page-banner {
  background: url(../images/inner-page/about-us-banner.jpg) no-repeat center;
  background-size: cover;
}
.inner-page-banner .opacity {
  background: rgba(0,0,0,0.50);
  padding: 200px 0 22px 0;
}
.inner-page-banner .opacity h2{
  font-size: 52px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin: 30px 0 88px 0; 
}
.inner-page-banner .opacity ul li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-right: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.inner-page-banner .opacity ul li a{
  color: #fff;
}

/*** 

====================================================================
 about-Us-details
====================================================================

 ***/
.popular-about-style{
  padding: 91px 0 58px 0;
 }
.Executive-Team-style-two{
  margin: -85px 0 -100px 0;
}
.about-us-section .left-sidebar-wrapper .left-about ul li a{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #323232;
  line-height: 55px;
  padding-left:25px;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #ececec;
}
.about-us-section .left-sidebar-wrapper .left-about ul{
  position: relative;
  margin-bottom: 75px;
}
.about-us-section .left-sidebar-wrapper .left-about ul:after{
  position: absolute;
  content: '';
  height: 100%;
  width: 3px;
  top: 0;
  background-color: #fc9d31;
}
.about-us-section .left-sidebar-wrapper .left-about ul a:before,
.about-us-section .left-sidebar-wrapper  .download-section ul a:before{
  position: absolute;
  content: '';
  height: 55px;
  width: 5px;
  background-color:#fc9d31;
  right: 0px;
  opacity: 0; 
}
.about-us-section .left-sidebar-wrapper .left-about ul a:hover:before,
.about-us-section .left-sidebar-wrapper  .download-section ul a:hover:before{
  opacity: 1;
}
.about-us-section .left-sidebar-wrapper .sidebar-text-widget{
  /*background: url(../images/inner-page/about-us1.jpg) no-repeat center;*/
  background: url(../images/home/iso_certificate.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.about-us-section .left-sidebar-wrapper .sidebar-text-widget .opacity {
  height: 100%;
  /*background-color: rgba(112,53,7,0.70);*/
  padding: 90px 0 50px 0;
}
.about-us-section .left-sidebar-wrapper .sidebar-text-widget h3{
  font-size: 31px;
  line-height: 37px;
  color: #fff;
}
.about-us-section .left-sidebar-wrapper .sidebar-text-widget h6{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding:42px 20px;
}
.about-us-section .left-sidebar-wrapper .sidebar-text-widget a{
  color: #fff;
}
.about-us-section .left-sidebar-wrapper .download-section ul li a{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #323232;
  line-height: 55px;
  padding-left:25px;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #ececec;
}
.about-us-section .left-sidebar-wrapper  .download-section ul li i{
  padding-left: 25px;
}
.about-us-section .left-sidebar-wrapper  .download-section ul li .fa-download-1{
  padding-left: 55px;
}
.about-us-section .left-sidebar-wrapper  .download-section ul{
  position: relative;
  margin-top: 60px;
}
.about-us-section .left-sidebar-wrapper  .download-section ul:after{
  position: absolute;
  content: '';
  height: 100%;
  width: 3px;
  top: 0;
  background-color: #fc9d31;
}
.about-us-section .right-sidebar-wrapper .right-about h6{
  font-size: 16px;
  line-height: 30px;
  margin: -10px 0 40px 0;
  opacity: .6;
  color: #000000;
}
.about-us-section .right-sidebar-wrapper .right-about h6:nth-child(3){
  margin: 55px 0 60px 0;
}
.about-us-section .right-sidebar-wrapper .history-info{
  text-align: center;
}
.about-us-section .right-sidebar-wrapper .history-info .row{
  margin: 0  -30px;
}
.about-us-section .right-sidebar-wrapper .history-info .row [class*="col-"]{
  padding: 0 30px;
}
.about-us-section .right-sidebar-wrapper .history-info h2{
  font-weight: 700;
  font-size: 42px;
  line-height: 30px;
  padding: 95px 0 35px 0;
  position: relative;
}
.about-us-section .right-sidebar-wrapper .history-info h2:before{
  content: '';
  position: absolute;
  height: 60px;
  width: 3px;
  background-color:#ececec;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-translateX(-50%);
}
.about-us-section .right-sidebar-wrapper .history-info{
  border-top: 5px solid #ececec;
}
.about-us-section .right-sidebar-wrapper .history-info .history-text{
  border: 1px solid #ececec;
  padding: 20px 15px;
  margin-bottom: 55px;
}
.about-us-section .right-sidebar-wrapper .history-info .history-text h5{
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
}
.about-us-section .right-sidebar-wrapper .history-info .history-text h5:first-letter{
  font-size: 29px;
  color: #fc9d31;
}
.about-us-section .right-sidebar-wrapper .history-info .middle-history h5:first-letter{
  font-size: 18px;
  color: #000000;
}
.about-us-section .right-sidebar-wrapper .history-info .middle-history p{
  margin-bottom: 4px;
}
.about-us-section .right-sidebar-wrapper .history-info .history-text p{
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}
.about-us-section .right-sidebar-wrapper h4{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 43px;
}
.about-us-section .right-sidebar-wrapper .company-brief {
  margin: 55px 0 7px 0;
} 
.about-us-section .right-sidebar-wrapper .company-brief  .company-shorts{
  border-left: 5px solid #ececec;
  width: 41%;
}
.about-us-section .right-sidebar-wrapper .company-brief .float-right {width: 57%;}
.about-us-section .right-sidebar-wrapper .company-brief  .company-shorts .shorts{
  margin:20px 0px 0 80px;
}
.about-us-section .right-sidebar-wrapper .company-brief  .company-shorts .shorts h5{
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}
.about-us-section .right-sidebar-wrapper .company-brief  .company-shorts .shorts h5:before{
  position: absolute;
  content: '';
  height: 2px;
  width: 55px;
  left: -80px;
  top: 15px;
  background-color:#ececec; 
}
.about-us-section .right-sidebar-wrapper .company-brief  .company-shorts .shorts h2{
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  padding: 22px 0 16px 69px;
}
.about-us-section .right-sidebar-wrapper .company-brief  .company-shorts .shorts h2 b{
  font-size: 16px;
  line-height: 30px;
  color: #908c8c;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.partners-style-two{
  margin-top: -80px;
}

/*** 

====================================================================
 service-details
====================================================================

 ***/
.inner-page-banner-style-two{
  background: url(../images/inner-page/service-banner.jpg) no-repeat center;
  background-size: cover;
 }
.inner-page-banner-style-project{
  background: url(../images/inner-page/project-banner.jpg) no-repeat center;
  background-size: cover;
 } 
.inner-page-banner-style-contactus{
  background: url(../images/inner-page/contactus-banner.jpg) no-repeat center;
  background-size: cover;
 }
.inner-page-banner-style-brochure{
  background: url(../images/inner-page/about-us-banner.jpg) no-repeat center;
  background-size: cover;
 }


.inner-page-banner-style-two .opacity,
.inner-page-banner-style-three .opacity{
  background: rgba(0,0,0,0.70);
  padding: 200px 0 22px 0;
}
.Services-section-style-two{
  padding: 120px 0 75px 0;
}
.service-single{
  margin-top: 120px;
}
.service-single .right-sidebar-wrapper .right-about>h6{
  margin: 45px 0;
}
.right-sidebar-wrapper .right-about .history-info span{
  display: block;
  font-size: 28px;
  line-height: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
}
.right-sidebar-wrapper .right-about .service-info .history-text p{
  font-size: 22px;
  line-height: 35px;
}
.right-sidebar-wrapper .right-about .service-info .middle-history p{
  margin-bottom: 0;
}
.right-sidebar-wrapper .right-about .Strategic-Analysis h4{
  margin: 20px 0 35px 0;
}
.right-sidebar-wrapper .right-about .Strategic-Analysis {margin-bottom: 60px;}
.right-sidebar-wrapper .right-about .Strategic-Planning h6{
  margin: -17px 0 52px 0;
}
.right-sidebar-wrapper .tab_wrapper .panel-group .panel+.panel{
  margin-top: 7px;
}
.right-sidebar-wrapper .tab_wrapper .panel-group .panel {
  -webkit-box-shadow: none;
    box-shadow: none;
}
.right-sidebar-wrapper .right-about .tab_wrapper .panel-group .panel-heading a{
  position: relative;
  line-height: 30px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin: 13px 0 -35px 24px;
  display: block;
}
.right-sidebar-wrapper .right-about .tab_wrapper .panel-group .panel-heading a:after{
  content: '';
  position: absolute;
  height: 60px;
  width: 2px;
  background-color: #efecec;
  top: -14px;
  right: 42px;
}
.right-sidebar-wrapper .right-about .tab_wrapper .panel-group .panel-heading {
  position: relative;
  border: 1px solid #efecec;
}
.right-sidebar-wrapper .tab_wrapper .panel-group .panel-heading:after{
  content: '';
  font-family: 'font-awesome';
  color:#fca643;
  width:30px;
  height:30px;
  line-height:46px;
  text-align: center;
  font-size: 14px;
  display: block;
  position: absolute;
  right:13px;
  top: 5px;
}
.right-sidebar-wrapper .tab_wrapper .panel-group .panel-heading.active-panel:after{
  content: '';
  color:#fca643;
}  
.right-sidebar-wrapper .tab_wrapper .panel-group .panel-heading + .panel-collapse > .panel-body{
  border: 1px solid #efecec;
  border-top: none;   
}
.right-sidebar-wrapper .tab_wrapper .panel-group .panel .panel-body h6{
  margin: 15px 25px 13px 22px;
  font-size: 16px;
  line-height: 30px;
}
.right-sidebar-wrapper .right-about .Result h4{
  margin: 48px 0 36px 0;
 }
.right-sidebar-wrapper .right-about .Result h6{
  margin-bottom: 15px;
}

/*** 

====================================================================
 Appintment-section
====================================================================

 ***/
.Appintment-section{
  text-align: center;
  padding:112px 0 50px 0; 
  background-color:#f5f5f5;
  overflow: hidden;
}
.Appintment-section .theme-title span{
  font-size: 18px;
  line-height: 30px;
  display: block;
}
.Appintment-section .theme-title h2{
  font-size: 42px;
  line-height: 56px;
  padding: 8px 0 25px 0;
}
.Appintment-section .form-info{
  background-color: #fff;
  border-top: 7px solid #ef9126;
}
.Appintment-section .form-info  form.theme-form-one h2{
  margin-bottom: 36px;
}
.Appintment-section .form-info form.theme-form-one h2:before{
  top:-85px;
}
.Appintment-section .form-info form.theme-form-one{
  margin: 0px 262px 90px 268px;
}
.Appintment-section .form-info form.theme-form-one .input-form-wrapper{
  padding: 0 60px;
}
.Appintment-section .theme-title h6{
  margin-bottom: 70px;
}
.Appintment-section .form-info form.theme-form-one input {
  margin-bottom: 50px;
}
.Appintment-section .form-info form.theme-form-one .fa-calendar{
  float: right;
  right: 30px;
  top: -87px;
  position: relative;
  color:#ef9126;
  font-size: 16px;
}
.Appintment-section .form-info form.theme-form-one .input-form-wrapper button{
  margin: -2px 250px 90px 0;
} 

/*** 

====================================================================
 project-section
====================================================================

 ***/
 .right-sidebar-wrapper.space-fix {padding-left: 70px;}
.service-projec{
  padding: 85px 0 68px 0;
 }
.Services-section .service-content .service-single-content{
  border-top: none;
 }
.Services-section .service-content:hover .service-single-content{ 
  border-top: none;
}
.service-projec2 .service-content .service-single-content{
  position: relative;
  z-index: 1;
}
.service-projec2 .service-content .service-single-content h6{
  line-height: 30px;
  padding: 15px 0 25px 0;
}
.service-projec2 .service-content .service-single-content:before{
  position: absolute;
  content: '';
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color:#ef9126;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.service-projec2 .service-content .service-single-content:hover:before{
  top:0;
  opacity: 1;
}
.service-projec2 .service-content .service-single-content:hover h3 a,
.service-projec2 .service-content .service-single-content:hover h6 {
  color: #fff;
  z-index: 1;
}
.service-projec2 .service-content .service-single-content:hover .font_fix{
  color:#e4e4e4;
  z-index: -1;
}
/***------------project-vs3--------------***/
.project-vs3{
  padding: 60px 0 100px 0;
  background-color: #f5f5f5;
}
.mixitUp_menu ul li {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #323232;
  margin:0 25px 80px 0px;
  cursor:pointer;
  position: relative;
  padding-bottom: 10px;
}
.mixitUp_menu ul li:before {
  content: '';
  width:0;
  height:2px;
  background-color: #ef9126;
  position: absolute;
  left:0;
  bottom: 0;
}
.mixitUp_menu ul li:hover:before,
.mixitUp_menu ul li.active:before {
  width:100%;
}
#mixitup_list .mix {
  display: none;
  margin-bottom: 30px;
}
.gallery_item_wrapper .single_item_wrapper {
  position: relative;
}
.gallery_item_wrapper .mix .value-info{
  text-align: center;
  background-color: #fff;     
}
.gallery_item_wrapper .mix .value-info h3 a{
  padding: 40px 0 17px 0;
  color:#323232;
  font-size: 22px;
}
.gallery_item_wrapper .mix .value-info h6{
  font-size: 16px;
  padding-bottom: 30px;
}
.gallery_item_wrapper .mix .opacity {
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  background:rgba(242,242,242,0.9);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -ms-transform:scale(0.7);
  -o-transform:scale(0.7);
}
.gallery_item_wrapper .mix:hover .opacity {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}
.gallery_item_wrapper .single_item_wrapper .opacity span{
  display: table;
  width:100%;
  height:100%;
  text-align: center;
}
.gallery_item_wrapper .single_item_wrapper .opacity span a{
  display: table-cell;
  vertical-align: middle;
}
.gallery_item_wrapper .single_item_wrapper .opacity span a i{
  display: block;
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  margin:0 auto;
  color:#ef9126;
}
/***------------project-single--------------***/
.about-us-section .right-sidebar-wrapper .social-icon ul li{
  display: inline-block;
  position: relative;
}
.about-us-section .right-sidebar-wrapper .social-icon ul li a{
  line-height: 50px;
  font-size: 16px;
  margin: -3px 25px 15px 0;
  color: #908e8e;
}
.project-single{
  padding-top: 120px;
}
.project-single .right-sidebar-wrapper .overview h4{
  margin: 55px 0 37px 0;
}
.project-single .right-sidebar-wrapper .overview h6{
  margin-bottom: 65px;
}
.project-single .right-sidebar-wrapper .history-text span{
  font-size: 18px;
}
.project-single .right-sidebar-wrapper .history-info .history-text{
  margin-bottom:30px; 
}
.about-us-section .right-sidebar-wrapper .right-back a{
  font-size: 18px;
  line-height: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: #323232;
  margin-top: 35px;
}
.about-us-section .right-sidebar-wrapper .right-back a i{
  font-size: 12px;
  line-height: 16px;
  color: #fca643;
}
/***------------project-single-vs2--------------***/
.project-singlevs2{
  padding-top: 120px;
}
.project-singlevs2 .images-hover{
  padding-bottom: 30px;
}
.project-singlevs-sidebar .right-sidebar-wrapper{
  border-left: 1px solid #ececec;
  margin-top: 40px;
}
.project-singlevs-sidebar .category-status{
  margin: 62px 0 29px 0;
}
.project-singlevs-sidebar .right-sidebar-wrapper .category-status h4{
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
}
.project-singlevs-sidebar .category-status ul li h4:before{
  position:absolute;
  content: '';
  border-radius: 50%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: -45px;
  background-color: #fc9d31; 
}
.project-singlevs-sidebar .right-sidebar-wrapper .category-status span{
  display: block;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}
.project-singlevs-sidebar .category-status .img{
  margin-left: 15px;
}
.project-singlevs-sidebar .category-status ul{
  margin: 45px 0 0px 40px;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.project-singlevs-sidebar .category-status ul:before{
  position: absolute;
  content: "";
  height: 375px;
  width: 2px;
  background-color:#ececec;
  top: -45px;
  left: -40px; 
}
.project-singlevs-sidebar .category-status ul:nth-child(2){
  margin-left: 110px;
}
.project-singlevs-sidebar .right-back{
  margin-bottom: 22px;
}
/***------------project-single-vs4--------------***/
.project-vs4{
  background-color: #f5f5f5;
  padding-bottom: 0;
}
.project-vs4 .mixitUp_menu{
  margin: 54px 0 -35px 0;
}
.project-vs4 #mixitup_list .mix{
  margin-bottom: 0px;
}
.project-vs4 .single-pill .imgs{
  width: 58%;
  margin-right: 41px;
}
.project-vs4 .gallery_item_wrapper .single-pill .text-info{
  background-color: #fff;
  margin-bottom: 30px;
}
.project-vs4 .gallery_item_wrapper .single-pill .text-info>h3>a{
  margin: 60px 0 20px 0; 
  color: #323232;
}
.project-vs4 .single-pill .text-info h6{
  font-size: 16px;
  color: #323232;
  margin-bottom: 21px;
}
.project-vs4 .single-pill .text-info p{
  font-size: 16px;
  line-height: 30px;
  opacity: 0.6;
  color: #000000;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}
.project-vs4 .single-pill .text-info>a{
  color: #323232;
  font-size: 16px;
  line-height: 30px;
  margin: 35px 0 58px 0;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
}
.project-vs4 .gallery_item_wrapper .buttonDiv {
  text-align: center;
  margin: 70px 0 100px 0;
}
.project-vs4 .gallery_item_wrapper .buttonDiv button{
  width: 270px;
  border-radius: 28px;
  border: 1px solid #ef9126;
  color: #ef9126;
  background-color: #fff;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
}
.project-vs4 .gallery_item_wrapper .buttonDiv button:hover{
  color: #fff;
}

/*** 

====================================================================
blog-section
====================================================================

 ***/
.inner-page-banner-style-three{
  background: url(../images/blog/blog-banner.jpg) no-repeat center;
  background-size: cover;
 }
.blog-section{
  padding:120px 0 75px 0;
}
.blog-section .NewsUpdate-single-content{
  padding-bottom:30px;
}
.blog-section .buttonDiv button,
.blog-vs2 .right-sidebar-wrapper .buttonDiv button,
.contact-section .contact-us-section .buttonDiv button{
  width: 270px;
  border-radius: 28px;
  border: 1px solid #ef9126;
  color:#ef9126;
  background-color: #fff;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
}
.blog-section .buttonDiv button:hover,
.blog-vs2 .right-sidebar-wrapper .buttonDiv button:hover,
.contact-section .contact-us-section .buttonDiv button:hover{
  color: #fff;
}
/***------------blog-vs2--------------***/
.blog-vs2{
  padding-top: 120px;
}
.blog-vs2 .right-sidebar-wrapper .right-about .text-brief>h3>a{
  font-size: 22px;
  line-height: 16px;
  color: #323232;
  font-weight: 900;
  padding: 55px 0 20px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
.blog-vs2 .right-sidebar-wrapper .text-brief ul li{
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #323232;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}
.blog-vs2 .right-sidebar-wrapper .right-about .text-brief>h6{
  margin: 21px 0;
}
.blog-vs2 .right-sidebar-wrapper .right-about .text-brief>a{
  font-size: 16px;
  line-height: 30px;
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
  color: #323232;
  margin-bottom: 43px;
}
.blog-vs2 .left-sidebar-wrapper .left-about ul:after{
  top:0;
}
.blog-vs2 .left-sidebar-wrapper .left-about>h5{
  margin: 0px 0 45px 28px;
}
.blog-vs2 .left-sidebar-wrapper .sidebar-recent-news{
  margin: 116px 0 128px 0;
}
.blog-vs2 .left-sidebar-wrapper .sidebar-recent-news>h5{
  position: relative;
  color: #151515;
  padding-left: 25px;
}
.blog-vs2 .left-sidebar-wrapper .sidebar-recent-news>h5:before{
  position: absolute;
  content: '';
  height: 30px;
  width: 3px;
  background-color: #fc9d31;
  right:0px;
}
.blog-vs2 .left-sidebar-wrapper .siderbar-news-sldier ul{
  position: relative;
}
.blog-vs2 .left-sidebar-wrapper .siderbar-news-sldier ul:after{
  position: absolute;
  content: '';
  height: 100%;
  width: 3px;
  top: 0;
  background-color: #fc9d31;
}
.blog-vs2 .left-sidebar-wrapper .siderbar-news-sldier ul li{
  margin: 0 0 -10px 28px;
  border-bottom: 1px solid #ececec;
}
.blog-vs2 .left-sidebar-wrapper .siderbar-news-sldier ul li:nth-child(3){
  border:none;
}
.blog-vs2 .left-sidebar-wrapper .siderbar-news-sldier ul li a h6{
  color:#151515;
  padding: 32px 0 5px 0;
}
.blog-vs2 .left-sidebar-wrapper .siderbar-news-sldier ul li p{
  opacity: 0.6;
  font-size: 16px;
  line-height: 30px;
  padding:4px 0 24px 0;
  color: #000000;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}
.blog-vs2 .right-sidebar-wrapper .buttonDiv button{
  margin-top: 20px;
}
/***------------blog-single--------------***/
.blog-single .search form{
  position: relative;
}
.blog-single .left-sidebar-wrapper .search{
  margin: -5px 0px 73px 0;
  position: relative;
}
.blog-single .left-sidebar-wrapper .search input{
  border-radius: 0;
  background-color: #fff;
  width: 100%;
}
.blog-single .left-sidebar-wrapper .search:after{
  position: absolute;
  content: '';
  height: 140px;
  width: 3px;
  top: 3px;
  background-color: #fc9d31;
}
.blog-single .left-sidebar-wrapper .search>h5{
  margin:0 0 35px 28px;
}
.blog-single .right-sidebar-wrapper .right-about .text-brief>h3>a{
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.blog-single .right-sidebar-wrapper .text-brief>h6>span{
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  margin-right: 10px;
  font-family: 'Source Sans Pro', sans-serif;
}
.blog-single .right-sidebar-wrapper .text-brief>h5>a{
  margin-top: 6px;
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
}
.blog-single .right-sidebar-wrapper .right-about .social-icon>ul>li>a{
  line-height: 50px;
  width: 50px;
  font-size: 16px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  color:#ef9126;
  border: 1px solid #ef9126;
  margin: 35px 20px 95px 0px;
}
.blog-single .right-sidebar-wrapper .right-about .social-icon{
  border-top: 1px solid #ececec;
}
.blog-single .right-sidebar-wrapper .right-about .social-icon>ul>li>a:hover{
  color: #fff;
}
.blog-single .right-sidebar-wrapper .right-about .social-icon .last-one{
  border-radius: 0;
  width: auto;
  border: none;
  background-color: #fff;
  color: #000000;
}
.blog-single .right-sidebar-wrapper .comment{
  border: 1px solid #ececec;
  border-right: 1px solid #ef9126;
}
.blog-single .right-sidebar-wrapper .comment .nane>h3{
  line-height: 26px;
  color: #323232;
  margin:20px 0px 10px 0;
}
.blog-single .right-sidebar-wrapper .comment .nane>p{
  font-size: 16px;
  color: #000000;
  opacity: 0.6;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
}
.blog-single .right-sidebar-wrapper .comment .nane img{
  margin-left: 20px;
}
.blog-single .right-sidebar-wrapper .comment .nane{
  width: 20%;
  text-align: center;
  padding: 25px 0 0 20px;
}
.blog-single .right-sidebar-wrapper .comment h6{
  width: 78%;
  margin: 60px 0px 0 12px;
}
.comment-replay-form h5{
  font-size: 22px;
  color: #000000;
  margin: 70px 0 45px 0;
}
.theme-form-two textarea,
.theme-form-two input {
  border:1px solid #ececec;
  width: 100%;
  max-width: 100%;
  padding: 0 30px;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  opacity: 0.6;
}
.theme-form-two textarea {
  padding: 20px;
  height: 200px;
  max-height: 200px;
  margin-bottom: 23px;
}
.theme-form-two input {
  height: 55px;
  margin-bottom: 30px;
}

/*** 

====================================================================
 contact-section
====================================================================

 ***/
.contact-section .theme-title{
  text-align: center;
}
.contact-section .theme-title h1{
  font-size: 45px;
  line-height: 90px;
  color: #393939;
  margin: 100px 0 16px 0;
}
.contact-section .theme-title h6{
  opacity: 0.7;
  color: #393939;
  line-height: 26px;
}
.contact-section .contact-us-section h2{
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin:93px 0 50px 0;
}
.contact-section .contact-single-list{
  margin: 88px 0 0 50px;
}
.contact-section .contact-single-list ul li{
  font-size: 16px;
  line-height: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.contact-section .contact-single-list ul li .fa-globe{
  margin-left: 22px;
}
.contact-section .contact-single-list ul li a{
  font-size: 16px;
  color: #000000;
  opacity: 0.6;
  margin-bottom: 15px;
}
.contact-section .contact-single-list ul li a i,
.contact-section .contact-single-list ul li{
  margin-right: 25px;
  font-size: 20px;
  vertical-align: middle;
  color: #000000;
}
.contact-section .contact-single-list ul li p{
  margin: -40px 0 20px 65px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: #000000;
  opacity: 0.6;
}
.contact-section .contact-single-list ul li .fa-chain{
  margin:0 0 0 20px;
}
.contact-section .contact-single-list ul li:nth-child(4){
  margin: 20px 0 35px 65px;
  font-size: 16px;
  color: #000000;
  opacity: 0.6;
}
.contact-section .social-icon h6{
  margin: 10px 0 0 70px;
}
.contact-section .social-icon ul{
  margin-left: 70px;
}
.contact-section .social-icon ul li {
  display: inline-block;
  position: relative;
}
.contact-section .social-icon ul li a{
  line-height: 50px;
  width: 50px;
  font-size: 16px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  color: #ef9126;
  border: 1px solid #ef9126;
  margin: 20px 17px 0 0;
}
.contact-section .social-icon ul li a:hover{
  color: #fff;
}
#contact-google-map {
  height: 380px;
  width: 100%;
  margin-top: 100px;
}
/*======================= Form Validation ===================*/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,
#error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: rgba(0,0,0,0.8);
  text-align: center;
}
#success .wrapper,
#error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
#success .wrapper p,
#error .wrapper p{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success p{
  color: #26ace3;
}
#error p{
  color: #C9182B;
}
#error button,
#success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error {display: none !important;}
.form-validation input.error {border:1px solid #f03838 !important;}
.form-validation textarea.error {border:1px solid #f03838 !important;}
/*** 

====================================================================
  Error-section
====================================================================

 ***/
 .error .theme-title{
  text-align: center;
  margin: 230px 0 80px 0;
  position: relative;
}
.error .theme-title h2{
  position: absolute;
  font-size:100px; 
  line-height:31px;
  text-transform: uppercase;
  letter-spacing: 20px;
  top: -5%;
  left: 48%;
  transform: translateX(-48%);
  -webkit-translateX(-48%);
}
.error .theme-title h1{
  font-size: 145px;
  line-height: 31px;
  position: absolute;
  top: 39%;
  left: 34%;
  transform: translateX(-34%);
  -webkit-translateX(-34%);
  letter-spacing: 20px;
  opacity: 0.14;
}
.error .theme-title h6{
  position: absolute;
  top: 56%;
  left: 31%;
  transform: translateX(-31%);
  -webkit-translateX(-31%);
  opacity: 0.70;
  color: #000000;
  letter-spacing: .5px;
}
.error .theme-title a{
  position: absolute;
  top: 73%;
  left: 33%;
  transform: translateX(-33%);
  -webkit-translateX(-33%);
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 900; 
}

/*** 

====================================================================
 faq-section
====================================================================

 ***/
.faq-section {margin-top: 120px;}
.faq-section .panel-group .panel-heading {
  padding: 0;
  border: 1px solid #efecec;
}
.faq-section .panel-group .panel-heading h6 a {
  color: #323232;
  font-size: 18px;
  padding: 15px 70px 15px 40px;
  position: relative;
  display: block;
}
.faq-section .panel-group .panel {
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
}
.faq-section .panel-group .panel-heading+.panel-collapse>.list-group,
.faq-section .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: 1px solid #efecec;
  border-top: none;
  padding: 40px 50px 30px 40px;
}
.faq-section .panel-group .panel-heading h6 a:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  top:0;
  right: 0;
  width: 65px;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  height: 100%;
  border-left: 1px solid #efecec;
}
.faq-section .panel-group .panel-heading.active-panel h6 a:before {content: '';}