/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Maxbiz      ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported styles
2. Global styles
3. Header styles
4. Slider styles
5. Our Services styles
6. Our features styles
7. About section styles
8. Team Member styles
9. call to action styles
10. Blog styles
11. Testimonial styles
12. contact styles
13. Subscription styles
14. Footer styles
15. Inner banner styles
16. Inner banner styles
17. Project content styles
18. Shop styles
19. Cart Page styles
20. Checkout page styles
21. fact section styles

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* ==============================
   1. Imported styles
   ============================== */
/**/


@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

@import url(../css/bootstrap.min.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/jquery.bootstrap-touchspin.css);

@import url(../css/font-awesome.css);
@import url(../fonts/flaticon.css);
@import url(../css/icomoon.css);

@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);

@import url(../css/owl.carousel.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/flexslider.css);

@import url(../css/jquery-ui.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/polyglot-language-switcher.css);

@import url(../css/animate.min.css);
@import url(../css/hover.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);
@import url(../css/magnific-popup.css);
@import url(../css/imagehover-extended.css);





/* ==============================
   2. Global styles
   ============================== */

body {
  font-family: 'Hind', sans-serif;
  color:#222222;
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5 {
  font-family: 'Poppins', sans-serif;
} 

ul {list-style-type: none;}

p {font-family: 'Hind', sans-serif;font-size: 16px;color: #848484;line-height: 26px;font-weight: 300;}
a {text-decoration: none; display: inline-block; outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}

img {max-width: 100%;display: inline-block;}

button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {font-family: 'Hind', sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.boxed_wrapper {
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}


.sec-padd {
  padding: 80px 0 80px;
}
.sec-padd-top {
  padding-top: 80px;
}
.sec-padd-bottom {
  padding-bottom: 80px;
}
.sec-padd-tb{
  padding: 80px 0 50px;
}
.no-padd {
  padding: 0px;
}
.clear_fix { clear:both;}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}
.list_inline li {
  display: inline-block;
}
.social li {
  display: inline-block;
  font-size: 14px;
  padding: 0 2px;
  margin-top: 2px;
}
.social li a {
  color: #f77b55;
  transition: .5s ease-in-out;
  width: 25px;
  height: 25px;
  background: #fff;
  line-height: 32px;
  text-align:  center;
  border-radius: 5px;
}
.default_link {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #00d9ff;
  font-weight: 600;
}
.default_link:hover {
  color: #00d9ff;
}

.default_link i {
  margin-left: 3px;
  font-weight: 700;
  font-size: 18px;
}
.uppercase {
  text-transform: uppercase;
}
.padd-80 {
  padding-top: 80px;
}
.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}

.row-5 {
  margin: 0 -5px;
}
.thm-color {
  color: #00d9ff;
}

.bold {
  font-weight: 700;
}
.s-bold {
  font-weight: 600;
}
.m-bold {
  font-weight: 600;
}

.float_left {
  float: left;
}
.float_right {
  float: right;
}

.border-bottom {
  border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.thm-btn {
  position: relative;
  background: #00d9ff;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #00d9ff;
  text-transform: uppercase;
  font-family: 'Hind', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #00d9ff;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn.style-2{
  border:2px solid #fff;
}
.thm-btn.style-2:hover{
  background: #fff;
  color: #00d9ff;
}

.anim-3 {
  transition: all 0.3s ease;
}
.anim-5 {
  transition: all 0.5s ease;
}

.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.section-title h2 {
  position: relative;
  font-size: 35px;
  text-transform: capitalize;
}
.section-title span{
  color: #f67b55;
}

.section-title h3 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}
.section-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 141px;
  height: 3px;
  background: url(../images/resource/tb.png) center left no-repeat;
}
.section-title.center:before {
  left: 50%;
  margin-left: -70px;
}

.sec-title{
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.sec-title h3 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}
.sec-title:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 4px;
  background: #00d9ff;
}

.scroll-top {
  width: 50px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  display: none;
  color: #fff;
  text-align: center;
  background: #00d9ff;
}
.scroll-top span:before {
  font-size: 27px;
}
.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: -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%);
}

.preloader{ 
  position:fixed; 
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%;
  z-index:999999; 
  background-color:#ffffff; 
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

/* ==============================
   2. header-style
============================== */

.top-bar {
  position: relative;
  background: #00d9ff;
  line-height: 50px;
}
.top-bar .top-bar-text li {
  color: #fff;
  margin-right: 20px;
  display: inline-block;
}
.top-bar .top-bar-text li i {
  color: #fff;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.top-bar .top-bar-text li i:before{
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.top-bar .social li a:hover {
  color: #222;
  transition: .5s ease-in-out;
}

.top-bar .social li:last-child {
  padding-right: 0px;
}

/*logo*/

.main-logo {
  margin: 28px 0  21px;
}

/*menu*/

.theme_menu .container {
  position: relative;
}

.theme_menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}
.theme_menu .menu-column {
  padding-left: 0;
}

.default-form.register-form .form-group {
  margin-bottom: 0;
}
.default-form.register-form .link {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.default-form.register-form .link .thm-color-2 {
  color: #848484;
}
.default-form.register-form .thm-color:hover,
.default-form.register-form .thm-color-2:hover {
  color: #00d9ff;
  transition: .5s ease;
}

.default-form.register-form .link_2 {
  position: relative;
}

.default-form.register-form .link_2.singn {
  padding-left: 25px;
}

.default-form.register-form .link_2 .fancy_video {
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
  height: 15px;
  color: #222;
  background: #00d9ff;
  font-family: "FontAwesome";
}
.default-form.register-form .link_2 .fancy_video span {
  position: relative;right:-1px;
}


/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 22222;
  position: relative;
}

.main-menu {
  position: relative;
  margin-top: 20px;
}

.navbar-collapse {
  padding: 0px
}

.navigation {
  position: relative;
}
.navigation li {
  display: inline-block;
}

.navigation li a {
  color: #00d9ff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 19px 0px 28px;
  margin: 0 17px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Hind', sans-serif;
  transition: all 500ms ease 0s;
}

.navigation > li:hover > a {
  color: #00d9ff;
}

.navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #111;
  width: 225px;
  border-top: 2px solid #fff;
  z-index: 999;
  display: none;
}

.navigation > li > ul > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #282828;
}

.navigation > li > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}  

.navigation > li > ul > li:hover > a {
  color: #00d9ff;
}

/*========= third-menu ===============*/

.navigation > li > ul > li.third-menu ul {
  position: absolute;
  left: 230px;
  top: 0px;
  background: #333;
  width: 200px;
  border-top: 2px solid #fff;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}
.navigation > li > ul > li.third-menu {
  position: relative;
}
.navigation > li > ul > li.third-menu ul a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.navigation > li > ul > li.third-menu ul a:hover {
  color: #fdc716;
}
.navigation > li > ul > li.third-menu:after {
  position: absolute;
  content: "\f0de";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  right: 14px;
  transform: rotate(90deg);
  top: 3px;
}

/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #ffffff;
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  background: #000;
}

.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  display: none;
}

.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
  padding:10px 20px;
  line-height:22px;
  color:#ffffff;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 1px solid #fff;
} 

/*=================== Cart And Search Option ===============*/

.main-menu .right-column {
  position: absolute;
  right: 0;
  width: 300px;
}

.nav_side_content {
  margin-top: 33px;
  float: left;
  position: relative;
  left: -20px;
}
.nav_side_content .cart_select>button {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-right: 23px;
  color:#272727;
} 
.nav_side_content .cart_select>button span {
  font-weight: normal;
  padding: 0 0px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -20px;
  color: #00d9ff;
}
.nav_side_content .cart_select>button i {
  font-size: 18px;
  margin-left:5px;
}
.nav_side_content .cart_select,
.nav_side_content .search_option {
  display: inline-block;
}
.nav_side_content .search_option>button {
  width: 40px;
  height:40px;
  border-radius: 50%;
  font-size: 14px;
  color: #222;
  border: 1px solid #00d9ff;
}

.nav_side_content .search_option form {
  height: 50px;
  width: 280px;
  padding: 5px;
  border-radius: 4px;
  margin: 0;
  left: auto;
  right: 0;
  border-color: #00d9ff;
  top: 67px;
}
.nav_side_content .search_option form input {
  font-family: 'Hind', sans-serif;
  font-weight: normal;
  width:100%;
  height:100%;
  background: transparent;
  color:#9e9e9e;
  border:1px solid #f7f7f7;
  padding: 0 47px 0 10px;
  font-size: 15px;
}
.nav_side_content .search_option form button {
  display: block;
  width:40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top:5px;
  right:5px;
  color:#00d9ff;
}
.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

.theme_menu .link_btn {
  margin-top: 24px;
}

/* Mainmenu fixed style */
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
  margin: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.87);
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
}

.mainmenu-area .right-column .link_btn {
  margin-top: 27px;
}
.mainmenu-area .right-column .thm-btn{
  padding: 0px 26px;
}

/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/

