
/* CSS Document */

/* 
    Created on   : 14/02/2017. 
    Theme Name   : Inspire.
    Description  : Inspire || Responsive html5 Business template.
    Version      : 1.
    Author       : @creativegigs.
    Developed by : Jubayer Al Hasan (jubayer.hasan1991@gmail.com).
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Loading Transition  */
/*   02 - Global stlye  */
/*   03 - Theme Main Header  */
/*   04 - Theme Toggle Mneu */
/*   05 - Theme Main Banner */
/*   06 - About Agency  */
/*   07 - skill Progress Section  */
/*   08 - Service Section  */
/*   09 - Project Section  */
/*   10 - Pricing Section  */
/*   11 - Counter Number Section  */
/*   12 - Client Slider  */
/*   13 - Latest News  */
/*   14 - Footer  */
/*   15 - Our Team  */
/*   16 - contact Banner  */
/*   17 - Satisfied Client  */
/*   18 - Inner Page banner  */
/*   19 - Our Service  */
/*   20 - Blog Page */
/*   21 - Blog Details Page  */
/*   22 - Sidebar  */
/*   23 - Contact Us  */
/*   24 - Contact form activation  */


/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Hind:300,400|Montserrat:400,700,600|Open+Sans:600,800');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/bootstrap.css');
/*----camera-slider---*/
@import url('../vendor/Camera-master/css/camera.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*---- Progress bar css----*/
@import url('../vendor/skills-master/source/habilidades.css');
/*-------fancy box --------*/
@import url('../vendor/fancy-box/jquery.fancybox.css');
/*-------Hover Css --------*/
@import url('../vendor/hover.css');
/*--------- Custom Scroll ---------*/
@import url('../vendor/jquery.mCustomScrollbar.min.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #262626;
  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+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

/*==================== Click Top ====================*/
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.scroll-top:before {
  content: '';
  position: absolute;
  border: 2px solid #2992fe;
  border-radius: 50%;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  -webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
  animation: hvr-ripple-out 1.2s ease-in-out infinite;
}
.scroll-top {
  width:40px;
  height:40px;
  position: fixed;
  bottom: 52px;
  right: 80px;
  z-index: 99;
  text-align: center;
  color: #fff;
  background: #2992fe;
  border-radius: 50%;
  font-size: 25px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  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('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

 body {
 	font-family: 'Montserrat', sans-serif;
 	font-weight: normal;
 	/*color:#9b9c9c;*/
     color:#777777;
  font-size: 17px;
  position: relative;
 }
 body .main-page-wrapper {
   overflow-x:hidden;
 }

 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5,h6 {color:#000000;}
 h1 {/*font-size: 72px; font-weight: 800;*/ font-size: 52px; font-weight: 600; font-family: 'Open Sans', sans-serif;}
 h2 {/*font-size: 40px;*/font-size: 33px; /*font-weight: 600;*/font-weight: 600;}
 h3 {font-size: 36px;}
 h4 {font-size: 32px;}
 h5 {font-size: 24px;}
 h6 {font-size: 18px;}
 p {line-height: 30px;font-family: 'Hind', sans-serif; font-weight: 300;}
 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;box-shadow: none;display: block; padding: 0;}
 input,textarea {outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


 .clear-fix { clear:both;}
 .clear-fix:after {
 	display: table;
  content: '';
  clear: both;
 }
 .tran3s,.aside-menu-wrapper ul li a,#theme-main-banner.camera_wrap .camera_pag .camera_pag_ul li,
 #isotop-gallery-wrapper .isotop-item .single-item a i,.pricing-section .single-price-table ul li,
 .pricing-section .single-price-table strong,.pricing-section .single-price-table span,
 .pricing-section.image-bg .single-price-table ul,#client-slider .owl-dots .owl-dot span,
 footer .bottom-footer ul li a:before,.our-team-section .single-team-member .img img,
 #client-slider-two .owl-dots .owl-dot span,.news-details-page .main-post-wrapper .share-option ul li a:before,
 header.theme-menu-wrapper nav ul>li.dropdown-holder .sub-menu li a,
.news-details-page .main-post-wrapper .share-option h5 a {
 	-webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
 }
  .tran4s,.pricing-section .single-price-table:before,.pricing-section .single-price-table,
  .news-inner-page .single-post-holder .img .opacity {
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
 }
.float-left {float:left;}
.float-right {float:right;}
.round-border{
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.theme-title h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  /*font-weight: 800;*/
  font-weight: 600;
  padding: 28px 0;
  z-index: 1;
}
.theme-title h2:before {
  content: '';
  width: 72px;
  height: 72px;
  border: 1px solid #eeeded;
  position: absolute;
  right: -17px;
  top: 50%;
  margin-top: -36px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.theme-title h2:after {
  content: '';
  width: 50px;
  height: 1px;
  background:#eeeded;
  position: absolute;
  right:-90px; 
  top:48%;
}

.theme-title.center {
  text-align: center;
}
.theme-title.center h2:before {
  right: 50%;
  margin-right: -36px;
}
.theme-title.center h2:after {
  width: 1px;
  height: 50px;
  right: 50%;
  top:-56px;
}
.theme-title.center h2 {
  margin-top: 60px;
}
.p-color,.our-team-section .single-team-member:hover a {
  color:#2992fe;
}
.p-color-bg,.contact-line a:hover,.news-details-page .main-post-wrapper .post h6:before {
  /*background: #2992fe;*/
  background: #8ba94b;
}
.s-color,
.about-agency .single-content-holder:hover a,.single-service-box:hover a,
.company-skill .text-content a:hover,.isotop-menu-wrapper ul li.is-checked,
.isotop-menu-wrapper ul li:hover,.latest-news .single-news-post:hover .post h5 a,
footer .bottom-footer p a:hover,.inner-banner .opacity ul li a:hover,
.service-large-icon .item:hover h5 a,.news-inner-page .single-post-holder:hover .post h4 a,
.theme-sidebar .sidebar-recent-news .single-recent-news:hover .post h6 a,
.news-details-page .main-post-wrapper .comment-section .single-comment .comment button:hover,
.aside-menu-wrapper .main-nav-wrapper>li:hover>a,header.theme-menu-wrapper nav ul>li.dropdown-holder .sub-menu li a:hover,
.aside-menu-wrapper ul .dropdown-holder .sub-menu li:hover a,.theme-sidebar .sidebar-categories ul li a:hover,
.aside-menu-wrapper .main-nav-wrapper li.current-active>a,.news-details-page .main-post-wrapper .share-option h5 a:hover  {
  color:#8ba94b;
}
.s-color-bg,header .cart-button span,#client-slider .owl-dots .owl-dot.active span,
#client-slider .owl-dots .owl-dot span:hover,#client-slider-two .owl-dots .owl-dot.active span,
#client-slider-two .owl-dots .owl-dot span:hover {
  background:#8ba94b;
}
#theme-main-banner .camera_caption .container a:hover,
.latest-news .go-to-blog:hover,.latest-news .single-news-post .post .read-more:hover,
.our-team-section .see-all-member:hover {
  border-style: solid;
  border-color:#8ba94b;
}
.about-agency .section-title a:hover,.home-service-section .image-bg-section .opacity a:hover,
#theme-main-banner.center-item .camera_caption a:hover,.about-agency-style-two .left-side a:hover,
.contact-us-form form input:focus,.contact-us-form form textarea:focus,.contact-line-banner a:hover {
  border-style: solid;
  border-color:#2992fe;
}
/*** 

====================================================================
  Theme Main Header
====================================================================

 ***/
header.theme-menu-wrapper {
  /*position: absolute;*/
  position: fixed;
  top:0;
  left:0;
  right: 0;
  z-index: 99;
  background: #fff;
  /*padding-top: 45px;*/
  padding-top: 25px;
}
header.theme-menu-wrapper .container-fluid {
  padding: 0 70px;
}
header.theme-menu-wrapper .logo {
  margin-top: -5px;
}
header.theme-menu-wrapper nav>ul>li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
header.theme-menu-wrapper nav ul li .fa {
  color:#fff;
  margin-left: -5px;
  cursor: pointer;
  line-height: 50px;
}
header.theme-menu-wrapper nav ul li a {
  font-size: 16px;
  text-transform: uppercase;
  /*color: #fff;*/
  color: #001238;
  line-height: 50px;
  padding: 0 10px;
}
/*=================== Sub Menu ==============*/
header.theme-menu-wrapper nav ul>li.dropdown-holder .sub-menu {
  position: absolute;
  left: 0;
  top:120%;
  width:250px;
  background: #262626;
  opacity: 0;
  visibility: hidden;
  margin-top: 5px;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  -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);
}
header.theme-menu-wrapper nav ul>li.dropdown-holder .sub-menu:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  top:-17px;
  left:25px;
  color:#262626;
  font-size: 30px;
}
header.theme-menu-wrapper nav ul>li.dropdown-holder:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top:100%;
}
header.theme-menu-wrapper nav ul>li.dropdown-holder .sub-menu li a {
  font-size: 14px;
  text-transform: uppercase;
  color:#f3f3f3;
  line-height: 55px;
  display: block;
  padding: 0 0 0 25px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
header.theme-menu-wrapper nav ul>li.dropdown-holder .sub-menu li:last-child a {
  border:none;
}
/* ------------- Cart Button ------------*/
header .cart-button {
  color:#fff;
  font-size: 20px;
  background: transparent;
  line-height: 44px;
  position: relative;
  margin: 0 20px 0 22px;
}
header .cart-button span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top:3px;
  right: -10px;
  font-size: 13px;
  font-weight: 600;
}
/*------------- Search -----------*/
.theme-menu-wrapper .search-option {
  position: relative;
}
.theme-menu-wrapper button.search {
  line-height: 44px;
  color:#fff;
  background: transparent;
}
.theme-menu-wrapper .search-option form.dropdown-menu {
  position: absolute;
  height:55px;
  width:280px;
  padding: 5px;
  border-radius: 0;
  right: 0;
  left:auto;
  top:100%;
  box-shadow: none;
  border:none;
  float:none;
  margin:0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.23);
  box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.23);
}

.theme-menu-wrapper .search-option form input {
  width:100%;
  height:100%;
  background: transparent;
  border:1px solid #ececec;
  padding: 0 49px 0 10px;
}
.theme-menu-wrapper .search-option form button {
  display: block;
  width:48px;
  color:#fff;
  border:1px solid #fff;
  border-left:none;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top:4px;
  right:5px;
}
/*================= Sticky Menu ===============*/
@keyframes menu_sticky {
  0%  {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
header.theme-menu-wrapper.fixed {
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 9999;
  /* background: #262626; */
  /*background: #132343;*/
  background: #fff;
  animation: menu_sticky 0.7s ease-in-out;
  /*padding: 10px 0;*/
  padding: 20px 0 0;
}
header.theme-menu-wrapper.fixed nav ul>li.dropdown-holder .sub-menu:before {
	display:none;
}
header.theme-menu-wrapper.fixed nav ul>li.dropdown-holder .sub-menu {
	margin-top:10px;
}
/**
====================================================================
  Theme Toggle Mneu
====================================================================

 ***/
header .toggle-show-menu-button {
  /*background: transparent;*/
  background: #132344;
  margin: 14px 0 0 24px;
}
header .toggle-show-menu-button span {
  display: block;
  width: 25px;
  height: 2px;
  margin:4px 0;
  background: #fff;
}
#hidden-aside-menu {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: #262626;
  width: 350px;
  height: 100%;
  z-index: 99999;
  text-align: center;
  -webkit-transform: translate3d(350px,0,0);
    transform: translate3d(350px,0,0);
  -webkit-transition: all .6s ease-in-out;
     -moz-transition: all .6s ease-in-out;
      -ms-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
#hidden-aside-menu.show-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.close-aside-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: #262626;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  z-index: 9999;
  opacity: 0;
}
#hidden-aside-menu.show-menu .close-aside-menu {
  opacity: 1;
}
#hidden-aside-menu .logo {
  margin: 90px 0 120px 0;
}
.aside-menu-wrapper {
  height: 100%;
}
.aside-menu-wrapper .main-nav-wrapper>li {
  position: relative;
  text-align: left;
}
.aside-menu-wrapper .main-nav-wrapper li a {
  position: relative;
  display: block;
  font-weight: normal;
  color:#919191;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0;
  padding: 0 45px;
}
.aside-menu-wrapper .main-nav-wrapper li a span.fa {
  margin-right: 20px;
}
.aside-menu-wrapper .main-nav-wrapper>li .expander {
  position: absolute;
  top:0;
  right: 45px;
  font-size: 11px;
  background: transparent;
}
.aside-menu-wrapper ul .dropdown-holder .sub-menu {
  display: none;
}
.aside-menu-wrapper ul .dropdown-holder .sub-menu li a {
  background: #2c2c2c;
  font-size: 14px;
  padding-left: 82px;
}
.mCSB_inside>.mCSB_container {margin-right: 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: -moz-linear-gradient( -124deg, rgb(139,168,75) 0%, rgb(27,133,242) 100%);
  background: -webkit-linear-gradient( -124deg, rgb(139,168,75) 0%, rgb(27,133,242) 100%);
  background: -ms-linear-gradient( -124deg, rgb(139,168,75) 0%, rgb(27,133,242) 100%);
  opacity: 0.651;
}
#theme-main-banner.center-item .camera_overlayer {
  background: rgba(0,0,0,0.5);
}
#theme-main-banner.camera_wrap .camera_pag .camera_pag_ul {
  position: absolute;
  text-align: center;
  top:50%;
  left:38px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#theme-main-banner.camera_wrap .camera_pag .camera_pag_ul li {
  width: 12px;
  height: 12px;
  margin: 6px 0;
  background: transparent;
  border-radius: 50%;
  border:1px solid #fff;
  display: block;
}
#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;
}
#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%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  text-shadow: none;
  left: 0;
  padding: 0;
}
#theme-main-banner.center-item .camera_caption {
  text-align: center;
}
#theme-main-banner .camera_caption .container h1,
#theme-main-banner .camera_caption .container p,
#theme-main-banner .camera_caption .container a {
  color:#fff;
}
#theme-main-banner .camera_caption .container h1 span,
#theme-main-banner .camera_caption .container p span {
  display: block;
}
#theme-main-banner .camera_caption .container h1 {
  /*line-height: 80px;*/
  line-height: 60px;
  text-transform: capitalize;
}
#theme-main-banner .camera_caption .container p {
  font-size: 23px;
  line-height: 35px;
  margin: 24px 0 34px 0;
}
#theme-main-banner .camera_caption .container a {
  width: 155px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #fff;
  margin-right: 10px;
}
/*** 

====================================================================
  About Agency
====================================================================

 ***/