.rev_slider_wrapper{
  position: relative;
  margin-top: -100px;
}
.tp-dottedoverlay{
  background-color: rgba(0, 0, 0, 0.33);
}
.rev_slider_wrapper .slide-content-box h3 {
  background: rgba(0, 0, 0, 0) url("../img/slides/press-bg.png") no-repeat;
  background-size: contain;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 55px;
  line-height: 62px;
  margin: 14px 0 9px;
  font-weight: 700;
}
.rev_slider_wrapper .slide-content-box p{
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin: 25px 0 30px;
}
.rev_slider_wrapper .slide-content-box .button a{
  padding: 0px 22px;

  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution{
  background: #fff;
  padding: 0px 35px;
  color: #222;
  border-color: #fff;
}
.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution:hover{
  background: #00d9ff;
  color: #fff;
  border-color: #00d9ff;
}
.rev_slider_wrapper .slide-content-box.last-slide p{
  margin: 0;    
}
.rev_slider_wrapper .slide-content-box.last-slide a{
  margin: 0 8px;    
}
.rev_slider_wrapper .slotholder {
  position: relative;
}
.slotholder:after {
  background: rgba(0, 0, 0, 0.20);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.tp-bannertimer {
  display: none;
}
.rev_slider_wrapper .tparrows {
  margin-top: 80px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.23137254901960785);
  width: 60px;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}
.rev_slider_wrapper .tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 60px;
  text-align: center;
}
/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer{
  position:relative;
  background:#222;
  color:#848484;
}
.main-footer .section-title{
  margin-bottom: 40px;
}
.main-footer .section-title h3{
  font-size: 28px;
}
.main-footer .footer-logo {
  margin-bottom: 40px;
}
.main-footer .widgets-section{
  position:relative;
  padding:70px 0px 20px;
}
.main-footer .footer-column{
  margin-bottom:30px; 
}
.main-footer .footer-widget{
  position:relative;  
}
.main-footer .footer-column h2{
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:30px;
  color:#a1c436;  
}
.main-footer .about-widget .text{
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.main-footer .contact-info{
  margin-bottom: 18px;
}
.main-footer .contact-info li{
  position:relative;
  padding-left: 26px;
  margin-bottom: 8px;
  line-height: 20px;
}
.main-footer .contact-info li .icon{
  position:absolute;
  left:0px;
  top:0px;
  line-height:24px;
  font-size:14px; 
}
.main-footer .social-links a{
  display:inline-block;
  width:32px;
  height:32px;
  margin-left:5px;
  line-height:30px;
  border:1px solid transparent;
  background:none;
  color:#686868;
  font-size:14px;
  text-align:center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-footer .social-links a:hover{
  color:#a1c436;
  border-color:#a1c436; 
}

/*posts widget*/

.main-footer .posts-widget .post{
  position:relative;
  min-height: 85px;
  padding-left: 88px;
  margin-bottom: 20px;
}
.main-footer .posts-widget .post:last-child{
  margin-bottom:0px;
  border:0px;
}
.main-footer .posts-widget .post .post-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:73px;
  height:73px;
  border-radius:50%;
}
.main-footer .posts-widget .post .post-thumb img{
  display:block;
  width:100%;
}
.main-footer .posts-widget .post .desc-text{
  position:relative;
  font-size: 16px;
  color:#f4f4f4;
  line-height: 24px;
  padding:0px 0px 3px;
  top:-4px;
}
.main-footer .posts-widget .post .desc-text a{
  color: #848484;
}
.main-footer .posts-widget .post .time{
  position:relative;
  color: #00d9ff;
  font-size: 14px;
  line-height:24px;
}
.main-footer .links-widget .list li{
  position:relative;
  margin-bottom: 10px;
}
.main-footer .links-widget .list li a{
  position:relative;
  display:block;
  color:#848484;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.main-footer .posts-widget .post:before{
  content: '';
  position:absolute;
  left:0px;
  background: #00d9ff;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: .5s ease-in-out;
}
.main-footer .links-widget .list li a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.main-footer .links-widget .list li a:hover{
  color: #00d9ff;
}
.main-footer .contact-widget{

}
.main-footer .contact-widget .row {
  margin: 0px -5px;
}
.main-footer .gallery-widget .image {
  position: relative;
  float: left;
  padding: 0px 5px 10px;
}
.main-footer .gallery-widget .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-footer .gallery-widget .image img:hover {
  opacity: 0.70;
}
.main-footer .gallery-widget .image .link a{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -9px;
  width: 10px;
  height: 10px;
}
.main-footer .gallery-widget .image .link i{opacity: 0;color: #fff;font-size: 20px;}
.main-footer .gallery-widget .image:hover .link i{
  opacity: 1;
}

.footer-bottom {
  background: #1d1d1d;
  padding: 26px 0;
}
.footer-bottom .copy-text {
  font-family: 'Poppins', sans-serif;
  color: #848484;
  font-size: 14px;`
}
.footer-bottom .copy-text a {
  color: #00d9ff;
  transition: .3s ease;
}


/*
=======================================
 Inner Banner styles 
=======================================
*/
.inner-banner {
  padding: 100px 0px 10px;
  position: relative;
  background: #a0a19b;
  background-repeat:repeat;
  background-size:cover;
  background-attachment: fixed;
  background-position:center center;
  margin-top: -100px;
}
.inner-banner:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  z-index: 0;
}

.inner-banner h3 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.inner-banner .box {
  position: relative;
  display: table;
  height: 300px;
  width: 100%;
  text-align: center;
}

.breadcumb-wrapper {
  background: rgba(0, 0, 0, 0.24);
  padding: 10px 30px;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  margin-bottom: -10px;
  border-radius: 15px 15px 0px 0px;
}
.breadcumb-wrapper ul,
.breadcumb-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  color: #00d9ff;
}
.breadcumb-wrapper ul.link-list li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  transition: .3s ease;
}
.breadcumb-wrapper ul.link-list li a:hover {
  transition: .3s ease;
}

.breadcumb-wrapper ul.link-list li a i {
  color: #fac012;
  margin-right: 7px;
}

.breadcumb-wrapper ul.link-list li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin: 0 10px;
}




/************************** 
* default-blog styles 
***************************/
.sidebar-page-container blockquote{
    padding: 20px 20px;
    margin-bottom: 0px;
    padding-left: 50px;
    padding-right: 30px;
    font-size: 17px;
    border: 1px solid #ededed;
    border-left: 2px solid #00d9ff;
    font-style: italic;
    color: #aaa;
    background: rgba(247, 247, 247, 0.76);
    font-family: 'Hind', sans-serif;
}



/*large blog*/

.large-blog-news {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f4f4f4;
}


.large-blog-news .lower-content{
  position:relative;
  padding: 25px 0px 0px;
}

.large-blog-news .lower-content .text p{
  margin-bottom:20px; 
}

.large-blog-news .lower-content h4 {
  color:#222;
  font-weight: 500;
  margin-bottom: 15px;
}
.large-blog-news .lower-content h5 {
  text-transform: uppercase;
  color: #00d9ff;
  font-size: 14px;
  margin-bottom: 15px;
}


.large-blog-news .lower-content h4 a{
  color:#222;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 20px;
}

.large-blog-news .lower-content h4 a:hover{
  color:#00d9ff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.large-blog-news .lower-content .post-meta{
  color: #848484;
  font-size:16px;
  margin-bottom: 15px;
}
.large-blog-news .lower-content .thm-btn {
  background: transparent;
  color: #00d9ff;
  border-color: #f4f4f4;
}
.large-blog-news .lower-content .thm-btn:hover {
  background: #00d9ff;
  color: #fff;
  border-color: #00d9ff;
}


/*side-bar-blog*/

.blog-section{
  padding: 80px 0px 80px;
}


.blog-sidebar {
  position: relative;
  padding-left: 30px;
  padding-top: 70px;
}
.category-style-one {
  position: relative;
}
.category-style-one ul {
  margin-top: 20px;
  margin-bottom: 35px;
  padding: 10px 0px 20px;
}
.category-style-one ul li {margin: 0;border-bottom: 1px solid #c3c3c3;}

.category-style-one ul li a {
  font-weight: normal;
  color: #848484;
  position: relative;
  width: 100%;
  transition: .5s ease;
  line-height: 40px;
  display: block;
}
.category-style-one ul li a:hover {
  color: #00d9ff;
  transition: .5s ease;
}


/*post-thumb*/


.popular-post {
  position: relative;
  padding-top: 15px;
}

.popular-post .item {
  position: relative;
  font-size: 14px;
  margin-bottom: 13px;
  min-height: 50px;
  padding: 0px 0px 18px 105px;
  color: #cccccc;
}

.popular-post .item:last-child{
  border-bottom: 0px;
}
.popular-post .item .post-thumb{
  position:absolute;
  left:0px;
  top: 5px;
  width: 90px;
  height: 90px;
}

.popular-post .item .post-thumb img{
  width:100%;
  display:block;  
}


.popular-post .item .post-thumb a{
  position: relative;
}
.popular-post .item .post-thumb a:after {
  position: absolute;
  content: "\f0c1";
  font-family: FontAwesome;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 80px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  color: #ffffff;
  opacity: 0;
  transition: .5s ease;
}
.popular-post .item .post-thumb:hover a:after {
  opacity: 1;
  transition: .5s ease;
}

.popular-post .item a:hover{
  color: #00d9ff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.popular-post .item h4{
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 17px;
  line-height: 26px;
  color:#333;
}
.popular-post .item h4 a{
  color: #333;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.recent-posts.post-thumb .post .post-info{
  font-size: 14px;
  font-weight:400;
  margin:0px;
  line-height:1.6em;
  color: #9c9c9c;
}
.popular-post .item .post-info {
  color: #848484;
  font-size: 16px;
}


.inner-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 45px;
}
.inner-title:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #00d9ff;
  bottom: -10px;
}

.inner-title h4 {
  position: relative;
  font-size: 22px;
  color: #222;
}


/*archive*/

.sidebar-archive .bootstrap-select {
    background: #f7f7f7;
    color: #848484;
    padding: 10px 0;
    font-size: 16px;
}
.sidebar-archive .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.sidebar-archive .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.sidebar-archive  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.sidebar-archive  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #00d9ff;
  color: #fff;
}
.sidebar-archive .form-control:focus {
  border-color: #00d9ff;
  box-shadow: none;
}

/*single-blog*/

/*---------------- Author -------------*/

.single-blog-post .author {
  background-color:#ffffff;
  position:relative;
  margin-bottom: 2px;
}
.single-blog-post .author img {
  position:absolute;
}
.single-blog-post .author-comment {
  margin-left:340px;
  padding-left:30px;
}

.single-blog-post .author-comment .quote {
  font-size: 25px;
  color: #f1f1f1;
  margin-bottom: 15px;
}
.single-blog-post .author-comment h5 {
  font-weight: 600;
  margin: 16px 0 5px 0;
  text-transform: uppercase;
  font-size: 18px;
}
.single-blog-post .author-comment p.a-title {
  color: #00d9ff;
  font-size: 16px;
}



/*share-box*/

.share-box {
  background: #ffffff;
  padding: 20px 15px 20px 15px;
  margin-bottom: 40px;
  border: 1px solid #ededed;
}
.share-box .tag-box span {
  font-size: 14px;
  color: #3F3E3E;
}
.share-box .tag-box a {
  color: #00d9ff;
  font-size: 16px;
  transition: .3s ease;
  line-height: 30px;
  text-transform: capitalize;
}
.share-box .tag-box a:hover {
  color: #00d9ff;
  transition: .3s ease;
}

.share-box .social-box span {
  color: #252525;
  margin-right: 13px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.share-box .social {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -2.5px;
}
.share-box .social > li {
  padding-right: 0;
  margin: 0;
  padding-left: 0;
}
.share-box .social a {
  width: 36px;
  height: 36px;
  color: #BCBCBC;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #eee;
  display: block;
  line-height: 37px;
  transition: all 0.5s ease;
}
.share-box .social a:hover {
  color: #ffffff;
  background: #00d9ff;
  border-color: #00d9ff;
}

.share-box .tag-box li {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

/*review-tab*/

.single-blog .product-review-tab {
  margin: 0 27px;
}
.product-review-tab .item_review_content {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 80px;
}
.product-review-tab .item_review_content .img_holder {
  position: absolute;
  left: 0;
  top: 0;
}
.product-review-tab .add_your_review {
  margin: 81px 0 0px 0px;
}

.product-review-tab .add_your_review>span {
  display: block;
  margin: 36px 0 14px 0;
  color: #a2a2a2;
}
.product-review-tab .add_your_review ul,
.product-review-tab .add_your_review ul li {
  display: inline-block;
  color: #a2a2a2;
}
.product-review-tab .add_your_review ul.rating:hover li,
.product-review-tab .add_your_review ul.rating.active li{
  color: #00d9ff;
  transition: .5s ease;
}
.news .blogList_single_post .post .product-review-tab .add_your_review ul.rating li {
  font-size: 12px;
  margin-right: 3px;
  color:#d6d6d6;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news .blogList_single_post .post .product-review-tab .add_your_review ul.active li {
  color: #ab7442;
}
.news .blogList_single_post .post .product-review-tab .add_your_review ul:hover li{
  color: #ab7442;
}
.product-review-tab .add_your_review ul {
  line-height: 20px;
  border-right: 1px solid #d6d6d6;
  padding-right: 6px;
  margin-right: 5px;
}
.product-review-tab .add_your_review ul.fix_border {
  border:none;
}
.product-review-tab .add_your_review form {
  margin-top:31px;
}
.product-review-tab .add_your_review form label {
  color: #222;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.product-review-tab .add_your_review form input {
  height:54px;
  padding: 0 15px 0 19px;
}
.product-review-tab .add_your_review form textarea {
  max-width: 100%;
  min-height: 165px;
  padding: 15px 17px 5px 19px;
}
.product-review-tab .add_your_review form input,
.product-review-tab .add_your_review form textarea {
  width:100%;
  border:1px solid #f0f0f0;
  margin-bottom: 30px;
  color:#9e9e9e;
  resize: none;
}

.news.single-blog .blogList_single_post .post ul li:before {
  display: none;
}

/*** 

====================================================================
  Progress Levels Style
====================================================================

***/

.progress-levels{
  position:relative;
}

.normal-section .column .progress-levels{
  padding-left:15px;  
}

.progress-levels .progress-box{
  position:relative;
  margin-bottom: 25px;
  overflow:hidden;
}

.progress-levels .progress-box:last-child{
  margin-bottom:0px;  
}

.progress-levels .progress-box .box-title{
  position:relative;
  font-size: 16px;
  color: #222;
  text-transform:capitalize;
  margin-bottom: 10px;
  font-family:'Hind',sans-serif;
  font-weight: 500;
}

.progress-levels .progress-box .bar{
  position:relative;
  height:14px; 
}

.progress-levels .progress-box .bar .bar-innner{
  position:relative;
  left:0px;
  top:0px;
  width:100%;
  height: 2px;
  background: #fff;
}

.progress-levels .progress-box .bar .bar-fill{
  position:absolute;
  left:-100%;
  top:0px;
  width: 0px;
  height: 2px;
  background: #00d9ff;
  border-radius: 4px;
  -moz-transition:all 2000ms ease 300ms;
  -webkit-transition:all 2000ms ease 300ms;
  -ms-transition:all 2000ms ease 300ms;
  -o-transition:all 2000ms ease 300ms;
  transition:all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill{
  left:0px;
}

.progress-levels .progress-box .percent{
  position:absolute;
  right:0px;
  width:42px;
  height:20px;
  text-align:center;
  top: 10px;
  font-size:13px;
  color: #222 !important;
  line-height:20px;
  text-transform:capitalize;
  opacity:0;
  -moz-transition:all 500ms ease 1500ms;
  -webkit-transition:all 500ms ease 1500ms;
  -ms-transition:all 500ms ease 1500ms;
  -o-transition:all 500ms ease 1500ms;
  transition:all 500ms ease 1500ms;
}

.progress-levels.row .percent{
  right:15px; 
}

.progress-levels .progress-box.animated .percent{
  opacity:1;  
}

/*** 

====================================================================
    client Section style
====================================================================

***/
.clients-section{
  padding: 80px 0px 80px;
}
.clients-section .section-title {
  margin-bottom: 10px;
}
.clients-section .item{
  border: 1px solid #ccc;
}
.clients-section .tooltip-inner {
  background: #00d9ff;
}
.clients-section .tooltip.top .tooltip-arrow {
  border-top-color: #00d9ff;
}

.clients-section .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  padding-top: 40px;
}
.clients-section .owl-theme .owl-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0;
  margin-bottom: 36px;
}

.clients-section .owl-theme .owl-nav [class*=owl-] {
  color: #c5c5c5;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 40px;
  width: 40px;
  border: 2px solid #f7f7f7;
  line-height: 36px;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.clients-section .owl-theme .owl-nav [class*=owl-]:hover {
  color: #00d9ff;
  border: 2px solid #00d9ff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

/*** 

====================================================================
    service-single Section style
====================================================================

***/
.service-single{
  padding: 80px 0px 60px;
}
.service-single .section-title{
  margin-bottom: 25px;
}
.service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-catergory li {
  list-style: none;
  position: relative;
  background: #f7f7f7;
  padding: 14px 0;
  margin-bottom: 2px;
}
.service-catergory li:first-child {
  margin-bottom: 10px;
}
.service-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #848484;
}
.service-catergory li.active {
  background: #00d9ff;
}
.service-catergory li.active a {
  color: aliceblue;
}

.service-catergory li.active .view-all-icon{
  color: #fff;
}

.service-catergory li a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  border-left: 5px solid transparent;
  font-weight: 600;
  padding-left: 15px;
  transition: all 0.5s ease;
  position: relative;
}
.service-catergory li a:hover {
  color: #00d9ff;
}
.service-catergory li.active a:hover {
  color: #fff;
}
.service-single blockquote {
  padding: 20px 20px;
  margin-bottom: 0px;
  padding-left: 50px;
  padding-right: 30px;
  font-size: 17px;
  border: 1px solid #ededed;
  border-left: 2px solid #00d9ff;
  font-style: italic;
  color: #aaa;
  background: rgba(247, 247, 247, 0.76);
  font-family: 'Hind', sans-serif;
}

.service-single .sec-title{
  margin-bottom: 40px;
}

/*benifit*/
.benifit li {
  position: relative;
  color: #848484;
  padding-left: 20px;
  margin: 10px 0;
}

.benifit li:after {
  position: absolute;
  content: '';
  background: #00d9ff;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.benifit {margin-bottom: 10px;}

.service-single .accordion-box .accordion .acc-content {
  padding: 2px 0 8px;
}
.service-single .accordion {
  margin-bottom: 5px;
}

.default-form.service-form textarea {
  height: 226px;
}

.service-single .popular_news .item h4{
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.service-single .inner-title{
  margin-top: 20px;
}

.service-single .sidebar-widget .download-list li{
  margin-bottom: 5px;
  background: #00d9ff;
}
.service-single .sidebar-widget .download-list li a{
  color: #fff;
  padding: 10px 10px;
  width: 100%;
  transition: .5s;
}
.service-single .sidebar-widget .download-list li a:hover{
  color: #222;
  transition: .5s;
}
.service-single .sidebar-widget .download-list li span{
  margin-right: 8px;
}

.service-single .sidebar_tags{
  margin-top: 0px;
}

/*** 

====================================================================
    about Section style
====================================================================

***/
.two-column{
  padding: 80px 0px 80px;
  background: #f7f7f7;
}
.two-column .link_btn .sign {
  display: inline-block;
  position: relative;
  left: 50px;
  top: 5px;
}

.two-column .image-box{margin-top: -120px;}
.two-column .image-box img{
  
}

.two-column .company-tab .nav{
  margin-bottom: 30px;
}
.two-column .company-tab .nav li{
  color: #222;
}
.two-column .company-tab .nav li a{
  padding: 12px 20px;
  border-radius: 0px;
  border: 1px solid #00d9ff;
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.two-column .tab-content h3{
  margin-bottom: 15px;
  color: #222;
}
.two-column .tab-content p{
  margin-bottom: 20px;
}

.two-column .tab-content .p0 {
  display: inline-block;
  margin-right: 30px;
}
.two-column .tab-content .list-two{
  display: inline-block;
}
.two-column .tab-content li{
  line-height: 26px;
}
.two-column .tab-content li a{
  color: #848484;
  font-size: 14px;
}
.two-column .tab-content li i{
  margin-right: 10px;
  color: #848484;
}

.two-column .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #00d9ff;
  background: none;
  border-bottom: 0px;
}



/*** 

====================================================================
  Two Column FLuid
====================================================================

***/

.two-column .content-column{
  position:relative;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:right top;
}

.two-column .content-column:after{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgb(247, 247, 247);
  opacity:0.97;
}

.two-column .content-column .inner-box{
  position:relative;
  padding: 0px 0px 0px 90px;
  max-width:600px;
  z-index:1;
}

.two-column .content-column .default-title{
  margin-bottom:40px; 
}

.two-column .content-column .default-title:after{
  border-color:#24a3d8; 
}


/*
===================================
  about-faq
===================================
*/

.about-faq{
  padding: 70px 0px 0px;
}
.about-faq .sec-title{
  margin-bottom: 30px;
}
.accordion {
  margin-bottom: 10px;
  position: relative;
}
.accordion .acc-btn .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f1f1;
  width: 60px;
  height: 100%;
  color: #9c9c9c;
  font-size: 20px;
  text-align: center; 
}
.accordion .acc-btn.active .left-icon {
  color: #fff;
}
.accordion .left-icon span {
  position: relative;
  top: 18px;  
}
.accordion .acc-btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px 10px;
  padding-right: 50px;
  border: 1px solid #f7f7f7;
}
.accordion .acc-btn p {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.accordion .acc-btn.active p {
  color: #00d9ff;
}
.accordion .acc-btn.pr {
  position: relative;
}
.accordion .acc-btn .img-box {
  display: none;
}
.accordion .acc-btn.active .img-box {
  display: block;
}
.accordion .acc-btn .toggle-icon {
  color: #9c9c9c;
  display: block;
  font-weight: 100;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 24px;
  background: #eee;
  text-align: center;
}
.accordion .acc-btn .toggle-icon.left {
  color: #9c9c9c;
  display: block;
  font-weight: 100;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 30px;
}
.accordion .acc-btn .toggle-icon .plus::before {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  color: #222;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus::before {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  background: #00d9ff;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus{
  opacity: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
}
.accordion-box .accordion .acc-content {
  color: #9c9c9c;
  display: none;
  padding: 20px 20px 20px;
  border: 1px solid #f7f7f7;
  border-top: 0px;
}
.accordion-box .accordion .acc-content.collapsed {
  display: block;
}
.accordion-box .accordion .acc-content p {
  margin: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  color: #121d2f;
  line-height: 30px;
}
.faq-form{
  padding: 60px 0px 60px;
  background:#f7f7f7;
}
.faq-form .sec-title{
  margin-bottom: 30px;
}
.faq-image-box{
  margin-top: -45px;
}
/*
=====================================
  Fact Counter Section
=====================================
*/

.fact-counter{
  position:relative;
  padding: 80px 0px 40px;
  background-repeat:repeat;
  background-size:cover;
  background-attachment: fixed;
  background-position:center center;
  color:#ffffff;
}

.fact-counter:before{
  content:'';
  position:absolute;
  left:0;
  right: 0;
  top:0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
  z-index:0;
}
.fact-counter .auto-container{
  position:relative;
  z-index:1;
}

.fact-counter .column{
  position:relative;
  margin-bottom:40px;
  text-align:center;
  z-index:5;  
}
.fact-counter .item {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(204, 204, 204, 0.07);
  color: #fff;
  padding: 17px 0 25px;
}

.fact-counter .column .icon i:before{
  margin: 0;
  font-size: 50px;
  line-height:70px;
  margin-bottom:20px;
  color: #00d9ff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fact-counter .count-outer{
  position:relative;
  font-size: 50px;
  font-weight: 600;
  padding: 4px 10px 6px;
  font-family: 'Poppins', Sans-serif;
}
.fact-counter .count-outer:before {
  content: "";
}

.fact-counter .column .counter-title{
  position:relative;
  font-size: 20px;
  font-weight: 400;
  font-family: "Hind", Sans-serif;
  color: #bbb;
}


/*** 

====================================================================
  google map Section
====================================================================

***/

.home-google-map #contact-google-map {
  width: 100%;
  height: 430px;
}
.home-google-map .gmnoprint {
  display: none;
}


/***
=====================================
  contact Section
=====================================
***/

.contact_us{
  padding: 80px 0px 80px;
}

.contact_us .info-column {
  position: relative;
  padding: 27px 25px 27px 28px;
  background: #00d9ff;
  margin-top: 91px;
}

.contact_us .info-column h3 {
  color: #ffffff;
  margin-bottom: 25px;
}

.contact_us .info-column .contact-info {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.contact_us .info-column .contact-info li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,0.95);
  word-spacing: 1px;
  font-family: 'Hind', sans-serif;
}
.contact_us .info-column .contact-info li .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -12px;
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  color: #ffffff;
}
.contact_us .info-column .contact-info li .icon span:before{
  margin: 0;
  font-size: 25px;
}
.contact_us .default-social-links a {
  color: #fff;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 2px solid #fff;
  text-align: center;
  margin-right: 7px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-cinfo .icon_box {
  width: 40px;
}
.default-cinfo li + li {
  margin-top: 15px;
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
}
.default-cinfo li .icon_box,
.default-cinfo li .text-box {
  display: table-cell;
  vertical-align: top;
}

.default-cinfo li .icon_box i {
  font-size: 20px;
  color: #00d9ff;
  position: relative;
  top: 7px;
}
.default-cinfo .accordion .acc-btn {
  background: #f7f7f7;
  padding: 14px 30px;
  margin: 0;
}

.default-cinfo .accordion-box {
  border: none;
}
.default-cinfo .accordion {
  border: 1px solid #f7f7f7;
}
.default-cinfo .accordion-box .accordion .acc-content b {
  color: #222;
  font-weight: 600;
}

/*form*/

.default-form {
  position: relative;
}

.default-form p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}
.default-form p span {
  color: #ab7442;
  font-size: 20px;
  font-weight: 600;
}

.default-form .form-box{
  position:relative;
}

.comment-form .form-box{
  padding:25px 25px 0px 25px; 
}

.default-form .form-group{
  position:relative;
  margin-bottom: 15px;
}

.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height: 45px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding:12px 15px;
  background: #fff;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 165px;
}
.default-form .bootstrap-select {
  border: 1px solid #f4f4f4;
  background: #f7f7f7;
  color: #a2a2a2;
  padding: 10px 0;
  font-size: 16px;
}
.default-form .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #00d9ff;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #00d9ff;
  box-shadow: none;
}

.default-form .thm-btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
}

.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}

.default-form .alert-success {
  color: #00d9ff;
  background: none;
  border: none;
  font-size: 18px;
}

/*author-details*/

.author-details {
  background: #f7f7f7;
  padding: 1px 20px;
}
.author-details .item {
  padding: 20px 20px 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  background: #fff;
  margin: 30px 0;
}

.author-details .item:last-child {
  border-bottom: 0px;
}
.author-details .item .img-box,
.author-details .item .content {
  display: table-cell;
  vertical-align: top;
}

.author-details .item .img-box{
  width: 67px;
}

.author-details .item .content{
  padding-left: 20px;
}

.author-details .item .content p {
  color: #9e9e9e;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
}
.author-details .item .content p i {
  color: #00d9ff;
  margin-right: 5px;
}

.author-details .item h5 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #272727;
}
.author-details .item .content h5 {
  color: #00d9ff;
  margin: 0;
}

/*** 
======================================
  consultation Section
======================================
***/

.consultation .default-form-area {
  background: #fff;
  padding: 40px 30px 10px;
  border: 1px solid #f4f4f4;
  max-width: 690px;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
}

/*
======================================
  Cart Page styles 
======================================
*/

.cart-section {
  position: relative;
  padding: 80px 0px 80px;
}
.cart-section ul {
  margin: 0;
  padding: 0;
}
.cart-section ul li {
  list-style: none;
}
.cart-section .thm-btn {
  line-height: 40px;
}
.cart-section .sec-pad {padding-bottom: 70px;}
.cart-section .sec-title.medium {
  padding-bottom: 25px;
}

.cart-section .cart-outer {
  position: relative;
}

.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 7px;
  font-family: "Poppins", sans-serif;
  background: #f7f7f7;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: normal;
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 15px 10px;
  min-width: 100px;
  font-size: 16px;
  font-weight: bold;
  color: yellow;
}

.cart-table tbody tr .qty {
  width: 120px;
  padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: black;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 90px;
  padding-left: 85px;
  padding-top: 20px;
  text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 11px;
  padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #222;
  text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: #00d9ff;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: yellow;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
  transition: .5s ease;
}

.cart-table tbody tr .remove-btn:hover {
  color: #00d9ff;
  transition: .5s ease;
}
.cart-table tbody tr .remove-btn span:before {
  font-size: 30px;
}
.cart-table tbody tr {
  border-bottom: 1px solid #F7F7F7;
}

.cart-table tbody tr td {
  vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 43px;
  display: block;
  box-shadow: none;
  width: 100%;
  font-size: 20px;
  position: relative;
  color: #222;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #9e9e9e;
  font-size: 14px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #00d9ff;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  background: #f7f7f7;
  border-color: #f7f7f7;
  padding: 10.3px 10px;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
  color: #00d9ff;
  left: 6px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #fff;
  border: 1px solid #F7F7F7;
  border-right: 0;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 24px;
  padding: 9px 15px;
  border: 1px solid yellow;
  border-radius: 3px;
  width: 230px;
  background: none;
  font-weight: 500;
  outline: none;
  height: 44px;
}

.cart-section .estimate-form {
  position: relative;
}

.cart-section h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
  padding: 0px 7px;
  margin-bottom: 25px;
}

.cart-section .totals-table {
  position: relative;
  border: 1px solid #f8f8f8;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 14.5px 15px;
  line-height: 24px;
  width: 50%;
}

.cart-section .totals-table .col-title {
  font-size: 14px;
  color: #222;
  border-right: 1px solid #f8f8f8;
  font-weight: 400;
}

.cart-section .totals-table li {
  position: relative;
  border-bottom: 1px solid #f8f8f8;
}

.cart-section .totals-table li:last-child {
  border-bottom: none;
}

.cart-section .update-cart-box {
  padding-top: 40px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: 2px;
  right: 20px;
}
.cart-section .estimate-form .select-box .btn-group.bootstrap-select {
  width: 100%;
  outline: none;
}
.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  outline: none;
  border: 1px solid #f4f4f4;
  padding: 10px 15px;
  border-radius: 0;
}
.cart-section .estimate-form .select-box .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.cart-section .estimate-form .select-box .dropdown-menu > li > a {
  padding: 8px 15px;
  color: green;
  transition: all .3s ease;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: green;
  transition: all .3s ease;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 13px;
  color: red;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: red;
  font-size: 14px;
  line-height: 46px;
}

.cart-section .estimate-form h3 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 80px;
}

.cart-section .cart-total h3 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
  margin-top: 30px;
}

.cart-section .estimate-form input {
  width: 100%;
  border: 2px solid yellow;
  outline: none;
  height: 43px;
  padding-left: 15px;
  font-family: "Hind", serif;
}

.cart-section .qty .input-group {
  width: 74px;
  background: #fff;
}

.cart-section .thm-btn.update-cart {
  border: 1px solid black;
  color: yellow;
  background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
  color: #9e9e9e;
  font-weight: normal;
}

.cart-section .thm-btn.update-cart {
  color: #222;
  border-color: #F7F7F7;
  text-shadow: none;
  background: #f7f7f7;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  border: 2px solid #F7F7F7;
  text-transform: uppercase;
  font-size: 14px;
}

.cart-section .estimate-form input {
  border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  background: #fff;
  color: #9f9f9f;
  border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  color: #9f9f9f;
}

.cart-table tbody tr .prod-column .column-box {
  margin-left: 15px;
}

.cart-section .thm-btn.update-cart:hover {
  background: #00d9ff;
  color: #fff;
}

.cart-table tbody tr td {
  padding: 10px 10px 10px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: #fff;
}

/*** 
=============================================
    Checkout Area style
=============================================
***/
.checkout-area {
  padding-bottom: 100px;
  padding-top: 80px;
}
.checkout-area .exisitng-customer {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative;
  margin-bottom: 20px;
}
.checkout-area .exisitng-customer:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #00d9ff;
  content: "";
}
.checkout-area .exisitng-customer h5{
  color: #252525;
  font-size: 14px;
  font-weight: 300;
}
.checkout-area .exisitng-customer h5 a{
  color: #00d9ff;
  display: inline-block;
  padding-left: 15px;
}

.checkout-area .coupon {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative; 
  margin-bottom: 60px;
}
.checkout-area .coupon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #00d9ff;
  content: "";
}
.checkout-area .coupon h5 {
  color: #252525;
  font-size: 14px;
  font-weight: 300;
}
.checkout-area .coupon h5 a {
  color: #00d9ff;
  display: inline-block;
  padding-left: 15px;
}

.checkout-area .form form .field-label {
  color: #222;
  font-family: "Poppins", Sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 8px;
}
.checkout-area .form form .field-input input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #9a9a9a;
  display: block;
  font-size: 16px;
  height: 48px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input input[type="text"]:focus{
  border: 2px solid #00d9ff;
}
.checkout-area .create-acc .checkbox {
  margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
  color: #00d9ff;
  font-weight: 300;
  font-size: 16px;
}
.checkout-area .create-acc .checkbox input {
  margin-top: 3px;
}


.checkout-area .shipping-info input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 40px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
  border: 2px solid #f7f7f7;
  color: #9e9e9e;
  display: block;
  font-size: 16px;
  height: 124px;
  margin-bottom: 28px;
  padding: 10px 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input textarea:focus{
  border-color: #00d9ff;
}

.checkout-area .bottom {
  padding-top: 70px
}
.checkout-area .table .sec-title-two {
  padding-bottom: 32px;
}
.checkout-area .table {
  overflow-x: auto;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.checkout-area .table .cart-table {
  min-width: auto;
  width: 100%;
}
.checkout-area .table .cart-table .cart-header {
  background: #f7f7f7;
  color: #252525;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  font-weight: 400;
}
.checkout-area .table .cart-table thead tr th {
  font-weight: 400;
  line-height: 24px;
  min-width: 110px;
  padding: 19px 30px 17px;
}
.checkout-area .table .cart-table thead tr th.product-column {
  padding-left: 30px;
  text-align: left;
}

.checkout-area .table .cart-table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}
.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle
}
.checkout-area .table .cart-table tbody tr td {
  min-width: 110px;
  padding: 25px 30px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
  min-height: 70px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
  width: 70px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb, 
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
  display: table-cell;
  vertical-align: middle;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
  padding-left: 20px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
  color: #252525;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.checkout-area .table .cart-table tbody tr .qty {
  padding-right: 30px;
  width: 130px;
}
.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
  float: right;
  width: 70px;
}
.checkout-area .table .cart-table tbody tr .qty .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none;
  color: #252525;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  padding: 6px 0;
  text-align: center;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}
.checkout-area .table .cart-table tbody tr .qty .btn-default {
  background-color: #00d9ff;
  border-color: #00d9ff;
  color: #fff;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}
.checkout-area .table .cart-table tbody tr td.price {
  color: #00d9ff;
  font-size: 16px;
  font-weight: 300;
}

.cart-total .sec-title-two {
  padding-bottom: 32px;
}
.cart-total-table {
  border: 2px solid #ebebeb
}
.cart-total-table li {
  border-bottom: 1px solid #ebebeb
}
.cart-total-table li:last-child {
  border-bottom: none
}
.cart-total-table li span.col.col-title {
  border-right: 1px solid #ebebeb;
  color: #272727;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}
.cart-total-table li span.col {
  color: #9a9a9a;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}
.cart-total-table li span.col b {
  color: #00d9ff;
  font-weight: 300;
  text-decoration: underline;
}

.cart-total .payment-options {
  background: #f7f7f7 none repeat scroll 0 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 23px 20px 35px;
}
.cart-total .payment-options .option-block {
  margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
  margin: 0 0 5px;
}
.cart-total .payment-options .option-block .checkbox label {
  font-weight: 300;
  min-height: 20px;
  padding-left: 20px;
}
.cart-total .payment-options .option-block .checkbox label input {
  top: -1px;
}
.cart-total .payment-options .option-block .checkbox label span {
  color: #252525;
  padding-left: 10px;
}
.cart-total .payment-options .option-block .checkbox label span b {
  color: #00d9ff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding-left: 25px;
  text-decoration: underline;
}
.cart-total .payment-options .option-block .text{
  padding-left: 30px;
}
.cart-total .payment-options .option-block .text p {
  margin: 0;
  line-height: 28px;
}
.placeorder-button button {
}
.placeorder-button button:hover{
}

/*** 
=============================================
     shop style
=============================================
***/

.shop {
  position: relative;
  padding: 70px 0px 80px;
}

.shop .hover-effect {
  margin-bottom: 15px;
  padding-top: 10px;
  transition: .5s ease;
}
.shop .hover-effect:hover {
  transition: .5s ease-in-out;
}
.single-shop-item{
  margin-top: 15px;
}
.single-shop-item .img-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  transition: .5s ease;
  border: 1px solid #f4f4f4;
}
.single-shop-item:hover .img-box {
  transition: .5s ease;
}
.single-shop-item .img-box .offer-box {
  position: absolute;
  top: 10px;
  left: 10px;
}
.single-shop-item .img-box .offer-box .inner {
  position: relative;
}
.single-shop-item .img-box .offer-box .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  border-bottom: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-top: 35px solid #ab7442;
  border-left: 35px solid #ab7442;
  border-right: 35px solid transparent;
}
.single-shop-item .img-box .offer-box .inner span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transform: rotate(-45deg);
  line-height: 35px;
  transform-origin: 70% 35%;
}
.single-shop-item .text-box h3,
.single-shop-item .text-box p {
  margin: 0;
}
.single-shop-item .text-box h3 {
  font-size: 18px;
  line-height: 50px;
  color: #1F1F1F;
  margin-top: 10px;
}
.single-shop-item .text-box p {
  font-size: 20px;
  line-height: 24px;
}
.single-shop-item .text-box p i {
  font-size: 18px;
}
.single-shop-item .text-box p span {
  display: inline-block;
  vertical-align: top;
  color: #ab7442;
  font-size: 18px;
  font-weight: 400;
}
.single-shop-item .text-box p del {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
  vertical-align: super;
  display: inline-block;
  font-weight: normal;
}
.single-shop-item .text-box p del i {
  font-size: 14px;
}

.single-shop-item .thm-btn.thm-tran-bg {
  color: #ffffff;
  border-color: #fff;
}
.single-shop-item .thm-btn:hover {
  color: #00d9ff;
  background: #ffffff;
}

.single-shop-item:hover .img-box .overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.single-shop-item:hover .img-box .overlay .box .content ul li a {
  opacity: 1;
  transform: translate3d(0px, 0px, 0);
}

.default-overlay-outer{
  position:absolute;
  display:block;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:10px;
  transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -moz-transition:all 700ms ease;
}

.default-overlay-outer .inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  text-align:center;
}

.default-overlay-outer .inner .content-layer{
  position:relative;
  display:table-cell;
  vertical-align: bottom;
  bottom: 25px;
  color:#ffffff;
}

.single-shop-item .default-overlay-outer{position: absolute;left: 0px;top: 0%;width: 100%;height: 100%;background: rgba(24,41,69,0.60);color: #ffffff;opacity: 0;visibility: hidden;transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transform: scale(0,1);-ms-transform: scale(0,1);-o-transform: scale(0,1);-moz-transform: scale(0,1);transform: scale(0,1);}

.single-shop-item:hover .default-overlay-outer{opacity: 1;visibility: visible;-webkit-transform: scale(1,1);-ms-transform: scale(1,1);-o-transform: scale(1,1);-moz-transform: scale(1,1);transform: scale(1,1);}


.single-shop-item .content-layer .rating{
  font-size: 12px;
  color: #ffa517;
  margin-bottom: 60px;
}
.single-shop-item .content-layer .rating h4{
  color: #fff;
  margin-bottom: 10px;
}

.single-shop-item .content-box{
  padding: 12px 15px 10px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
  text-align: center;
}

.single-shop-item .content-box h4{
  font-size: 14px;
  font-weight: 600;
  margin:0px 0px;
  line-height:1.4em;
  color: #252525;
  margin-bottom: 2px;
}

.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover{
  color:#b89b5e;  
}

.single-shop-item .content-box h4 a{
  color: #252525;
  text-transform: uppercase;
}

.single-shop-item .content-box .item-price{
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height:24px;
}
.single-shop-item .content-box .item-price del{
  color: #a2a2a2;
  margin-left: 7px;
  font-size: 15px;
}
.single-shop-item .content-box .item-price .strike-through{
  color:#999999;
  font-weight:normal;
  font-size:14px;
  padding-left:10px;
  line-height:20px;
  font-family:'Hind',sans-serif;
}

.shop .sidebar_search{
  margin-top: 16px;
}
.shop .thm-btn{
  padding: 5px 10px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 600;
}

/*============================= Sidebar Style One ==================*/

.sidebar_styleOne .theme_title,.sidebar_styleTwo .theme_title{
  padding-bottom: 18px;
}
.sidebar_search {
  height: 54px;
  position: relative;
  margin-top: 10px;
}
.sidebar_search input {
  width:100%;
  height:54px;
  border:none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color:#9e9e9e;
}
.sidebar_search button {
  width:54px;
  height:100%;
  position: absolute;
  top:0;
  background: #00d9ff;
  right:0;
  color:#fff;
}
.sidebar_categories {
  margin-top:60px;
}
.sidebar_categories ul {
  margin-top:22px;
  margin-bottom: 35px;
}
.sidebar_categories ul li {
  line-height: 48px;
  border-bottom: 1px solid #f1f1f1;
}
.sidebar_categories ul li:last-child {
  border:none;
}
.sidebar_categories ul li a {
  font-weight: normal;
  color: #9e9e9e;
  position: relative;
}
.sidebar_categories ul li a:hover {
}
.sidebar_categories ul li input[type="checkbox"] {
  float: right;
  position: relative;
  top: 14px;
}
.sidebar_categories ul li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.sidebar_categories.archive ul li a:before {
    content: "\f00c";
}
.sidebar_categories ul li a:hover {
  color: #00d9ff;
}
.recent_news_sidebar .theme_title {
  margin-bottom: 40px;
}
.recent_news_sidebar {
  margin-bottom: 62px;
}
.recent_news_sidebar .single_news_sidebar {
  margin-bottom: 29px;
} 
.recent_news_sidebar .img_holder img {
  width:75px;
  height:75px;
  border-radius: 5px;
}
.recent_news_sidebar .post {
  padding-left: 26px;
  width: 72%;
  margin-top: -10px;
}
.recent_news_sidebar .post h6 a {
  font-size: 16px;
  color:#272727;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 2px;
}
.recent_news_sidebar .post p a {
  font-size: 14px;
}
.recent_news_sidebar .post p a i {
  margin-right: 4px;
  font-size: 16px;
}

.recent_news_sidebar .img_holder {
  position: relative;
}
.recent_news_sidebar .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.recent_news_sidebar .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.recent_news_sidebar .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.recent_news_sidebar .img_holder .opacity .icon span a {
  display: block;
  width:45px;
  height:45px;
  margin:0 auto;
  line-height: 45px;
  border-radius: 50%;
  color:#fff;
  text-align: center;
}
.recent_news_sidebar .single_news_sidebar: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);
}

.sidebar_tags {
  margin:60px 0 -6px 0;
}
.sidebar_tags ul {
  margin-top: 10px;
  padding: 24px 0px;
}
.sidebar_tags ul li {
  display: inline-block;
  margin: 0 4px 8px 0;
}
.sidebar_tags ul li a {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color:#9e9e9e;
  line-height: 32px;
  border: 1px solid #f1f1f1;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0 14px;
}
.sidebar_tags ul li a:hover {
  color: #ffffff;
  background: #00d9ff;
}

.single-sidebar.price-ranger .ui-widget-content {
  background: transparent;
  border: 1px solid #ccc;
  height: 6px;
}
.single-sidebar.price-ranger .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0px;
  margin-left: -4px;
  outline: none;
  background: #00d9ff;
}
.single-sidebar.price-ranger .ui-slider .ui-slider-range {
  background: #00d9ff;
}
.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -3px;
}
.single-sidebar.price-ranger #slider-range {
  margin-top: 25px;
}
.single-sidebar.price-ranger .ranger-min-max-block {
  margin-top: 20px;
  margin-bottom: 45px;
  border: 1px solid #f4f4f4;
}
.single-sidebar.price-ranger .ranger-min-max-block input {
  display: inline-block;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
  width: 80px;
  border: none;
  border-radius: 0px;
  text-align: center;
  outline: none;
  line-height: 35px;
  font-size: 14px;
  margin-right: 37px;
  color: #ffffff;
  font-weight: 700;
  background: #00d9ff;
  text-transform: uppercase;
  border: 2px solid #00d9ff;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
  border: none;
  text-align: center;
  outline: none;
  width: 40px;
  color: #9c9c9c;
  font-weight: 400;
  text-align: right;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'].max {
}
.single-sidebar.price-ranger .ranger-min-max-block span {
  color: #9c9c9c;
  font-weight: 400;
}
.best_sellers .theme_title {
  margin-bottom: 36px;
}
.best_sellers .best_selling_item .text {
  padding-left: 15px;
  margin-top:-3px;
}
.best_sellers .best_selling_item .text h6 {
  font-size: 16px;
  font-weight: 700;
  color:#272727;
}
.best_sellers .best_selling_item .text ul li {
  display: inline-block;
  margin-right: 0px;
  font-size: 11px;
  margin-top: 5px;
  color: #fac115;
}
.best_sellers .best_selling_item .text span {
  display: block;
  margin-top: 6px;
  color: #00d9ff;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Hind';
}
.best_sellers .best_selling_item {
  margin:20px 0 20px 0;
  padding-bottom: 17px;
}
.best_sellers .best_selling_item.border {
  border-bottom: 1px solid #f7f7f7;
}
.sidebar_styleTwo .sidebar_categories {
  margin-top: 30px;
}
.sidebar_styleTwo .sidebar_tags {
  margin: 19px 0 51px 0;
}

/*
=============================================
    page_pagination style
=============================================
*/

.page_pagination {
  text-align: center;
  padding-top: 20px;
}
.page_pagination.style-2{
  padding: 20px 0px 50px;
}
.page_pagination li {
  display: inline-block;
  margin:0 4px;
}
.page_pagination li a {
  width: 40px;
  line-height: 40px;
  border:1px solid rgba(229, 229, 229, 0.57);
  text-align: center;
  color: #252525;
  font-size: 18px;
  border-radius: 2px;
}
.page_pagination li a.active,
.page_pagination li a:hover {
  color:#fff;
  background: #00d9ff;
}

/*
=============================================
   Shop Single area  style
=============================================
*/

.shop-single-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.product-content-box {
  margin-bottom: 106px;
}
.product-content-box .img-box {
  text-align: center;
}
.product-content-box .flexslider .slides img {
  width: auto;
  display: inline-block;
}
.product-content-box .flexslider {
  border: none;
  padding: 32px 0;
  border-radius: 0;
  margin: 0 50px 10px 0;
  position: relative;
  text-align: center;
  border: 1px solid #f4f4f4;
}
.product-content-box .flex-viewport {
  border: none;
  max-height: 450px;
  transition: all 1s ease 0s;
}

.product-content-box .flex-control-thumbs {
  margin: 10px 0 0;
  overflow: hidden;
  position: static;
  display: none;
}
.product-content-box .flex-control-thumbs li {
  float: left;
  margin: 0 3% 0 0;
  width: 25%;
}

.product-content-box .flex-control-thumbs img {
  border: medium none;
  cursor: pointer;
  display: block;
  height: auto;
  opacity: 0.6;
  transition: all 1s ease 0s;
  width: 100%;
  border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
  border: 3px solid #ab7442;
}
.product-content-box .flex-control-thumbs .flex-active:focus{
  outline: none;
}

.product-content-box .content-box {
}
.product-content-box .content-box h3 {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.product-content-box .content-box del {
  color: #a2a2a2;
  margin-left: 10px;
}
.product-content-box .content-box .review-box {
  margin: 0 0 10px;  
}
.product-content-box .content-box .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}
.product-content-box .content-box .review-box ul {
  display: inline-block;
  padding-right: 1px;
}
.product-content-box .content-box .review-box ul li i {
  color: #00d9ff;
  font-size: 14px;
}

.product-content-box .content-box span.price {
  color: #00d9ff;
  font-size: 22px;
}
.product-content-box .content-box .text {
  margin: 0px 0 0;
  overflow: hidden;
  padding: 24px 0 9px;
}

.product-content-box .content-box .location-box {
  margin: 4px 0 18px;
  position: relative;
}
.product-content-box .content-box .location-box p {
  color: #1f1f1f;
  margin: 0 0 12px;
}
.product-content-box .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  transition: all 500ms ease;
}
.product-content-box .content-box .location-box form input:focus{
  border-color: #00d9ff;
}
.product-content-box .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 178px;
  top: 37px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 95px;
  margin-left: 6px;
  transition: all 500ms ease;
}
.product-content-box .content-box .location-box form button:hover{
  background: #00d9ff;
  color: #fff;
}
.product-content-box .content-box .location-box form span {
  color: #00d9ff;
}

.product-content-box .content-box .addto-cart-box {
  
}
.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
    float: left;
    width: 70px;
    margin-right: 20px;
}
.product-content-box .content-box .addto-cart-box .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0 !important;
  box-shadow: none;
  color: #272727;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding: 6px 0 8px;
  text-align: center;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 12px 12px;
  position: relative;
  width: 100%;
}
.product-content-box .content-box .addto-cart-box .btn-default {
    background-color: #efefef;
    border-color: #efefef;
    color: #9e9e9e;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #9e9e9e;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 7px;
}

.product-content-box .content-box .addto-cart-box button.addtocart {
  margin-left: 25px;
}

.product-tab-box {
  padding: 30px;
  padding-top: 0;
  border: 1px solid #f4f4f4;
}
.product-tab-box .tab-menu {
  border-bottom: 1px solid #f7f7f7;
  margin-top: -50px;
  margin-bottom: 33px;
  position: relative;
  left: -31px;
}
.product-tab-box .tab-menu li {
  display: block;
  float: left;
  margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 10px;
  padding: 13px 35px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Hind', sans-serif;
  background: #f7f7f7;
  transition: all 500ms ease;
}
.product-tab-box .tab-menu li.active a, .product-tab-box .tab-menu li:hover a{
  background: #00d9ff;
  color: #fff;
  border-color: #00d9ff;
}

.single-review-box {
  margin-bottom: 10px;
  padding-left: 96px;
  position: relative;
  border: 1px solid #f4f4f4;
}
.single-review-box .img-holder {
  left: 18px;
  position: absolute;
  top: 20px;
}

.single-review-box .text-holder {
  padding: 20px 20px 0px;
}
.single-review-box .text-holder .top {
  margin: 0 0 8px;
  overflow: hidden;
}

.single-review-box .text-holder .top .review-box ul li a{
  padding: 1px 10px;
  color: #fff;
  border: 1px solid #00d9ff;
  background: #00d9ff;
}

.single-review-box .text-holder .top .review-date {
  color: #ab7442;
  margin-top: -5px;
}

.single-review-box .text-holder .text p {
  margin: 0 0 15px;
}
.single-review-box .text-holder .text a.reply {
  color: #ab7442;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-tab-box .tab-content .product-details-content {
  margin-top: -5px;
}
.product-tab-box .tab-content .product-details-content .highlight {
  margin: 42px 0 0;
}
.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 28px;
}
.product-tab-box .tab-content .product-details-content .highlight li{
  position: relative;
  padding-bottom: 12px;
  padding-left: 25px;
}
.product-tab-box .tab-content .product-details-content .highlight li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #ab7442;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0;
}
.review-form {
  padding-top: 16px;
}
.review-form .sec-title-two {
  padding-bottom: 34px;
}
.review-form .add-rating-box {
  margin: 0 0 23px;
}
.review-form .add-rating-box .add-rating-title h4 {
  color: #292929;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}
.review-form .add-rating-box ul li {
  display: inline-block;
  margin: 0 0px;
  border-right: 1px solid #e5e5e5;
  padding: 0 11px;
}
.review-form .add-rating-box ul li:last-child{
  margin-right: 0;
}
.review-form .add-rating-box ul li a i {
  color: #ddd;
  margin-right: 3px;
  transition: all 500ms ease;
  font-size: 14px;
}

.review-form .add-rating-box ul li.active a i,
.review-form .add-rating-box ul li a:hover i{
  color: #00d9ff;
}

.review-form form input[type="text"], .product-tab-box .tab-content .review-form form textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #eaeaea;
  color: #9e9e9e;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 32px;
}

.review-form .add-rating-box ul li:hover a i{
  opacity: 1;
}
.review-form form input[type="text"]:focus{
  border-color: #00d9ff;
}
.review-form form textarea:focus{
  border-color: #00d9ff;
}

.related-product {
  border-top: 1px solid #f7f7f7;
  margin-top: 60px;
  padding-top: 56px;
}
.related-product .single-product-item {
  margin-bottom: 0;
}

.product-review-tab .add_your_review .review-title h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #252525;
}

.tab-title-h4 h4 {
  color: #3d3d3d;
  font-size: 20px;
  margin-bottom: 40px;
}

.related-product .thm-btn{
    padding: 5px 15px;
    height: 40px;
    line-height: 29px;
}


/*
==============================================
  Parallax Style Two Style
==============================================
*/

.parallax-style-two{
  position:relative;
  padding: 80px 0px 80px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.parallax-style-two:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.65);  
}

.parallax-style-two .auto-container{
  position:relative;
  z-index:1;  
}

.parallax-style-two h2{
  color:#ffffff;
  font-size:42px;
  font-weight:400;
  margin-bottom:10px; 
}

.parallax-style-two .text{
  color:#ffffff;
  font-size:24px;
  font-weight:300;
  margin-bottom:35px;
  line-height:40px;
}

.parallax-style-two .thm-btn.bg-none{
  background: transparent;
  color: #00d9ff;
}
.parallax-style-two .thm-btn.bg-none:hover{
  background: #00d9ff;
  color: #fff;
}

/*
============================================
  about-us style
============================================
*/

.about-us {
  padding: 80px 0;
}
.about-us.style-2{
}
.about-us .testimonial p:first-child,
.client_say_about_us .testimonial p:first-child {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  color: #242424;
}
.about-us .testimonial span,
.client_say_about_us .testimonial span,
.about-us p.john_speach,
.client_say_about_us .testimonial p.john_speach {
  font-family: 'Hind', sans-serif;
  font-size: 0.875em;
  color: #898989;
}
.about-us p.john_speach,
.client_say_about_us .testimonial p.john_speach {
  padding-top: 27px;
}
.about-us p.john_speach {
  padding-right:50px;
}
.about-us .testimonial img.round_img,
.client_say_about_us .testimonial img.round_img {
  border-radius: 50%;
  margin-top: 44px;
  width: 130px;
    height: 130px;
}
.about-us .testimonial .client_info {
  padding-top: 60px;
    line-height: 22px;
    margin-right: 77px;
}
.about-us .content li{
  line-height: 33px;
  font-size: 16px;
  color: #848484;
}

.client_say_about_us .testimonial .client_info {
  padding-top: 60px;
    line-height: 22px;
}

.testimonial_container {
  padding-right:31px;
}
.client_say_about_us .row {
  padding-top: 57px;
}
.client_say_about_us .testimonial .round_img,
.client_say_about_us .testimonial .client_info {
  float:left;
}
.client_say_about_us .testimonial .client_info {
  padding-left:44px;
}
.client_say_about_us .right_part {
  padding-left: 110px;
}
.client_say_about_us .left_part {
  padding-right: 100px;
}
.client_say_about_us .testimonial .client_sign {
  padding-top:17px;
}
.client_say_about_us .bottom_part {
  padding-top: 62px;
}
.about-us .testimonial .client_info ul li,
.client_say_about_us .testimonial .client_info ul li {
  display: inline-block;
}
.about-us .testimonial .client_info ul,
.client_say_about_us .testimonial .client_info ul {
  padding:13px 0 0 0;
}
.client_say_about_us .testimonial .client_info ul li a{
  display:block;
  width:21px;
  height:21px;
  margin-left: -3px;
}
.about-us .testimonial .client_info ul li a{
  display:block;
  width:21px;
  height:21px;
}

.about-us .nav li a {
  font-weight: 700;
  font-size: 18px;
  color: #323232;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
}
.about-us .nav li a:focus,
.about-us .nav li.active a{
  color: #fff;
  background-color: #24a0de;
  border-color: transparent;
}
.about-us .tab-content ul li i {
  color:#233859;
  margin-right:12px;
}
.about-us .tab-content ul {
  display: inline-block;
}
.about-us .company-tab {
  /* margin-top:61px; */
}
.about-us .tab-content ul li a {
  font-family: 'Hind', sans-serif;
  font-size:0.875em;
  color: #6c6c6c;
}
.about-us .tab-content h3 {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  color: #242424;
  padding-top: 20px;
  padding-bottom: 12px;
}
.about-us .tab-content p {
  color:#898989;
  padding-bottom: 0px;
}
.about-us .tab-content .list-two{
  padding-left:86px;
}
.about-us .tab-content ul li {
  margin-top: 0;
}
.about-us .signature-inner {
    margin-right: 50px;
}

.about-us .about-column{
  margin-bottom:30px;
}

.about-us .column .sec-title-two{
  margin-bottom:40px;
}

.about-us .content h3 {
  color: #232323;
  font-weight: 500;
}

.about-us .content ul {
  margin-bottom: 35px;
}

.about-us .column .inner .text{
  position:relative;
  margin-bottom:30px;
}

.about-us .column .inner .text p{
  position:relative;
  font-size:16px;
  margin-bottom:25px;
  line-height:1.6em;
  color:rgba(0,0,0,0.60);
}

.about-us .column .inner .text p:last-child{
  margin-bottom:0px;
}

.about-us .column .inner .author-info{
  position:relative;
  padding-left: 98px;
  padding-top: 16px;
  margin-bottom: 5px;
  min-height:76px;
}

.about-us .column .inner .signature{
  position: absolute;
  margin-bottom:20px;
  margin-right: 50px;
  left: 284px;
  margin-top: 10px;
}

.about-us .column .inner .author-info .img-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:80px;
  height:80px;
  border: 2px solid #00d9ff;
  border-radius:50%;
  overflow:hidden;
}

.about-us .column .inner .author-info h4{
  position:relative;
  color:#323131;
  font-size:20px;
  font-weight:400;
}

.about-us .column .inner .author-info .designation{
  position:relative;
  color:#a1a1a1;
  font-size:16px;
}

.video-image-box .image {
  position: relative;
}

.video-image-box img {
  display: block;
  width: 100%;
}

.video-image-box .image .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: flex;
  height: 100%;
  font-size: 50px;
  align-items: center;
  justify-content: center;
  color: #24a0de;
  text-align: center;
  background: rgba(0, 0, 0, 0.50);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  }

.video-image-box .image .overlay-link:hover {
  background: rgba(0, 0, 0, 0.30);
}

.video-image-box .image .overlay-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 58px;
  height: 41px;
  line-height: 43px;
  font-size: 60px;
  color: #42c0e5;
}

.video-image-box .fa{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  padding-left: 6px;
}

.default-two-column .video-image-box{
  height: 100%;
}

/*
===============================================
  Purchase Section
===============================================
*/

.purchase-section{
  position:relative;
  padding: 90px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.purchase-section:before{
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.68);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.purchase-section h2{
  position:relative;
  font-size: 32px;
  margin-top: 8px;
  font-weight: 600;
  color:#ffffff;
}

.purchase-section .btn-column{
  text-align:right;
}


/*
=========================================
  hover-style1
=========================================
*/

.hover-style1{
    display: block;
    position: relative;
}
.hover-style1-img img {
    width: 100%;
}
.hover-style1 .hover-style1-img:before {
    background: rgba(0, 0, 0, 0.58) none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0.4s ease-in-out 0s;
}
.hover-style1:hover .hover-style1-img:before {
    opacity: 0.8;
}

.hover-style1-img {
    position: relative;
}
.hover-style1-view a {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%) translateY(-50%) scale(0.6);
    transition: all 0.4s ease 0s;
    width: 60px;
}
.hover-style1-view a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}
.hover-style1:hover .hover-style1-view a {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.hover-style1-view {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
.hover-style1:hover .hover-style1-view {
    opacity: 1;
}
.hover-style1-title {
    bottom: 20px;
    left: 20px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}
.hover-style1:hover .hover-style1-title {
    opacity: 1;
}
.title-style-1 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
}
.title-style-1 h3 a {
  color: #fff;
}
.hover-style1:hover .title-style-1 h3,
.hover-style1:hover .title-style-1 span {
    transform: translateX(0px);
}
.title-style-1 span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}
.view-more > a {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.view-more > a i {
    padding-left: 5px;
}
.view-more > a:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*
=======================================
  default-two-column
=======================================
*/

.default-two-column .default-text-column .text{
  position:relative;
  color: #848484;
  font-size:16px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height:1.6em;
}
.default-two-column .default-text-column .list-style-two li{
  position: relative;
  display: inline-block;
  line-height: 24px;
  color: #848484;
}

/*
==================================
  project-result
==================================
*/
.project-result{}
.project-result .list h5{
  color: #222;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.project-result .list ul li{
  color: #848484;
  line-height: 24px;
}


/*
=====================================
  single-projects
=====================================
*/

.single-projects{
  padding: 90px 0px;
}
.single-projects .blog-sidebar{
  padding-top: 0px;
}
.single-projects .sidebar_search {
    margin-top: 0px;
}

.project-info p{
  margin-top: 30px;
}
.project-info ul{padding-top: 15px;}

.project-info ul li{color: #c3c3c3;line-height: 30px;font-weight: 300;}
.project-info ul li span{
  color: #222;
  font-weight: 600;
  margin-right: 5px;
}

.projects .default-portfolio-item {
  margin-bottom: 30px;
}

/*
========================================
  Error Page
========================================
*/

.error-section{
  position:relative;
  text-align:center;
  padding: 120px 0px 120px;
}

.error-section .error-text{
  position: relative;
  text-align:center;
}

.error-section .error-text h2{
  position:relative;
  color:#222;
  font-size: 112px;
  font-weight:900;
  line-height:1em;
  letter-spacing:4px;
}

.error-section h3{
  position:relative;
  color:#26292d;
  font-weight:700;
  font-size: 36px;
  margin-top:20px;
  line-height:1.2em;
}

.error-section .text{
  font-size:20px;
  font-weight:300;
  margin-top:30px;
  margin-bottom:50px;
  color:rgba(0,0,0,0.60);
}

.error-section .error-options{
  position:relative;
}

.error-section .error-options .or{
  position:relative;
  color:#2f2f2f;
  font-size:18px;
  margin:0px 18px;
  font-weight:500;
}

.error-section .btn-style-one{
  padding:15px 27px;
  border-radius:3px;
}

.error-search-box{
  position:relative;
  margin-top:12px;
  max-width:320px;
  display:inline-block;
}

.error-search-box .form-group{
  position:relative;
  margin:0px; 
}

.error-search-box .form-group input[type="text"],
.error-search-box .form-group input[type="search"]{
  position:relative;
  line-height:32px;
  padding:10px 50px 10px 20px;
  border:1px solid #ededed;
  display:block;
  font-size:14px;
  width:100%;
  height:55px;
  border-radius:3px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.error-search-box .form-group input:focus{
  border-color:#01ccff;
}

.error-search-box .form-group button{
  position:absolute;
  right:0px;
  top:0px;
  height:55px;
  width:50px;
  line-height:52px;
  text-align:center;
  display:block;
  font-size:14px;
  color:#c0c0c0;
  background:none;
  border-radius:0px 3px 3px 0px;
  font-weight:normal;
}

.error-search-box .form-group input:focus + button,
.error-search-box .form-group button:hover{
  color:#01ccff;
  border-color:#01ccff;
}


/*
=============================================
  Services Style One
=============================================
*/

.services-style-two{
  position:relative;
  padding: 80px 0px 50px 0px;
  background: #f7f7f7;
}

.services-style-two:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
}

.services-style-two.default-style-two:before{
  display:none;
}

.service-block2{
  position:relative;
  margin-bottom:30px;
}
.service-block2 {
  position: relative;
  display: inline-block;
}

.service-block2 .inner-box{
  position:relative;
  overflow:hidden;
}

.service-block2 .inner-box .image-box{
  position:relative;
}


.service-block2:hover .image-box img{
  opacity: 0.8;
  transition: .3s;
}


.service-block2 .inner-box .content {
  background: #fff;
  padding: 20px 21px 20px;
  border-bottom: 1px solid #00d9ff;
}
.service-block2 .inner-box .content h4 {
  color: #222;
  font-weight: 600;
  margin: 0px 0 15px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.service-block2 .inner-box .content h4:hover {
  color: #00d9ff;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}



.service-block2 .inner-box .content .read-more{
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #00d9ff;
  transition: .5s;
}
.service-block2 .inner-box .content .read-more:hover{
  color: #222;
  transition: .5s;
}
.service-block2 .inner-box .content .read-more span{
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 500;
}




/*
======================================
  Default Section style
======================================
*/
.service-style-one.style-2{
  background: #f7f7f7;
  padding-bottom: 80px;
  padding-top: 0px;
}

.default-section .column{
  position:relative;
  margin-bottom:40px; 
}

.icon-column{
  position:relative;  
}

.icon-column .inner-box{
  position:relative;  
}

.icon-column h3{
  position:relative;
  margin-bottom:10px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.icon-column h3 a{
  color: #222;
  transition: .5s;
}
.icon-column h3 a:hover{
  color: #00d9ff;
  transition: .5s;
}
.icon-column h3.montserrat-font{
  font-weight:400;
  text-transform:uppercase;
}

.icon-column .text{
  position:relative;
  line-height:2.2em;
  text-align:justify;
}

.icon-column .text-center .text{
  text-align:center;
  padding: 0px 3px;
}

.icon-column .inner-box{
  position:relative;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease; 
}

.boxed-icon-column .inner-box{
  padding:30px 30px 25px;
  border:1px solid #d0d0d0;
  border-top-width:5px;
  -webkit-border-radius:0px 0px 5px 5px;
  -ms-border-radius:0px 0px 5px 5px;
  -o-border-radius:0px 0px 5px 5px;
  -moz-border-radius:0px 0px 5px 5px;
  border-radius:0px 0px 5px 5px;  
}

.default-section .boxed-icon-column:nth-child(1n+1) .inner-box{
  border-top-color:#00aeff; 
}

.default-section .boxed-icon-column:nth-child(2n+2) .inner-box{
  border-top-color:#f55692; 
}

.default-section .boxed-icon-column:nth-child(3n+3) .inner-box{
  border-top-color:#fc3950; 
}

.icon-column .inner-box .icon{
  position:relative;  
  font-size:18px;
  margin-bottom:20px;
}

.icon-column .inner-box .icon span{
  display:inline-block;
}

.boxed-icon-column .inner-box .icon{
  font-size:42px;
  margin-bottom:35px;
  color:#93a6ba;
}



.center-icon-column .inner-box .icon{
  position:relative;
  top:0px;
  font-size:36px;
  width:90px;
  height:90px;
  line-height:90px;
  margin:0 auto 30px;
  color:#ffffff;
  background:#00aeff;
  z-index:2;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  background: #1cc9fe;
  background:-webkit-linear-gradient(right top,#1ce5fc,#1cbcfe);
  background:-ms-linear-gradient(right top,#1ce5fc,#1cbcfe);
  background:-o-linear-gradient(right top,#1ce5fc,#1cbcfe);
  background:-moz-linear-gradient(right top,#1ce5fc,#1cbcfe);
  background:-o-linear-gradient(right top,#1ce5fc,#1cbcfe);
}

.center-icon-column .inner-box .icon .step-count{
  position:absolute;
  right:0px;
  top:0px;
  width:30px;
  height:30px;
  line-height:30px;
  font-size:12px;
  color:#2a2a2a;
  text-align:center;
  background:#f9fafb; 
}

.center-icon-column .inner-box:hover .icon{
  -webkit-transform:scale(0.8,0.8);
  -ms-transform:scale(0.8,0.8);
  -moz-transform:scale(0.8,0.8);
  -o-transform:scale(0.8,0.8);
  transform:scale(0.8,0.8);
}

.center-icon-column .inner-box .icon:after{
  content:'';
  position:absolute;
  left:-10px;
  top:-10px;
  width:111px;
  height:111px;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -webkit-transform:scale(0.8,0.8);
  -ms-transform:scale(0.8,0.8);
  -o-transform:scale(0.8,0.8);
  -moz-transform:scale(0.8,0.8);
  transform:scale(0.8,0.8);
  border:4px solid rgba(0,0,0,0.50);
  border-color: #1cc9fe;
  opacity:0;
}

.center-icon-column .inner-box:hover .icon:after{
  -webkit-transform:scale(1,1);
  -ms-transform:scale(1,1);
  -o-transform:scale(1,1);
  -moz-transform:scale(1,1);
  transform:scale(1,1);
  opacity:1;
}

.center-icon-column .inner-box:hover .icon:before{
  -webkit-transform:scale(0.8,0.8);
  -ms-transform:scale(0.8,0.8);
  -o-transform:scale(0.8,0.8);
  -moz-transform:scale(0.8,0.8);
  transform:scale(0.8,0.8);
  opacity:0;
}

.center-icon-column .inner-box .icon span{
  position:relative;
  z-index:2;
  line-height: 91px;
}

.center-icon-column .inner-box .icon span:before{
  margin: 0;
  font-size: 42px;
}

.next-section-link{
  position:absolute;
  width:100%;
  height:48px;
  left:0px;
  bottom:-24px;
  text-align:center;
  z-index:10; 
}


/*
===================================
  Video Section Style
===================================
*/

.video-section{
  position:relative;
  padding:0px;
  height:500px;
  width:100%;
  background-size:cover;
  background-repeat:repeat;
  background-attachment: fixed;
  background-position:center center;
  text-align:center;
}

.video-section .video-fancybox{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.4);
  color:#ffffff;
  padding:210px 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.video-section .video-fancybox:hover{
  background: rgba(0, 0, 0, 0.53);
}

.video-section .play-icon{
  position:relative;
  display:block;
  width:80px;
  height:80px;
  margin:0 auto 20px;
  font-size:20px;
  padding-left:4px;
  line-height:76px;
  border:2px solid;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease; 
}

.video-section .play-text{
  position:relative;
  text-transform:uppercase;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.video-section .video-fancybox:hover .play-icon{
  color:#00aeff;
  -webkit-transform:scale(1.1,1.1); 
  -ms-transform:scale(1.1,1.1); 
  -o-transform:scale(1.1,1.1);  
  -moz-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1); 
  
}

/*
==================================
Services Block Two
==================================
*/
.services-section{
  
  background: #f7f7f7;
}
.services-block-two {
  position: relative;
  margin-bottom: 30px;
}

.services-block-two .inner-box {
  position: relative;
  padding: 30px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box:hover {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 5px rgba(145, 139, 139, 0.27);
}

.services-block-two .inner-box .content {
  position: relative;
}

.services-block-two .inner-box .content .icon {
  position: absolute;
  left: 0px;
  top: -6px;
  color: #00d9ff;
  font-size: 40px;
  line-height: 1em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box .content .icon:before{
  font-size: 40px;
  margin: 0;
}

.services-block-two .inner-box .content h3 {
  position: relative;
  line-height: 1em;
  padding-left: 60px;
}

.services-block-two .inner-box .content h3 a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box:hover h3 a,
.services-block-two .inner-box:hover .icon {
  color: #00d9ff;
}

.services-block-two .inner-box .content h3:before {
  content: '';
}

.services-block-two:hover .inner-box .content h3:before {
  left: 75px;
  transition: .5s ease;
}

.services-block-two .inner-box .content .text {
  font-size: 14px;
  color: #848484;
  line-height: 1.8em;
  margin-top: 26px;
}

.services-block-two .inner-box .content .read-more {
  position: relative;
  font-size: 14px;
  color: #888888;
  margin-top: 15px;
  display: inline-block;
}


/*** 

============================================
  Blog Update
============================================

***/

.blog-update{
  position:relative;
  background: #f7f7f7;

}
.blog-update.style-2{
  background: #fff;
}
.blog-update .updates-outer{
  position:relative;
}

.blog-update .updates-outer .news-blogs{
  position:static;
}

.news-blog{
  position:relative;
  margin-bottom: 40px;
}

.news-blog .inner-box{
  position:relative;
  border:1px solid #f7f7f7;
  -webkit-box-shadow: 0px 3px 4px -1px rgba(232,232,232,1);
  -moz-box-shadow: 0px 3px 4px -1px rgba(232,232,232,1);
  box-shadow: 0px 3px 4px -1px rgba(232,232,232,1);
}

.news-blog .inner-box .image img{
  width:100%;
}
.news-blog .inner-box .image{
  position: relative;
}

.news-blog .inner-box .lower-content{
  position:relative;
  padding: 0px 20px 0px 20px;
  background: #fff;
}

.news-blog .inner-box .lower-content .image-column{
  margin-bottom:25px;
}

.news-blog .inner-box .author-info{
  position:relative;
  padding-left: 68px;
  top: -18px;
  top: -13px;
  min-height: 60px;
}

.news-blog .inner-box .lower-content .author-info .designation{
  position: relative;
  font-size:16px;
  color: #00d9ff;
  top: 25px;
}

.news-blog .inner-box .lower-content .author-info .author-thumb{
  position:absolute;
  left:0px;
  top: -5px;
}

.news-blog .inner-box .lower-content .author-info .author-thumb img{
  width:58px;
  height:58px;
  border: 1px solid #ccc;
}

.news-blog .inner-box .lower-content h3 a{
  position:relative;
  font-size:20px;
  color:#34363b;
  font-weight:400;
  display:inline-block;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.news-blog .inner-box .lower-content h3 a:hover{
  color: #00d9ff;
}

.news-blog .inner-box .lower-content .text{
  position:relative;
  color:#777777;
  line-height:1.6em;
  font-size:16px;
  margin-top: 10px;
}

.news-blog .inner-box .lower-content .text p{
  color:#888888;
  font-size:16px;
  line-height:1.8em;
  margin-bottom:25px;
}

.news-blog .inner-box .lower-content .comment-box{
  position:relative;
  padding:15px 0px;
  margin-top: 15px;
  border-top:1px solid #ececec;
}

.news-blog .inner-box .lower-content .comment-box .comment{
  float:left;
}

.news-blog .inner-box .lower-content .comment-box .comment a{
  color:#34363b;
}

.news-blog .inner-box .lower-content .comment-box .read-more{
  color: #00d9ff;
  float:right;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-blog .inner-box .lower-content .comment-box .read-more:hover{
  color:#34363b;
}

.news-blog .inner-box .lower-content .post-option{
  padding-top:16px;
  padding-bottom:32px;
  margin-top:20px;
  border-top:1px solid #ececec;
}

.news-blog .inner-box .lower-content .post-option .social-links a{
  position:relative;
  color:#777777;
  font-size:13px;
  margin:0px 4px;
  min-width:40px;
  line-height: 37px;
  text-align:center;
  display:inline-block;
  border:1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-blog .inner-box .lower-content .post-option .social-links a:hover{
  color:#d09e49;
  border-color:#d09e49;
}

.news-blog .inner-box .lower-content .post-option strong{
  font-weight:400;
  font-size:18px;
  color:#34363b;
  padding:10px 0px 0px;
}

.news-blog .inner-box .lower-content .share-option{
  line-height:30px; 
}

.news-blog:hover .lower-content h3 a{
  color: #00d9ff;
}


/*** 

====================================================================
  Projects Section
====================================================================

***/

.projects {
  position: relative;
  background: #fff;
}
.projects.light-bg {
  background: #fff;
}
.projects.light .post-filter li {
  color: #fff;
}
.post-filter {
  margin-bottom: 50px;
}
.post-filter li {
  color: #222;
  font-size: 18px;
  padding: 8px 32px;
  background: #f7f7f7;
  margin-top: 5px;
}
.post-filter li.active {
  color: #ffffff;
  background: #00d9ff;
}
.post-filter li span {
  cursor: pointer;
}
.post-filter.style-two li.active {
  background: transparent;
  color: #222;
  box-shadow: none;
}
.post-filter.style-two li {
  background: transparent;
  padding: 8px 18px;
}

/*** 

====================================================================
  Accordion Box
====================================================================

***/

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  margin-bottom: 25px;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  margin-bottom: 0px;
  border-radius: 0px;
  cursor: pointer;
  background: #fff;
  line-height: 22px;
  font-weight: 500;
  padding: 20px 50px 20px 30px;
  font-family: 'Hind', sans-serif;
  color: #222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.accordion-box.style-two .block .acc-btn {
  padding: 15px 50px 15px 30px;
}
.accordion-box .block .acc-btn.active {
  color: #00d9ff;
}
.accordion-box .block .icon-outer {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  color: #1c1c1c;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.accordion-box .block .icon-outer .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
}
.accordion-box .block .icon-outer .up {
  opacity: 1;
}
.accordion-box .block .icon-outer .bottom {
  opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer .bottom {
  opacity: 1;
}
.accordion-box .block .acc-btn.active .icon-outer .up {
  opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer {
  color: #00d9ff;
}
.accordion-box.style-two .block .acc-btn.active .icon-outer {
  color: #fff;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content {
  position: relative;
  font-size: 13px;
  background: #ffffff;
  padding: 20px 20px 20px;
  border: 1px solid #f9f9f9;
  border-top: 0px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
}
.accordion-box .block .content p {
  margin-bottom: 20px;
  line-height: 2em;
  color: #888888;
  font-size: 16px;
}
.accordion-box .block .content p:last-child {
  margin-bottom: 0px;
}
.accordion-box.style-two .icon-outer {
  left: 15px;
  background-color: #eeeeee;
}
.accordion-box.style-two .accordion .acc-btn {
  padding-left: 70px;
  background-color: #f9f9f9;
}
.accordion-box.style-two .accordion .acc-btn.active .icon-outer {
  background-color: #00b7f1;

}


/*** 

====================================================================
  Team Section
====================================================================

***/

.team-block{
  margin-bottom:40px;
}
.team-block .inner-box{
  position:relative;
}

.team-block .inner-box .image img{
  position:relative;
  width:100%;
}

.team-block .inner-box .lower-box{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  display:block;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  background-color:rgba(0,0,0,0.50);
}
.team-block .inner-box .lower-box .social-icon-two{
  opacity:0;
  visibility:hidden;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
}
.team-block .inner-box h3{
  position:relative;
  font-weight:700;
  font-size:20px;
  padding:0px 0px 2px;
  color:#ffffff;
  text-align:center;
  margin-top:-15px;
  text-transform:capitalize;
  font-family: 'Hind', sans-serif;
}
.team-block .inner-box h3 a{
  color:#ffffff;
}
.team-block .inner-box h3 span{
  font-weight:400;
  font-size:15px;
  text-transform:capitalize;
}
.team-block .inner-box .text-outer{
  position:relative;
  height:40px;
  overflow:hidden;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
}
.team-block .inner-box .text-outer .designation{
  position:relative;
  font-size:15px;
  color: #00d9ff;
  text-align:center;
}
.team-block .inner-box:hover .lower-box .text-outer{
  height: 35px;
}
.team-block .inner-box:hover .lower-box .social-icon-two{
  margin:0px;
}
.team-block .inner-box:hover .lower-box .social-icon-two{
  opacity:1;
  margin-top: 25px;
  margin-bottom:30px;
  visibility:visible;
}
.team-block .social-icon-two li{
  display: inline-block;
}
.team-block .social-icon-two li a{
  width: 32px;
  height: 32px;
  border: 1px solid #00d9ff;
  line-height: 32px;
  color:  #fff;
  background: #00d9ff;
}

/*** 

====================================================================
  Default Section one
====================================================================

***/

.default-section-one {
  position:relative;
  padding-top:90px;
  padding-bottom: 45px;
}
.default-section-one .video-column {
  padding-bottom: 90px;
}
.default-section-one .content-column {
  position:relative;
  margin-bottom:40px;
}
.default-section-one .content-column .inner-box {
  position:relative;
  padding-right: 65px;
}
.default-section-one .content-column .inner-box .text {
  position:relative;
  color:#777777;
  font-size:15px;
  margin-bottom:50px;
}
.default-section-one .image-column {
  position:relative;
  text-align:right;
}
.default-section-one .image-column .image img {
  max-width:100%;
  display:inline-block;
}
.default-section-one .services-block-four {
  position:relative;
  margin-bottom:45px;
}
.default-section-one .services-block-four .inner {
  position:relative;
  padding-left: 105px;
  min-height:60px;
}
.default-section-one .services-block-four .inner .icon{
  position:absolute;
  left:0px;
  top:0px;
  width: 82px;
  height: 90px;
  color: #fff;
  font-size:28px;
  line-height: 90px;
  text-align:center;
  border-left: 1px solid #00d9ff;
  background-color: #00d9ff;
  
}
.default-section-one .services-block-four:hover .inner .icon{
  background-color: #f7f7f7;
  color: #00d9ff;
  transition: .5s;
}
.default-section-one .services-block-four .inner .icon:before{
  font-size: 35px;
  margin: 0;
}
.default-section-one .services-block-four .inner h3 {
  position:relative;
  font-size:20px;
  font-weight:600;
  line-height:1em;
  margin-bottom:10px;
}
.default-section-one .services-block-four .inner h3 a {
  color:#333333;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.default-section-one .services-block-four .inner h3 a:hover {
  color: #00d9ff;
}
.default-section-one .services-block-four .inner .service-text {
  font-size:15px;
  color: #777;
}

/*
====================================
  pricing-section
====================================
*/

.pricing-section{
  position:relative;
  padding:80px 0px 40px;
  text-align:center;
}

.pricing-column{
  position:relative;
  margin-bottom:40px;
}

.pricing-column .inner-box{
  position:relative;
  background:#ffffff;
  border-top:6px solid transparent;
  padding:0px 0px 50px;
  border:1px solid #dae5ef;
  -webkit-border-radius:0px 0px 5px 5px;
  -ms-border-radius:0px 0px 5px 5px;
  -moz-border-radius:0px 0px 5px 5px;
  -o-border-radius:0px 0px 5px 5px;
  border-radius:0px 0px 5px 5px;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.pricing-column:hover .inner-box{
  box-shadow: 0px 0px 20px 5px rgba(145, 139, 139, 0.27);
}

.orange-theme .pricing-column:hover .inner-box{
  border-top:4px solid #ffa800; 
}

.pricing-column .plan-header{
  position:relative;
  padding:30px 20px 25px;
  border-bottom:1px solid #dae5ef;
}

.pricing-column .plan-title{
  font-size: 18px;
  margin-bottom:10px;
  color: #00d9ff;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:400;
}

.orange-theme .plan-title{
  color:#ffa800;  
}

.pricing-column .plan-price{
  font-size:48px;
  margin-bottom:10px;
  color:#1a1a1a;
}

.pricing-column .plan-duration{
  font-size:13px;
  color:#999999;
}

.pricing-column .plan-stats{
  position:relative;
  padding:30px 20px 15px; 
}

.pricing-column .plan-stats li{
  margin-bottom:15px;
  line-height:24px;
}

.pricing-column .plan-stats li .icon{
  position:relative;
  padding-right:10px;
  color: #00d9ff;
}

.orange-theme .pricing-column .plan-stats li .icon{
  color:#ffa800;  
}

/*** 

====================================================================
  Services Section
====================================================================

***/

/* services-block-seven */

.services-block-seven{
  position:relative;
  margin-bottom:50px;
}

.services-block-seven .inner-box{
  position:relative;
}

.services-block-seven .inner-box .image-box{
  position:relative;
}

.services-block-seven .inner-box .image-box img{
  position:relative;
  width:100%;
  display:block;
}

.services-block-seven .inner-box{
  position:relative;
  overflow:hidden;
}

.services-block-seven .inner-box .lower-box{
  position:relative;
  left:0px;
  bottom:0px;
  width:100%;
  padding:21px 0px 20px 100px;
  background-color:#ffffff;
  border-top: 3px solid #00d9ff;
  transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -webkit-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
}

.services-block-seven .inner-box .lower-box .icon{
  position: absolute;
  left:0px;
  top:0px;
  color: #ffffff;
  padding: 11px 21px 15px;
  background-color: #00d9ff;
  
}
.services-block-seven .inner-box .lower-box .icon:before{
  font-size: 35px;
  margin: 0;
  line-height: 1em;
}

.services-block-seven .inner-box .lower-box h3{
  position:relative;
  font-size:17px;
  font-weight:700;
  color:#333333;
  text-transform:uppercase;
}

.services-block-seven .inner-box .overlay-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  color:#ffffff;
  opacity:0;
  background-size:cover;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.services-block-seven .inner-box .overlay-box .overlay-inner{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 40px;
  text-align:center;
  background: rgba(0, 0, 0, 0.85);
}

.services-block-seven .inner-box .overlay-box .overlay-inner .content{
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.services-block-seven .inner-box .overlay-box .content .icon{
  margin-bottom:20px;
}
.services-block-seven .inner-box .overlay-box .content .icon:before{
  font-size:36px;
  margin: 0;
}

.services-block-seven .inner-box .overlay-box .content h3{
  position:relative;
  font-weight:700;
  font-size:17px;
  text-transform:uppercase;
}

.services-block-seven .inner-box .overlay-box .content h3 a{
  color:#ffffff;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.services-block-seven .inner-box .overlay-box .content h3 a:hover{
  color: #00d9ff;
}

.services-block-seven .inner-box .overlay-box .content .text{
  color:#ffffff;
  font-size:16px;
  font-weight:400;
  margin-top:20px;
  margin-bottom:20px;
}

.services-block-seven .inner-box .overlay-box .content .theme-btn:hover{
  color:#ffffff;
  border-color:#ffffff; 
}

.services-block-seven .inner-box:hover .lower-box{
  bottom:-100%;
}

.services-block-seven .inner-box:hover .overlay-box{
  top: 0px;
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.services-section .owl-theme .owl-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0;
  margin-bottom: 32px;
}

.services-section .owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 22px;
  margin: 0;
  padding: 0;
  background-color: #00d9ff;
  border: 1px solid #00d9ff;
  height: 35px;
  width: 35px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.services-section .owl-theme .owl-nav [class*=owl-]:hover {
  color: #00d9ff;
  background:  #fff;
  border: 1px solid #00d9ff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

/*** 

====================================================================
  Gallery Section
====================================================================

***/

.gallery-section{
  position:relative;
  background-color:#f8f9ff;
}

.gallery-section .gallery-outer{
  position:relative;
  min-height:200px;
}
.gallery-section .section-title:before{
  top: 64px;
}

.gallery-section .gallery-outer .content-column{
  position:absolute;
  width:33.333%;
  height:100%;
}

.gallery-section .gallery-outer .content-column .content-inner{
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  padding: 60px 20px;
  vertical-align: middle;
}

.gallery-section .gallery-outer .content-column .content-inner .content{
  position: relative;
  top: 28px;
  display: table-cell;
  vertical-align: middle;
}

.gallery-section .gallery-outer .content-column .content-inner .content .section-title{
  float:right;
  width:100%;
  max-width:450px;
}

.gallery-section .gallery-outer .content-column .content-inner .content .section-title .text{
  margin-top: 50px;
  margin-bottom:30px;
  font-size: 20px;
}

.gallery-section .gallery-outer .gallery-column{
  position:relative;
  width:66.666%;
  float:right;
}

.gallery-section .gallery-outer .gallery-column .default-portfolio-item{
  position:relative;
  padding: 5px;
}


.default-portfolio-item .inner-box{
  position:relative;
  width:100%;
  overflow:hidden;
}

.default-portfolio-item .image-box{
  position:relative;
  display:block;  
}

.default-portfolio-item .image-box img{
  position:relative;
  display:block;
  width:100%;
}

.default-portfolio-item .overlay-box{
  text-align:center;
  position: absolute;
  left: 0px;
  top: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  -moz-transform: scale(0,1);
  transform: scale(0,1);
}

.default-portfolio-item .inner-box:hover .overlay-box{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  -moz-transform: scale(1,1);
  transform: scale(1,1);
}

.default-portfolio-item .project-title {
  bottom: 20px;
  left: 20px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}
.default-portfolio-item .inner-box:hover .project-title{
  opacity: 1;
}
.default-portfolio-item .project-title h3 a{
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}
.default-portfolio-item .project-title span{
  float: left;
  text-transform: capitalize;
}
.default-portfolio-item .overlay-inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  padding:10px 0px;
}
.default-portfolio-item .overlay-inner .content{
  position:relative;
  display:table-cell;
  vertical-align:middle;
}
.default-portfolio-item .overlay-inner .image-link{
  position:relative;
  display:inline-block;
  font-size:16px;
  color:#ffffff;
  width:42px;
  height:42px;
  margin:0px 5px;
  line-height:38px;
  border-radius:50%;
  border:2px solid #ffffff;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}
.default-portfolio-item .overlay-inner .image-link {
  position:relative;
}
.default-portfolio-item .overlay-inner .image-link:hover{
  color:#666666;
  background-color:rgba(255,255,255,1);
}

/*
==================================
  feature
==================================
*/

.feature{

}
.feature.style-2{
  padding-bottom: 60px;
}
.feature .item{
  text-align: center;
  border: 1px solid #eee;
  padding: 25px 14px 0px;
  margin-bottom: 30px;
}
.feature .item:hover {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 5px rgba(145, 139, 139, 0.13);
  transition:  .5s;
}
.feature .item:hover .text a{
  color: #00d9ff;
  transition: .5s;
}
.feature .item .icon{
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.feature .item .text{
  margin-top: 20px;
  margin-bottom: 20px;
}
.feature .item .text h3{
  margin-bottom: 10px;
}
.feature .item .text h3 a{
  color: #222;
  font-size: 22px;
  transition: .5s;
}
.feature .item .text h3 a:hover{
  color: #00d9ff;
  transition: .5s;
}

/*** 

====================================================================
  Newsletter Style One
====================================================================

***/

.newsletter-style-one{
  position:relative;
  padding:70px 0px 50px;
  background: #00d9ff;
  color:#ffffff;
}
.newsletter-style-one .title-column,
.newsletter-style-one .form-column{
  position:relative;
  margin-bottom:15px; 
}
.newsletter-style-one .title-column h3{
  font-size: 24px;
  color:#ffffff;
  font-weight: 500;
}
.newsletter-style-one .title-column h3 span{
  color: #f67b55;
}
.newsletter-style-one .title-column .desc-text{
  color: #fff;
  margin-top: 5px;
}
.newsletter-form{
  position:relative;
}
.newsletter-style-one .newsletter-form .form-group{
  position:relative;
  width:100%;
  margin:0px; 
}
.newsletter-style-one .newsletter-form .form-group input[type="text"],
.newsletter-style-one .newsletter-form .form-group input[type="tel"],
.newsletter-style-one .newsletter-form .form-group input[type="email"]{
  position:relative;
  display:block;
  width:100%;
  line-height:30px;
  padding:13px 80px 13px 15px;
  height:58px;
  border:1px solid rgba(255,255,255,0.20);
  color:#ffffff;
  font-size:14px;
  background:#4c4b4f;
}
.newsletter-style-one .newsletter-form .form-group input[type="text"]:focus,
.newsletter-style-one .newsletter-form .form-group input[type="tel"]:focus,
.newsletter-style-one .newsletter-form .form-group input[type="email"]:focus{
  background:#333333; 
}
.newsletter-style-one .newsletter-form .form-group input[type="submit"],
.newsletter-style-one .newsletter-form button{
  position:absolute;
  right:4px;
  top:4px;
  display:block;
  line-height:24px;
  padding:12px 25px;
  height:50px;
  font-size:14px;
  text-transform:capitalize;
  font-weight:700;
  color:#ffffff;
  background: #f67b55;
}

/*** 

====================================================================
  Accordions style
====================================================================

***/

.services-content{
  position:relative;  
}
.service-accordion-box {
  position: relative;
}
.service-accordion-box .block{
  position:relative;
  margin-bottom:10px; 
}
.service-accordion-box .block .acc-btn{
  position:relative;
  font-size:16px;
  margin-bottom:0px;
  cursor:pointer;
  line-height:24px;
  padding:11px 50px;
  overflow:hidden;
  color:#1c1c1c;
  border-radius:2px;
  transition:all 500ms ease;
  border:0px;
}
.service-accordion-box .block .icon-outer{
  position:absolute;
  left:0;
  top:50%;
  margin-top:-16px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  color:#ffffff;
  background:#00d9ff;
  transition:all 500ms ease;
}
.service-accordion-box .block .icon-outer .icon{
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
}
.service-accordion-box .block .icon-outer .up{
  opacity:1;
}
.service-accordion-box .block .icon-outer .bottom{
  opacity:0;
}
.service-accordion-box .block .acc-btn.active .icon-outer .bottom{
  opacity:1;
}
.service-accordion-box .block .acc-btn.active .icon-outer .up{
  opacity:0;
}
.service-accordion-box .block .acc-btn.active .icon-outer {
  background: #00d9ff;
}
.service-accordion-box .block .acc-content{
  position:relative;
  display:none; 
}
.service-accordion-box .block .acc-content.current{
  display:block;  
}
.service-accordion-box .block .content{
  position:relative;
  font-size:13px;
  padding:25px 20px 15px;
}
.service-accordion-box .block .content p:last-child{
  margin-bottom:0px;  
}
.service-accordion-box .acc-btn h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.service-accordion-box .block .acc-btn.active h3{
  color:#00d9ff;
}