.about-agency {
  margin: 85px 0 0 0;
}
.about-agency .section-title h6 {
  color:#ababab;
  margin-bottom: 30px;
}
.about-agency .section-title h3 {
  position: relative;
  margin-bottom: 25px;
}
.about-agency .section-title h3:before {
  content: '';
  width: 62px;
  height: 62px;
  border: 1px solid #eeeded;
  position: absolute;
  left: -17px;
  top: 50%;
  margin-top: -32px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about-agency .section-title h3:after {
  content: '';
  width: 220px;
  height: 1px;
  background:#eeeded;
  position: absolute;
  left:-255px; 
  top:47%;
}
.about-agency .section-title a {
  width: 185px;
  line-height: 46px;
  border:2px solid #e2e2e2;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  color:#000000;
  margin-top: -5px;
}
.about-agency .section-title a:hover {
  color:#fff;
}
.about-agency .single-content-holder {
  margin-top: 50px;
}
.about-agency .single-content-holder i:before {
  font-size: 60px;
  color:#8ba84b;
  display: block;
  background: -webkit-linear-gradient(#8ba84b, #356ad2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-agency .single-content-holder h5 {
  margin: 16px 0 25px 0;
}
.about-agency .single-content-holder a {
  font-size: 15px;
  color:#000;
  text-transform: uppercase;
  margin-top: 20px;
}
/*** 

====================================================================
  About Agency Style two
====================================================================

 ***/
.about-agency-style-two {
  margin: 105px 0 0 0;
}
.about-agency-style-two .left-side {
  width: 36.2%;
  text-align: right;
}
.about-agency-style-two .left-side h2 {
  font-size: 47px;
  line-height: 60px;
}
.about-agency-style-two .left-side h2 span {
  display: block;
}
.about-agency-style-two .left-side p {
  font-size: 20px;
  margin: 30px 0;
}
.about-agency-style-two .left-side a {
  width: 180px;
  line-height: 46px;
  border:2px solid #e2e2e2;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  color:#000000;
}
.about-agency-style-two .left-side a:hover {
  color:#fff;
}
.about-agency-style-two .right-side {
  width: 63.8%;
  padding-left: 80px;
}
.about-agency-style-two .right-side .single-content-holder i:before {
  font-size: 60px;
  color:#8ba84b;
  display: block;
  background: -webkit-linear-gradient(#8ba84b, #356ad2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-agency-style-two .right-side .single-content-holder h5 a {
  color:#000000;
  margin: 20px 0 18px 0;
  display: block;
}
.about-agency-style-two .right-side .single-content-holder {
  margin-bottom: 60px;
}
/*** 

====================================================================
  skill Progress Section
====================================================================

 ***/
.company-skill.section-bg {
  background: #f9f9f9;
  padding: 82px 0 33px 0;
} 
.company-skill {
  margin: 90px 0 0 0;
}
.company-skill .skills-progress {
  width: 43.6%;
  margin-top: 52px;
}
.company-skill .codeconSkillbar {
  height: 10px;
  background: #f4f4f4;
  margin: 0 0 82px 0;
}
.company-skill.section-bg .codeconSkillbar {
  background: #fff;
}
.company-skill .codeconSkillbar .skill-text span {
  font-size: 18px;
  color:#242424;
  float:none;
  margin: 0;
  position: absolute;
  left:0;
  top:-37px;
}
.company-skill .codeconSkillbar .skillBar {
  height: 100%;
  background-image: -moz-linear-gradient( 180deg, rgb(156,71,252) 24%, rgb(29,114,200) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(156,71,252) 24%, rgb(29,114,200) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(156,71,252) 24%, rgb(29,114,200) 100%);
}
.company-skill .codeconSkillbar .skillBar .PercentText {
  margin: 0;
  background: #484848;
  line-height: 25px;
  font-size: 14px;
  float: none;
  position: absolute;
  padding: 0 6px;
  border-radius: 3px;
  top:-40px;
  right: 0;
}
.company-skill .text-content {
  width: 56.4%;
}
.company-skill .text-content.float-left {
  padding-left: 70px;
}
.company-skill .text-content h4 {
  line-height: 45px;
}
.company-skill .text-content p {
  margin: 24px 0 33px 0;
}
.company-skill .text-content a {
  font-size: 16px;
  color: #242424;
  text-transform: uppercase;
  border-bottom: 2px solid #242424;
  padding-bottom: 3px;
}
.company-skill .text-content a:hover {
  border-color:#ff5959;
}
.company-skill.align-right .text-content {
  text-align: right;
  padding-left: 0;
  padding-right: 75px;
}
/*** 

====================================================================
  Service Section
====================================================================

 ***/
.home-service-section {
  position: relative;
  /*padding: 82px 0 55px 0;*/
  padding: 50px 0 55px 0;
}
.home-service-section .service-content-holder {
  width: 100%;
}
.home-service-section .service-content-holder>p {
  font-size: 17px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  margin: 4px 0 70px 0;
}
.home-service-section .service-content-holder .row {
  margin-left: -22px;
  margin-right: -22px;
}
.home-service-section .service-content-holder .row [class*="col-"] {
  padding-left: 22px;
  padding-right: 22px;
}
.home-service-section .service-content-holder .single-service h6 {
  font-size: 20px;
  line-height: 28px;
  position: relative;
  padding-left: 53px;
  margin-bottom: 30px;
}
.home-service-section .service-content-holder .single-service h6 a {
  color: #000000;
}
.home-service-section .service-content-holder .single-service h6 .icon:before {
  font-size: 40px;
  position: absolute;
  top:-10px;
  left:0;
  color:#8ba94c;
  /*background: -webkit-linear-gradient(#8ba84b, #356ad2);*/
  background: -webkit-linear-gradient(#8ba94c, #0f2d3e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-service-section .service-content-holder .single-service {
  margin-bottom: 55px;
}
.home-service-section .service-content-holder .single-service h6:hover a {
  color:#8ba84b;
  background: -webkit-linear-gradient(#8ba84b, #356ad2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-service-section .image-bg-section {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width: 42%;
  background: url(../images/home/slide-3.jpg) no-repeat center;
  background-size: cover;
}
.home-service-section .image-bg-section .opacity {
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.home-service-section .image-bg-section .opacity a {
  width: 380px;
  height: 124px;
  border:3px solid #fff;
  position: relative;
  top:50%;
  left:230px;
  background: url(../images/logo/logo-w.png) no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-line-banner {
  padding: 60px 0;
}
.contact-line-banner h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color:#fff;
  margin-top: 9px;
}
.contact-line-banner a {
  width: 190px;
  line-height: 52px;
  border:2px solid #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color:#fff;
}
/*** 

====================================================================
  Project Section
====================================================================

 ***/
.isotop-menu-wrapper ul {
  text-align: center;
  padding: 50px 0 80px 0;
}
.isotop-menu-wrapper ul li {
  display: inline-block;
  padding: 0 8px;
  margin: 0 3px;
  cursor: pointer;
  font-size: 15px;
  color:#616161;
  text-transform: uppercase;
  font-weight:600;
}
#isotop-gallery-wrapper .isotop-item,#isotop-gallery-wrapper .grid-sizer {
  width: 33.333333333%;
  padding: 0 15px;
}
#isotop-gallery-wrapper .isotop-item.double-column {
  width: 66.666666666%;
}
#isotop-gallery-wrapper .isotop-item .single-item {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
#isotop-gallery-wrapper .isotop-item .single-item a {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: -moz-linear-gradient( -124deg, rgba(178,61,252,0.7) 0%, rgba(27,133,242,0.7) 100%);
  background: -webkit-linear-gradient( -124deg, rgba(178,61,252,0.7) 0%, rgba(27,133,242,0.7) 100%);
  background: -ms-linear-gradient( -124deg, rgba(178,61,252,0.7) 0%, rgba(27,133,242,0.7) 100%);
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
#isotop-gallery-wrapper .isotop-item .single-item a i {
  color:#fff;
  font-size: 25px;
  position: relative;
  top:30%;
  opacity: 0;
  -webkit-transition-delay: 0.4s; /* Safari */
  transition-delay: 0.4s;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#isotop-gallery-wrapper .isotop-item .single-item:hover a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
#isotop-gallery-wrapper .isotop-item .single-item:hover a i {
  top:50%;
  opacity: 1;
}
.project-section.pattern-bg {
  background: url(../images/home/pattern.png) repeat center;
  padding-top: 42px;
  padding-bottom: 100px;
  margin:35px 0 0 0;
}
.project-section.pattern-bg .isotop-menu-wrapper ul li {
  padding: 0 0 5px 0;
  margin: 0 10px;
  border-bottom: 2px solid transparent;
  font-weight:600;
}
.project-section.pattern-bg .isotop-menu-wrapper ul li.is-checked,
.project-section.pattern-bg .isotop-menu-wrapper ul li:hover {
  border-bottom-color: #ff5959;
}
.project-section.pattern-bg #isotop-gallery-wrapper .isotop-item,
.project-section.pattern-bg #isotop-gallery-wrapper .grid-sizer {
  width: 20%;
  padding: 0 8px;
}
.project-section.pattern-bg #isotop-gallery-wrapper {
  margin-right: -8px;
  margin-left: -8px;
}
.project-section.pattern-bg #isotop-gallery-wrapper .isotop-item.double-column {
  width: 40%;
}
.project-section.pattern-bg #isotop-gallery-wrapper .isotop-item .single-item {
  margin-bottom: 0;
  margin-top: 10px;
}
.project-section.pattern-bg a.view-more {
  display: block;
  margin: 80px auto 0 auto;
  width: 174px;
  line-height: 48px;
  border:2px solid #ebebeb;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color:#252728;
}
.project-section.pattern-bg a.view-more:hover {
  color:#fff;
}
.project-section.project-inner-page {
  margin: -58px 0 155px 0;
}
.project-section.pattern-bg.project-inner-page {
  margin: -140px 0 0 0;
  padding-top: 82px;
}
/*** 

====================================================================
  Pricing Section
====================================================================

 ***/
.pricing-section.image-bg {
  background: url(../images/home/2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  margin: 145px 0 0 0;
}
.pricing-section .opacity {
  background: rgba(0,0,0,0.7);
  text-align: center;
  padding: 107px 0 90px 0;
}
.pricing-section h2 {
  font-weight: 300;
}
.pricing-section.image-bg h2,
.pricing-section.image-bg p {
  color:#fff;
}
.pricing-section p {
  font-size: 24px;
  margin: 20px 0 80px 0;
}
.pricing-section.image-bg .row {
  margin-right: -23px;
  margin-left: -23px;
}
.pricing-section.image-bg .row [class*="col-"] {
  padding-left: 23px;
  padding-right: 23px;
}
.pricing-section .single-price-table {
  position: relative;
  margin-bottom: 30px;
  padding: 25px 0 45px 0;
  border-radius: 4px;
  background: #fff;
  z-index: 9;
}
.pricing-section .single-price-table:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  border-radius: 4px;
  background: -moz-linear-gradient( -124deg, rgb(178,61,252) 0%, rgb(27,133,242) 100%, rgb(47,134,255) 100%);
  background: -webkit-linear-gradient( -124deg, rgb(178,61,252) 0%, rgb(27,133,242) 100%, rgb(47,134,255) 100%);
  background: -ms-linear-gradient( -124deg, rgb(178,61,252) 0%, rgb(27,133,242) 100%, rgb(47,134,255) 100%);
  z-index: -1;
  opacity: 0;
}
.pricing-section .single-price-table strong {
  font-size: 60px;
  font-weight: 600;
  display: block;
  color:#8ba84b;
  background: -webkit-linear-gradient(left, #8ba84b, #356ad2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-section .single-price-table span {
  font-size: 18px;
  font-weight: 600;
  color:#353535;
  display: block;
  margin: 8px 0 33px 0;
  text-transform: uppercase;
}
.pricing-section.image-bg .single-price-table ul {
  border-top: 1px solid #e9e9e9;
  padding-top: 33px;
}
.pricing-section .single-price-table ul li {
  font-size: 18px;
  font-family: 'Hind', sans-serif; 
  font-weight: 300;
  line-height: 35px;
}
.pricing-section .single-price-table a {
  width: 140px;
  line-height: 46px;
  color: #2b3033;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border:1px solid #e9e9e9;
  margin-top: 38px;
}
.pricing-section .single-price-table:hover {
  background: transparent;
}
.pricing-section .single-price-table:hover:before {
  opacity: 1;
  -webkit-transform: scale(1,1.1);
     -moz-transform: scale(1,1.1);
      -ms-transform: scale(1,1.1);
       -o-transform: scale(1,1.1);
          transform: scale(1,1.1);
}
.pricing-section .single-price-table:hover strong {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff;
  background: transparent;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #fff;
}
.pricing-section .single-price-table:hover span {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  color:#fff;
}
.pricing-section .single-price-table:hover a {
  color:#fff;
  border-color: #fff;
}
.pricing-section .single-price-table:hover ul li {
  color:#f8f8f8;
}
.pricing-section.image-bg .single-price-table:hover ul {
  border-color: transparent;
}
.pricing-section.color-bg {
  background: #f8f8f8;
}
.pricing-section.color-bg .opacity {
  background: transparent;
  padding-bottom: 115px;
}
.pricing-section.color-bg p {
  color:#333333;
}
.pricing-section.color-bg .row {
  margin-left: -2px;
  margin-right: -2px;
}
.pricing-section.color-bg .row .grid-4 {
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
}
.pricing-section.color-bg .single-price-table {
  padding: 40px 0 50px 0;
}
/*** 

====================================================================
  Counter Number Section
====================================================================

 ***/
.counter-number {
  background: url(../images/home/3.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.counter-number .opacity {
  padding: 80px 0 35px 0;
  text-align: center;
  background: -moz-linear-gradient( 0deg, rgba(178,61,252,0.85) 5%, rgba(27,133,242,0.85) 100%);
  background: -webkit-linear-gradient( 0deg, rgba(178,61,252,0.85) 5%, rgba(27,133,242,0.85) 100%);
  background: -ms-linear-gradient( 0deg, rgba(178,61,252,0.85) 5%, rgba(27,133,242,0.85) 100%);
}
.counter-number .counter-box {
  margin-bottom: 40px;
}
.counter-number .counter-box .icon:before {
  font-size: 65px;
  color:#fff;
  display: block;
}
.counter-number .counter-box .number {
  font-size: 48px;
  font-weight: 600;
  color:#fff;
  margin-top: 12px;
}
.counter-number .counter-box h6 {
  font-size: 17px;
  color:#fff;
  text-transform: uppercase;
}
/*** 

====================================================================
  Client Slider
====================================================================

 ***/
.client-section {
  margin-top: 85px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 65px;
}
.client-section .container {
  position: relative;
}
.client-section h2 {
  font-family: 'Hind', sans-serif; 
  font-weight: 300;
  line-height: 48px;
  width: 63.2%;
  position: absolute;
  top:20px;
  right: 0;
  padding-left: 148px;
  z-index: 9;
}
.client-section h2 span {
  display: block;
}
.client-section h2:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 135px;
  color:#f4faff;
  position: absolute;
  top:53px;
  left:148px;
  z-index: -1;
}
#client-slider .item img {
  width: 36.8%;
}
#client-slider .item .text {
  width: 63.2%;
  padding-left: 148px;
}
#client-slider .item .text h6 {
  color:#929a9c;
  line-height: 32px;
  margin: 186px 0 30px 0;
}
#client-slider .item .text h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#client-slider .item .text p {
  font-size: 20px;
}
#client-slider .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: #c0ced4;
  margin: 0 4px;
  border:none;
}
#client-slider .owl-dots {
  position: absolute;
  bottom: 40px;
  right:-148px;
  text-align: left;
  width: 63.2%;
}
/*** 

====================================================================
  Latest news
====================================================================

 ***/
.latest-news {
  margin: 100px 0 90px 0;
}
.latest-news .go-to-blog {
  width: 150px;
  line-height: 46px;
  text-align: center;
  border:2px solid #e2e2e2;
  color:#000;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 26px;
}
.latest-news .go-to-blog:hover,
.latest-news .single-news-post .post .read-more:hover {
  color:#fff;
}
.latest-news .news-post-wrapper {
  margin-top: 40px;
}
.latest-news .single-news-post .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 38px;
}
.latest-news .single-news-post .img img,
.news-inner-page .single-post-holder img {
  -webkit-transition: all .6s ease-in-out;
     -moz-transition: all .6s ease-in-out;
      -ms-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
.latest-news .single-news-post:hover .img img,
.news-inner-page .single-post-holder:hover .img img {
  -webkit-transform: scale3D(1.1,1.1,1);
     -moz-transform: scale3D(1.1,1.1,1);
      -ms-transform: scale3D(1.1,1.1,1);
       -o-transform: scale3D(1.1,1.1,1);
          transform: scale3D(1.1,1.1,1);
}
.latest-news .single-news-post .img .opacity,
.news-inner-page .single-post-holder .img .opacity {
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  opacity: 0;
  right: 0;
  text-align: center;
  background: -moz-linear-gradient( 0deg, rgba(178,61,252,0.85) 5%, rgba(27,133,242,0.85) 100%);
  background: -webkit-linear-gradient( 0deg, rgba(178,61,252,0.85) 5%, rgba(27,133,242,0.85) 100%);
  background: -ms-linear-gradient( 0deg, rgba(178,61,252,0.85) 5%, rgba(27,133,242,0.85) 100%);
  -webkit-transform: scale(0.1);
     -moz-transform: scale(0.1);
      -ms-transform: scale(0.1);
       -o-transform: scale(0.1);
          transform: scale(0.1);
}
.latest-news .single-news-post:hover .img .opacity,
.news-inner-page .single-post-holder:hover .img .opacity {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.latest-news .single-news-post .img .opacity i,
.news-inner-page .single-post-holder .img .opacity i {
  font-size: 25px;
  color:#fff;
  position: relative;
  top:50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.latest-news .single-news-post .post span {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
.latest-news .single-news-post .post h5 a {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color:#333333;
  display: block;
  margin: 18px 0;
}
.latest-news .single-news-post .post .read-more {
  width: 136px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  color:#000000;
  font-size: 15px;
  border:1px solid #e2e2e2;
  margin-top: 25px;
}
.latest-news .single-news-post {
  margin-bottom: 40px;
}
/*** 

====================================================================
  Partner Logo
====================================================================

 ***/
.partent-logo-section {
  background: -moz-linear-gradient( 4deg, rgb(162,30,231) 0%, rgb(39,115,239) 100%);
  background: -webkit-linear-gradient( 4deg, rgb(162,30,231) 0%, rgb(39,115,239) 100%);
  background: -ms-linear-gradient( 4deg, rgb(162,30,231) 0%, rgb(39,115,239) 100%);
  padding: 31px 0;
}
.partent-logo-section.m-fix {
  margin-top: 60px;
}
.partent-logo-section .item {
  min-height: 78px;
  position: relative;
}
.partent-logo-section .item img {
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
/*** 

====================================================================
 Footer
====================================================================

 ***/
footer {
  background: #262626;
  padding-top: 40px;
  background-image: url('../images/home/footer.jpg');
  background-size:cover;
}
footer .row [class*="col-"] {
  margin-top: 50px;
}
footer .footer-logo h5 {
    font-size: 22px;
    line-height: 30px;  
    font-weight:600;
    color: #cecece;
    }
footer .footer-logo h6 {
  font-size: 16px;
  line-height: 30px;
  /*color: #838383;*/
  color: #cecece;
  margin-top: 8px;
}
footer .row [class*="col-"] ul {
  padding-left: 28px;
}
footer .row [class*="col-"] ul li a {
  /*color:#919191;*/
  color: #cecece;
  margin-bottom: 10px;
  font-size: 16px;
}
footer .row [class*="col-"] ul li a:hover {
  color: #fff;
}
footer .subscribe-form {
  padding-left: 55px;
  position: relative;
}
footer .subscribe-form h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color:#fff;
  margin-bottom: 30px;
}
footer .subscribe-form input  {
  font-family: 'Hind', sans-serif;
  height: 50px;
  width: 100%;
  background: #fff;
  border:none;
  padding: 0 142px 0 15px;
}
footer .subscribe-form button {
  width: 130px;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  color:#fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left:10px solid #262626;
}
footer .bottom-footer {
  margin-top: 65px;
  border-top:1px solid #2f2f2f;
  padding: 24px 0;
}
footer .bottom-footer p,
footer .bottom-footer p a {
  font-family: 'Open Sans', sans-serif;
  color:#d6d6d6;
  font-size:15px; 
}
footer .bottom-footer ul li {
  display: inline-block;
}
footer .bottom-footer ul li a {
  width: 36px;
  line-height: 36px;
  text-align:center;
  background: #4b4b4c;
  margin-right: 3px;
  position: relative;
  color:#202020;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9;
}
footer .bottom-footer ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  background: -moz-linear-gradient( 4deg, rgb(138,168,77) 0%, rgb(39,115,239) 100%);
  background: -webkit-linear-gradient( 4deg, rgb(138,168,77) 0%, rgb(39,115,239) 100%);
  background: -ms-linear-gradient( 4deg, rgb(138,168,77) 0%, rgb(39,115,239) 100%);
}
footer .bottom-footer ul li a:hover {
  color: #fff;
}
footer .bottom-footer ul li a:hover:before {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
/*** 

====================================================================
  Our Team
====================================================================

 ***/
.our-team-section {
  margin: 85px 0 90px 0;
}
.our-team-section .see-all-member {
  width: 185px;
  line-height: 46px;
  text-align: center;
  border:2px solid #e2e2e2;
  color:#000;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 26px;
}
.our-team-section .see-all-member:hover {
  color:#fff;
}
.our-team-section .single-team-member {
  text-align: center;
  margin-top: 45px;
}
.our-team-section .single-team-member .img {
  background: -moz-linear-gradient( 4deg, rgb(162,30,231) 0%, rgb(39,115,239) 100%);
  background: -webkit-linear-gradient( 4deg, rgb(162,30,231) 0%, rgb(39,115,239) 100%);
  background: -ms-linear-gradient( 4deg, rgb(162,30,231) 0%, rgb(39,115,239) 100%); 
} 
.our-team-section .single-team-member:hover .img img {
  opacity: 0.5;
}
.our-team-section .single-team-member a {
  font-size: 20px;
  color: #000;
  display: block;
  padding: 4px 0;
  margin: 30px 0 0 0;
  text-transform: capitalize;
}
.our-team-section .single-team-member p {
  font-size: 18px;
}
.our-team-section.inner-team-page .single-team-member {
  margin-top: 0;
  margin-bottom: 70px;
}
/*** 

====================================================================
  contact Banner
====================================================================

 ***/
.contact-block-banner {
  background: url(../images/home/4.jpg) no-repeat center;
  background-size: cover;
}
@keyframes bg-raymes {
    0%   { background: rgba(54,120,244,0.85);}
    50%  { background: rgba(255,89,89,0.85);}
    100%  { background: rgba(54,120,244,0.85);}
}
.contact-block-banner .opacity {
  -webkit-animation: bg-raymes 10s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: bg-raymes 10s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  text-align: center;
  padding: 82px 0 86px 0;
}
.contact-block-banner .opacity h3,
.contact-block-banner .opacity a {
  color:#fff;
}
.contact-block-banner .opacity a {
  width: 190px;
  line-height: 52px;
  border:2px solid #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-top: 54px;
}
/*** 

====================================================================
  Satisfied Client
====================================================================

 ***/
.satisfied-client {
  padding: 92px 0 130px 0;
  margin-top: 30px;
}
.satisfied-client.bg-color {
  background: #f8f8f8;
  margin-top: -30px;
}
.satisfied-client h2 {
  text-align: center;
  margin-bottom: 60px;
}
.satisfied-client .row {
  margin: 0 -22px 0 -22px;
}
.satisfied-client .row .item {
  padding-left: 22px;
  padding-right: 21px;
}
.satisfied-client .row .item .one-client-text {
  background: #fff;
  padding: 25px 26px 35px 35px;
  border:1px solid #f1efef;
  border-radius: 5px;
}
.satisfied-client.bg-color .row .item .one-client-text {
  border: none;
  border-radius: 0;
}
.satisfied-client .row .item .one-client-text img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.satisfied-client .row .item .one-client-text .name {
  padding-left: 23px;
}
.satisfied-client .row .item .one-client-text .name h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 13px 0 5px 0;
}
.satisfied-client .row .item .one-client-text .name p {
  font-size: 18px;
}
.satisfied-client .row .item .one-client-text h6 {
  font-size: 15px;
  color:#757575;
  line-height: 30px;
  margin-top: 18px;
}
#client-slider-two .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: #dcdcdc;
  margin: 0 4px;
  border:none;
}
#client-slider-two .owl-dots {
  position: absolute;
  bottom: -75px;
  right:0;
  width: 100%;
}
/*** 

====================================================================
  Inner Page banner
====================================================================

 ***/
.inner-banner {
  
  background-size: cover;
  /*margin-bottom: 140px;*/
  margin-bottom: 80px;
}
.bg-1 {
    background: url(../images/home/slide-1.jpg) no-repeat center;
}
.bg-2 {
    background: url(../images/home/slide-2.jpg) no-repeat center;
}
.bg-3 {
    background: url(../images/home/slide-3.jpg) no-repeat center;
}
.bg-4 {
    background: url(../images/home/contact.jpg) no-repeat center;
}
.bg-5 {
    background: url(../images/home/clients.jpg) no-repeat center;
}
.ser {
    background: url(../images/home/services.jpg) no-repeat center;
}

.inner-banner .opacity {
  background: rgba(0,0,0,0.55);
  /*padding: 250px 0 138px 0;*/
  padding: 150px 0 80px 0;
  text-align: center;   
}
.inner-banner .opacity h2 {
  /*font-size: 72px;*/
  font-size: 42px;
  color:#fff;
  margin-bottom: 23px;
}
.inner-banner .opacity ul li {
  display: inline-block;
  color:#fff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 2px;
}
.inner-banner .opacity ul li a {
  color:#fff;
}
/*** 

====================================================================
  About Page Top Content
====================================================================

 ***/
.about-page-top {
  /*margin-bottom: 150px;*/
  margin-bottom: 80px;
}
.about-page-top h2 {
  /*font-size: 48px;*/
  font-size: 33px;
  /*line-height: 60px;*/
  line-height: 40px;
  margin-bottom: 33px;
}
.about-page-top h2 span {
  display: block;
}
/*** 

====================================================================
  Our Service
====================================================================

 ***/
.our-service.bg-color {
  background: #f9f9f9;
  /*padding: 115px 0 90px 0;*/
  padding: 80px 0 60px 0;
}
.our-service {
  /*margin-bottom: 130px;*/
  /*margin-bottom: 60px;*/
}
.our-service .item {
  width: 33.33333333%;
  float:left;
}
.our-service.bg-color .row {
  margin: 0 -12px 0 -12px 0;
}
.our-service.bg-color .row [class*="col-"] {
  padding: 0 12px;
}
.our-service.bg-color .single-service-box {
  background: #fff;
  border:1px solid #f2f2f2;
  margin-bottom: 30px;
}
.single-service-box {
  text-align: center;
  padding: 35px 30px 40px;
}
.single-service-box i:before {
  font-size: 60px;
  color:#8ba84b;
  display: block;
  background: -webkit-linear-gradient(#8ba84b, #0e2c3d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-service-box h5 {
  margin: 16px 0 25px 0;
}
.single-service-box a {
  font-size: 15px;
  color:#000;
  text-transform: uppercase;
  margin-top: 20px;
}
.our-service .item:nth-child(odd) .single-service-box {
  background: #fafbfc;
}
/*========= Service large Icon ===========*/
.service-large-icon {
  margin-bottom: 100px;
}
.service-large-icon .item {
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.service-large-icon .item .round-border {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: -moz-linear-gradient( -48deg, rgb(162,30,231) 22%, rgb(39,115,239) 100%);
  background: -webkit-linear-gradient( -48deg, rgb(162,30,231) 22%, rgb(39,115,239) 100%);
  background: -ms-linear-gradient( -48deg, rgb(162,30,231) 22%, rgb(39,115,239) 100%);
}
.service-large-icon .item .round-border i:before {
  line-height: 120px;
  font-size: 60px;
  color:#fff;
}
.service-large-icon .item h5 a {
  color:#000;
  display: block;
  margin: 25px 0 25px 0;
}
/*** 

====================================================================
  Blog Page
====================================================================

 ***/
.news-inner-page {
  margin-bottom: 190px;
}
.theme-large-asidebar {
  padding-right: 40px;
}
.news-inner-page .single-post-holder .img {
  overflow: hidden;
  position: relative;
  margin-bottom: 36px;
}
.news-inner-page .single-post-holder .post span {
  font-size: 15px;
  color:#c5c3c3;
  display: block;
}
.news-inner-page .single-post-holder .post h4 a {
  color:#000;
  line-height: 37px;
  display: block;
  margin: 25px 0 30px 0;
}
.news-inner-page .single-post-holder .post p {
  font-weight: normal;
}
.news-inner-page .single-post-holder .post .read-more {
  width: 150px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  color:#000000;
  font-size: 15px;
  border:1px solid #e2e2e2;
  margin-top: 30px;
}
.news-inner-page .single-post-holder .post .read-more:hover {
  color:#fff;
}
.news-inner-page .single-post-holder {
  margin-bottom: 80px;
}
.news-inner-page .page-pagination {
  margin-top: -30px;
}
.news-inner-page .page-pagination li {
  display: inline-block;
}
.news-inner-page .page-pagination li a {
  padding: 0 12px;
  text-align: center;
  line-height: 30px;
  color:#adadad;
  font-size: 18px;
}
.news-inner-page .page-pagination li.active a,
.news-inner-page .page-pagination li a:hover,
.news-inner-page .page-pagination li:last-child:hover a {
  background: #505050;
  color:#fff;
}
.news-inner-page .page-pagination li:last-child a {
  color:#000;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 4px;
}

/*** 

====================================================================
  Blog Details Page
====================================================================

 ***/
.news-details-page .main-post-wrapper .post h4 {
  font-size: 36px;
  color:#000;
  line-height: 40px;
  display: block;
  margin: 25px 0 35px 0;
  font-weight:700;
}
.news-details-page .main-post-wrapper .post {
  font-size: 15px;
  color:#c5c3c3;
  display: block;
  margin-top: 36px;
}
.news-details-page .main-post-wrapper .post p {
  font-weight: normal;
  color:#959595;
}
.news-details-page .main-post-wrapper .post h6 {
  color:#242424;
  line-height: 35px;
  padding-left: 85px;
  position: relative;
  margin: 40px 80px 46px 0;
}
.news-details-page .main-post-wrapper .post h6:before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top:0;
  left:46px;
  border-top:12px solid #fff;
  border-bottom:8px solid #fff;
}
.news-details-page .main-post-wrapper .share-option {
  border: 1px solid rgba(0,0,0,0.06);
  padding: 12px 15px 12px 22px;
  margin: 32px 0 100px 0;
}
.news-details-page .main-post-wrapper .share-option h5 {
  font-size: 15px;
  color:#959595;
  text-transform: uppercase;
  margin-top: 10px;
}
.news-details-page .main-post-wrapper .share-option h5 a {
	color:#959595;
}
.news-details-page .main-post-wrapper .share-option h5 span {
  color:#000;
}
.news-details-page .main-post-wrapper .share-option ul li {
  display: inline-block;
}
.news-details-page .main-post-wrapper .share-option ul li a {
  width: 36px;
  line-height: 36px;
  text-align:center;
  font-size: 15px;
  background: #f2f2f2;
  margin-left: 3px;
  position: relative;
  color:#aaaaaa;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9;
}
.news-details-page .main-post-wrapper .share-option ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  background: -moz-linear-gradient( 4deg, rgb(162,30,231) 0%, rgb(39,115,239) 100%);
  background: -webkit-linear-gradient( 4deg, rgb(162,30,231) 0%, rgb(39,115,239) 100%);
  background: -ms-linear-gradient( 4deg, rgb(162,30,231) 0%, rgb(39,115,239) 100%);
}
.news-details-page .main-post-wrapper .share-option ul li a:hover {
  color: #fff;
}
.news-details-page .main-post-wrapper .share-option ul li a:hover:before {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.news-details-page .main-post-wrapper .comment-section  h4,
.news-details-page .main-post-wrapper .reaply-form  h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #242424;
}
.news-details-page .main-post-wrapper .comment-section .comment-wrapper {
  background: #fbfbfb;
  border:1px solid rgba(39,39,39,0.06);
  padding: 45px 44px 0 60px;
  margin: 50px 0 90px 0;
}
.news-details-page .main-post-wrapper .comment-section .single-comment img {
  width: 65px;
  height: 65px;
}
.news-details-page .main-post-wrapper .comment-section .single-comment .comment {
  width: 90%;
  width: calc(100% - 65px);
  padding-left: 26px;
  position: relative;
  border-bottom: 1px solid #eeecec;
  padding-bottom: 30px;
  margin-bottom: 32px;
}
.news-details-page .main-post-wrapper .comment-section .single-comment:last-child .comment {
  border:none;
}
.news-details-page .main-post-wrapper .comment-section .single-comment .comment h6 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.news-details-page .main-post-wrapper .comment-section .single-comment .comment span {
  font-family: 'Hind', sans-serif;
  color: #c4c4c4;
}
.news-details-page .main-post-wrapper .comment-section .single-comment .comment p {
  line-height: 32px;
  font-weight: normal;
  margin-top: 17px;
}
.news-details-page .main-post-wrapper .comment-section .single-comment.reply-comment {
  margin-left: 65px;
}
.news-details-page .main-post-wrapper .comment-section .single-comment .comment button {
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  color:#242424;
  position: absolute;
  top:0;
  right: 0;
}
.news-details-page .main-post-wrapper .reaply-form form {
  margin-top: 45px;
}
.news-details-page .main-post-wrapper .reaply-form form input,
.news-details-page .main-post-wrapper .reaply-form form textarea {
  border: 1px solid rgba(67,67,67,0.1);
  width:100%;
  max-width: 100%;
  font-family: 'Hind', sans-serif;
  font-weight: 300px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.news-details-page .main-post-wrapper .reaply-form form input {
  height: 65px;
}
.news-details-page .main-post-wrapper .reaply-form form textarea {
  height: 280px;
  max-height: 280px;
  padding: 20px;
}
.news-details-page .main-post-wrapper .reaply-form form button {
  width: 176px;
  line-height: 55px;
  color:#fff;
  font-size: 15px;
  text-transform: uppercase;
}
.news-details-page {
  margin-bottom: 190px;
}
/*** 

====================================================================
  Sidebar
====================================================================

 ***/
.theme-sidebar .sidebar-search {
  position: relative;
  height: 65px;
  margin-bottom: 85px;
}
.theme-sidebar .sidebar-search input {
  width: 100%;
  height: 100%;
  border:1px solid #f0f0f0;
  padding: 0 72px 0 20px;
  font-family: 'Hind', sans-serif;
}
.theme-sidebar .sidebar-search button {
  width: 70px;
  height: 100%;
  position: absolute;
  background: #383838;
  top:0;
  right: 0;
  color: #fff;
}
.theme-sidebar h4 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color:#25292f;
  margin-bottom: 30px;
}
.theme-sidebar .sidebar-categories ul li a {
  font-family: 'Hind', sans-serif;
  color:#959595;
  margin-bottom: 20px;
}
.theme-sidebar .sidebar-recent-news {
  margin: 40px 0 78px 0;
}
.theme-sidebar .sidebar-recent-news img {
  width: 34%;
}
.theme-sidebar .sidebar-recent-news .post {
  width: 66%;
  padding-left: 33px;
}
.theme-sidebar .sidebar-recent-news .post h6 a {
  font-size: 20px;
  line-height: 30px;
  color:#25292f;
  margin-bottom: 10px;
  margin-top: 3px;
}
.theme-sidebar .sidebar-recent-news .post span {
  font-size: 15px;
  color: #c5c3c3;
  text-transform: uppercase;
}
.theme-sidebar .sidebar-recent-news .single-recent-news {
  margin-bottom: 30px;
}
.theme-sidebar .sidebar-keywords ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 3px;
}
.theme-sidebar .sidebar-keywords ul li a {
  line-height: 40px;
  background: #f3f3f3;
  color:#878787;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 16px;
}
.theme-sidebar .sidebar-keywords ul li a:hover {
  color:#fff;
}
/*** 

====================================================================
  Contact Us
====================================================================

 ***/
#google-map-area {
  margin: -140px 0 125px 0;
  height: 520px;
}
#contact-google-map {
  width: 100%;
  height: 100%;
}
.contact-us-page h4 {
  /*font-weight: 600;*/
  font-weight: 600;
  font-size: 30px;
  /*text-transform: uppercase;*/
  margin-bottom: 55px;
  color:#2f373a;
}
.contact-us-form .row {
  margin: 0 -10px;
}
.contact-us-form .row [class*="col-"] {
  padding: 0 10px;
}
.contact-us-form form .single-input {
  margin-bottom: 22px;
}
.contact-us-form form input,
.contact-us-form form textarea {
  width: 100%;
  max-width: 100%;
  border:1px solid #ececec;
  padding: 0 15px 0 15px;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
}
.contact-us-form form input {
  height: 55px;
}
.contact-us-form form textarea {
  height: 185px;
  max-height: 185px;
  padding: 15px;
}
.contact-us-form form button {
  width: 115px;
  height: 50px;
  color:#fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background: #3f3f3f;
}
.contactUs-address {
  padding-left: 38px;
}
.contactUs-address>p {
  margin:-7px 0 30px 0;
}
.contactUs-address .single_address .icon {
  width: 60px;
  height: 60px; 
  text-align: center;
  margin-top: 4px;
}
.contactUs-address .single_address .icon i:before {
  line-height: 60px;
  color:#fff;
  font-size: 30px;
}
.contactUs-address .single_address .icon1 {
  background: #ef66ff;
}
.contactUs-address .single_address .icon2 {
  background: #00cbd8;
}
.contactUs-address .single_address .icon3 {
  background: #ff8022;
}
.contactUs-address .single_address h6 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contactUs-address .single_address span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.contactUs-address .single_address {
  margin-bottom: 35px;
}
.contactUs-address .single_address .text {
  padding-left: 26px;
  margin-top: 10px;
}
.contact-us-page {
  margin-bottom: 145px;
}
/*(((((((((((((((((((((((  Contact form activation ))))))))))))))))))*/
.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 {
  color: #57D1C9;
}
#error {
  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,
.form-validation textarea.error {
  border:1px solid #f03838 !important;
}