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

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Team page style
21. Shop page style style
22. Shop with sidebar Style
23. Shop single Style
24. Cart page style style
25. Contact page style

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

/* Imported styles */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
@import url(imp.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url('jquery.fancybox.css');
@import url('prettyPhoto.css');
@import url('bootstrap-select.min.css');
/*** Price filter*/

@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
/*** single shop slide ***/

@import url(flexslider.css);
/*** Time picker css ***/

@import url(../assets/timepicker/timePicker.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/

@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
/*** Bootstrap select picker css ***/

@import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);
/*** Language Switcher ***/

@import url(../assets/language-switcher/polyglot-language-switcher.css);
/*==============================================
   Base Css
===============================================*/

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #838997;
    line-height: 28px;
    font-weight: 400;
    overflow-x: hidden;
}

/*body {
    font-family: "Open Sans",Tahoma,Geneva,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #5d6576;
    letter-spacing: 0px;
	overflow-x: hidden;
}*/

button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h3 {}

h4 {}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    border: none;
    margin: 0;
    padding: 0;
}

.thm-btn {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    display: inline-block;
    border-left: 1px solid #43c3ea;
    border-right: 1px solid #43c3ea;
    border-top: 1px solid #43c3ea;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
    line-height: 14px;
    border-radius: 5px;
    position: relative;
}

.thm-btn:hover {
    background: transparent;
}

.bg-1 {
    background: #43c3ea;
    border-bottom: 2px solid #3cb4d8;
    padding: 0 10px;
}

.bg-2 {
    background: #2a3b5c;
    border-bottom: 2px solid #152545;
}

.sec-title {
    margin-top: -2px;
    padding-bottom: 30px;
    position: relative;
}

.sec-title h1 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
}

.sec-title-two {
    margin-top: -1px;
    padding-bottom: 40px;
    position: relative;
}

.sec-title-two h1 {
    color: #3d3d3d;
    font-size: 34px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    text-transform: capitalize;
}

.sec-title-two .border {
    background: #ececec none repeat scroll 0 0;
    display: block;
    height: 1px;
    width: 70px;
    margin: 20px 0 0;
}

/*_Preloader______________ */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons8-loading.gif);
}

/* Update header Style */

@keyframes menu_sticky {}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #184e25;
    transition: all 0.7s ease 0s;
    -moz-box-shadow: -1px 5px 11px #0a1327;
    -webkit-box-shadow: -1px 5px 11px #0a1327;
    box-shadow: -1px 5px 11px #0a1327;
}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: url(../images/navbar.png);
    transition: all 0.7s ease 0s;
    -moz-box-shadow: 3px 1px 3px #0a1327;
    -webkit-box-shadow: 3px 1px 3px #0a1327;
    box-shadow: 3px 1px 3px #0a1327;
}

/* scroll to top styles */

.scroll-to-top {
    background: #dff517;
    border: 2px solid #4da700;
    border-radius: 5%;
    bottom: 25px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: normal;
    height: 45px;
    line-height: 36px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 45px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
}

.scroll-to-top:hover {
    border: 2px solid #4da700;
    color: #fff;
    background: #00537a;
}

/* Form validation styles */

input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}

/* Post pagination styles */

.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}

.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    color: #3d3d3d;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    padding: 14px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #c85126;
    color: #fff;
    border: 1px solid #c85126;
}

/* Overlay styles */

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border: 3px solid #439200;
    background-color: rgba(92, 178, 18, 0.90);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/*==============================================
    Top bar Area Css
===============================================*/

.top-bar-area {
    background: #aca909 none repeat scroll 0 0;
    padding: 0px;
}

.top-bar-area .welcome p {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 5px 0;
}

.top-bar-area .topinfo {
    position: relative;
    left: 100px;
}

.top-bar-area .topinfo .select-items {
    width: 230px;
    float: left;
}

.top-bar-area .topinfo .select-items .single-select-item.extras {
    width: 90px;
}

.top-bar-area .topinfo .select-items .single-select-item.extras .bootstrap-select {
    width: 90px;
}

.top-bar-area .topinfo .select-items .single-select-item.extras .bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    vertical-align: middle;
}

.top-bar-area .topinfo .select-items .single-select-item {
    width: 135px;
    float: left;
}

.top-bar-area .topinfo .select-items .single-select-item .bootstrap-select {
    width: 135px;
}

.top-bar-area .topinfo .select-items .single-select-item .btn-default {
    background-color: transparent;
    border-color: transparent;
    color: #333;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.top-bar-area .bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -2px;
    vertical-align: middle;
    color: #152545;
}

.top-bar-area .rate {
    float: right;
    margin-right: 35px;
}

.top-bar-area .rate a {
    float: left;
    border-left: #61b51a solid 1px;
    font-size: 13px;
    padding: 0px 15px;
    color: #FFF;
    text-transform: uppercase;
}

.top-bar-area .rate a:last-child {
    border-right: #61b51a solid 1px;
}

.top-bar-area .rate h6 {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
}

.top-social-links ul {
    float: right;
}

.top-social-links ul li {
    display: inline-block;
    margin: 0 0 0 15px;
    line-height: 34px;
}

.top-social-links ul li a i {
    color: #ffffff;
    font-size: 18px;
    transition: all 500ms ease;
}

.top-social-links ul li a:hover i {
    color: #152545;
}

/*==============================================
    Header Area Css
===============================================*/

/* General Header Area Styling */
.header-area {
    padding: 18px 0;
}

.header-area .logo img {
    height: 80px;
}

/* Header Contact Info Styling */
.header-contact-info ul {
    margin: 18px 0 4px;
    overflow: hidden;
    margin-left: 100px;
}

.header-contact-info ul li {
    display: inline-block;
    float: left;
    margin-right: 45px;
    position: relative;
    vertical-align: middle;
}

.header-contact-info ul li:last-child {
    margin-right: 0;
}

/* Icon Styling */
.header-contact-info ul li .icon-holder img.icon {
    width: 48px;
    height: 48px;
    border-radius: 50%; /* Makes the icon circular */
    transition: all 500ms ease;
    display: block;
}

/* Text Styling */
.header-contact-info ul li .text-holder {
    padding-left: 15px;
}

.header-contact-info ul li .text-holder h5 {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
    margin: 0 0 5px;
}

.header-contact-info ul li .text-holder h6 {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

/* Hover Effects */
.header-contact-info ul li:hover .icon-holder img.icon {
    border: 2px solid #26b920; /* Changes border color on hover */
    transform: scale(1.1); /* Slight zoom effect */
}

/* Search Bar */
/* Search Bar Container */
/* Navbar Styling */
.navbar {
    border-top: 1px solid #ffffff; /* Optional: Add a top border to the navbar */
    padding: 10px 20px;
    background-color: #ffffff; /* Light background */
  }
  
  .navbar .form-control {
    width: 90%; /* Adjust the width of the input field */
  }
  
  .navbar .btn {
    background-color: #ff6347; /* Search button color */
    color: white;
  }
  
  .navbar .btn:hover {
    background-color: #e05338; /* Button hover effect */
  }
  
  /* Optional: Add spacing between elements in the navbar */
  .navbar .container-fluid {
    display: flex;
    justify-content: flex-end; /* Align to the right */
  }
  
  /* Adjustments for the search bar to align correctly */
  .header-area .container .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  

/*==============================================
    Mainmenu Area Css
===============================================*/

.mainmenu-area {
    background: url(../images/navbar.png);
}

.main-menu {
    float: left;
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px
}

.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
}

.main-menu .navigation li {
    float: left;
    padding: 0;
    position: relative;
}

.main-menu .navigation li:last-child {
    float: right;
    padding: 0;
    position: relative;
    background: url(../images/navbar.png) repeat-y;
}

.main-menu .navigation li a {
    color: #ffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    opacity: 1;
    padding: 12px 24px 12px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}

.main-menu .navigation>li.dropdown>a {}

.main-menu .navigation>li.dropdown>a:after {}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #74d81e;
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 29px;
    top: 140%;
    width: 270px;
    padding: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    border-bottom: 2px solid #1b9c3b;

    transition: all 500ms ease;
}

.main-menu .navigation>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>ul>li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-top: 1px solid #95330d;
    border-right: none;
}

.main-menu .navigation>li>ul>li:first-child {
    border: none;
}

.main-menu .navigation>li>ul>li>a {
    background: #bc3f13;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 15px 15px 20px;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    background-color: #ab3208;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {}

.main-menu .navigation>li>ul>li>ul {}

.main-menu .navigation>li>ul li:hover ul {}

.main-menu .navigation>li>ul>li ul li {}

.main-menu .navigation>li>ul>li ul li:first-child {}

.main-menu .navigation>li>ul>li ul li a {}

.main-menu .navigation>li>ul>li>ul>li:hover>a {}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../images/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

.customer-care {
    padding-left: 35px;
    position: relative;
    margin: 6px 0;
    margin-left: 0px;
}

.customer-care .icon-holder {
    position: absolute;
    top: 8px;
    left: 0;
    background-image: url(../images/icons8-real-estate-94.png);
}

.customer-care .icon-holder span:before {
    font-size: 25px;
    color: #74d81e;
}

.customer-care .title-holder {}

.customer-care .title-holder h5 {
    color: #74d81e;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.customer-care .title-holder h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

/* Search Box style   */

.top-search-box {
    position: relative;
}

.top-search-box button {
    background: #c64d1e;
    border: medium none;
    color: #ffffff;
    font-size: 15px;
    height: 70px;
    line-height: 68px;
    outline: medium none;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70px;
    border: 2px solid #c64d1e;
}

.top-search-box button:hover {
    background: none;
}

.top-search-box button i.fa-search {
    position: relative;
    top: -2px;
}

.top-search-box .search-box {
    background: #c64d1e none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 140%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 280px;
    z-index: 999;
}

.top-search-box:hover .search-box {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.top-search-box .search-box li form {
    position: relative;
}

.top-search-box .search-box li form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    display: block;
    font-weight: 300;
    height: 45px;
    outline: medium none;
    padding-left: 10px;
    padding-right: 60px;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.top-search-box .search-box li form button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c64d1e;
    color: #152545;
    font-size: 13px;
    height: 45px;
    line-height: 46px;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 500ms ease 0s;
    width: 45px;
}

.top-search-box .search-box li form input:focus {
    border: 1px solid #152545
}

.top-search-box .search-box li form input:focus+button,
.top-search-box .search-box li form button:hover {
    background: #152545 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #152545;
}



/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper .slide-content-box h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  margin: 0px 0 8px;
  text-transform:uppercase;
  background:#000;
  border:solid 2px #333;
  opacity:0.8;
  padding:15px;
  text-align:center;  
  
}

.rev_slider_wrapper .slide-content-box p{
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
  
}
.rev_slider_wrapper .slide-content-box .button a.bg-1{
  margin-right: 27px;
  border: 2px solid #439200;
  border-bottom: 2px solid #6bc51f;
  background: #439200;
}
.rev_slider_wrapper .slide-content-box .button a.bg-1:hover{
  color: #fff;
  border: 2px solid #0483be;
  border-bottom: 2px solid #3cb4d8;
  background: #0483be;
}
.rev_slider_wrapper .slide-content-box .button a.bg-2{
  border: 2px solid #0483be;
  border-bottom: 2px solid #3cb4d8;
  background: #0483be;
}
.rev_slider_wrapper .slide-content-box .button a.bg-2:hover{
  color: #fff;
  border: 2px solid #439200;
  border-bottom: 2px solid #6bc51f;
  background: #439200;
}



/*** 
=============================================
    Call to action Area style
=============================================
***/
.call-to-action-area {
  background: #ffffff;
  padding: 80px 0 40px;
}
.call-to-action-area .single-item {
  margin-bottom: 40px;
  border: 1px solid #f4f4f4;
  padding: 17px 19px 12px;
}
.call-to-action-area .single-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;   
}
.call-to-action-area .single-item .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;      
}
.call-to-action-area .single-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;   
}
.call-to-action-area .single-item a h5 {
  color: #3d3d3d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
  transition: all 500ms ease;
}
.call-to-action-area .single-item .text-holder {
  margin: 18px 0 0;
}
.call-to-action-area .single-item .text-holder p{
    
}

.call-to-action-area .single-item:hover a h5{
  color: #439200;
}
.call-to-action-area .single-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.call-to-action-area .single-item:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.call-to-action-area .single-item .img-holder .overlay .box .content a:hover i{
  background: #514c4a;
  color: #62bb17;
}



/*** 
=============================================
    Categories Area style
=============================================
***/
.categories-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
/*.categories-area::before {
  background: rgba(21, 37, 69, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}*/
.categories-area .sec-title h1{
    
}
.categories-area .single-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 70px;
  background: #ffffff;
  z-index: 1;
}
.categories-area .single-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #152545;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.categories-area .single-item:hover:before{
  height: 100%;
  opacity: 1;
}

.categories-area .single-item .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background: #43c3ea;
}
.categories-area .single-item .icon-holder::before {
  color: #43c3ea;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  padding-right: 0;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -12px;
}
.categories-area .single-item .icon-holder .icon-box {
  display: table;
  height: 100%;
  width: 100%;  
}

.categories-area .single-item .icon-holder .icon-box .icon{
  display: table-cell;
  vertical-align: middle;
}
.categories-area .single-item .icon-holder span::before {
  color: #fff;
  display: block;
  font-size: 30px;
  text-align: center;
}
.categories-area .single-item .text-holder {
  padding-left: 16px;
  padding-top: 27px;
  padding-bottom: 13px;
  padding-right: 11px;
  border:solid 1px #CCC;
}
.categories-area .single-item .text-holder h5{
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
  transition: all 500ms ease;
}
.categories-area .single-item .text-holder p{
  transition: all 500ms ease;    
}
.categories-area .single-item:hover .text-holder h5{
  color: #ffffff;
}
.categories-area .single-item:hover .text-holder p{
  color: #fff;    
}



/*** 
=============================================
    About Us Area style
=============================================
***/
.about-us-area {
  background: #fff;
  padding: 80px 0 70px;
}
.about-us-area .about-content{  }
.about-us-area .about-content ul {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.about-us-area .about-content ul li {
  display: inline-block;
  float: left;
  margin: 0 5px;
  overflow: hidden;
  display: block;
}
.about-us-area .about-content .text-holder p {
  margin: 23px 0 13px;
}
.about-us-area .about-content .text-holder h3{
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.about-us-area .about-content .text-holder h3:hover{
  text-shadow: 2px 1px 1px #222; 
}
.about-us-area .about-content .text-holder h3 span{
  color: #439200;
}

.about-us-area .choose-us-content { }
.about-us-area .choose-us-content ul li {
  padding-left: 40px;
  position: relative;
  padding-bottom: 20px;
}
.about-us-area .choose-us-content ul li:last-child{
  padding-bottom: 0;
}
.about-us-area .choose-us-content ul li .iocn-holder {
  position: absolute;
  top: 2px;
  left: 0;
}
.about-us-area .choose-us-content ul li .iocn-holder span:before{
  color: #74d81e;
  font-size: 25px;
}
.about-us-area .choose-us-content ul li .text-holder {}
.about-us-area .choose-us-content ul li .text-holder h4 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 19px;
  text-transform: capitalize;
}
.about-us-area .choose-us-content ul li .text-holder p{
  line-height: 24px;    
}


/*** 
=============================================
    Fact counter Area style
=============================================
***/
.fact-counter-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.fact-counter-area::before {
  background-color: #041e42;
  opacity: .9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.fact-counter-area .single-item {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  height: 135px;
  width: 100%;
  display: block;
  padding: 24px 0;
  margin-bottom: 30px;
  position: relative;
}
.fact-counter-area .single-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.fact-counter-area .single-item:hover:before{
  height: 100%;
  opacity: 1;
}
.fact-counter-area .single-item h1 span{
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}
.fact-counter-area .single-item h1 i {
  font-size: 24px;
  display: inline-block;
  color: #ffffff;
  position: relative;
  left: 3px;
  font-weight: 100;
  top: -3px;
}
.fact-counter-area .single-item .border {
  background: #43c3ea none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  margin: 12px 0 6px;
  width: 50px;
}
.fact-counter-area .single-item h3{
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}



/*** 
=============================================
    Appoinment Area style
=============================================
***/
.appoinment-area {
  padding: 40px 0 40px;
}
.appoinment-area .products {}
.appoinment-area .products .single-product {
  overflow: hidden;
  display: block;
}
.appoinment-area .products .single-product ul {
  margin-left: -3px;
  margin-right: -3px;
  overflow: hidden;
}
.appoinment-area .products .single-product ul li {
  display: inline-block;
  float: left;
  margin: 0 3px 30px;
}
.appoinment-area .products .single-product ul li .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #f0f0f0;
}
.appoinment-area .products .single-product ul li .img-holder .overlay-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(67, 195, 234, 0.9) none repeat scroll 0 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;    
}
.appoinment-area .products .single-product ul li .img-holder .overlay-box .box{
  display: table;
  width: 100%;
  height: 100%;
}
.appoinment-area .products .single-product ul li .img-holder .overlay-box .box .content {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  bottom: 7px;
  position: absolute;
  left: 15px;
}
.appoinment-area .products .single-product ul li .img-holder .overlay-box .box .content a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.appoinment-area .products .single-product ul:hover li .img-holder .overlay-box{
  height: 100%;
  opacity: 1;    
}


.appoinment-area .appoinment {
  
}
.appoinment-area .appoinment .appoinment-form {
  border: 3px solid #f7f7f7;
  display: block;
  padding: 27px 17px;
}
.appoinment-area .appoinment .appoinment-form .margin {
  margin-left: -10px;
  margin-right: -10px;
}
.appoinment-area .appoinment .appoinment-form .margin .pd {
  padding-left: 10px;
  padding-right: 10px;
}
.appoinment-area .appoinment .appoinment-form .input-box {
  position: relative;
  margin-bottom: 20px;
}
.appoinment-area .appoinment .appoinment-form .input-box .icon-box {
  position: absolute;
  right: 15px;
  top: 7px;
}
.appoinment-area .appoinment .appoinment-form .input-box .icon-box i {
  color: #999999;
  font-size: 14px;
}
.appoinment-area .appoinment .appoinment-form .input-box input[type=text],
.appoinment-area .appoinment .appoinment-form .input-box textarea{
  width: 100%;
  border: 1px solid #ececec;
  height: 40px;
  display: block;
  padding: 0 15px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  transition: all 500ms ease;
}
.appoinment-area .appoinment .appoinment-form .input-box textarea {
  height: 90px;
  padding: 10px 15px;
  margin-top: -7px;
}
.appoinment-area .appoinment .appoinment-form button {
  display: block;
  padding: 13px 20px 11px;
  border: none;
  border-bottom: 2px solid #3cb4d8;
  margin-top: 4px;
}

.appoinment-area .appoinment .appoinment-form .input-box input[type=text]:focus{
  border-color: #43c3ea;
}
.appoinment-area .appoinment .appoinment-form .input-box textarea:focus{
  border-color: #43c3ea;
}
.appoinment-area .appoinment .appoinment-form button:hover {
  background: #152545;
}

.appoinment-area .appoinment .appoinment-form .input-box .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  line-height: 34px;
  overflow: hidden;
  padding: 2px 15px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.appoinment-area .appoinment .appoinment-form .input-box .ui-selectmenu-button span.ui-icon {
  display: block;
  float: right;
  height: 40px;
  position: relative;
  text-indent: 0;
  top: 0;
  width: 40px;
}
.appoinment-area .appoinment .appoinment-form .input-box .ui-selectmenu-button.ui-selectmenu-button span.ui-icon::before {
  color: #999999;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 16px;
  overflow: visible;
  position: absolute;
  top: 6px;
  right: 15px;
}


#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #43c3ea none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}


.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
  background: #43c3ea;
  color: #fff;
  border-color: #43c3ea;
}



/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
  background: #152545 none repeat scroll 0 0;
  padding-bottom: 30px;
  padding-top: 80px;
}
.latest-blog-area .sec-title-two {
  padding-bottom: 45px;
}
.latest-blog-area .sec-title-two h1 {
  color: #ffffff;
}
.latest-blog-area .button {}
.latest-blog-area .button a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  position: relative;
  top: 4px;
  transition: all 500ms ease;
}
.latest-blog-area .button a:hover{
  color: #43c3ea;
}
.latest-blog-area .button a i{
  display: inline-block;
  padding-left: 5px;
}

.latest-blog-area .single-latest-blog {
  margin-bottom: 50px;
  transition: all 500ms ease;
}
.latest-blog-area .single-latest-blog .img-holder{
  display: block;
  overflow: hidden;
  position: relative;     
}
.latest-blog-area .single-latest-blog .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;     
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(67, 195, 234, 0.9) none repeat scroll 0 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;        
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box{
  display: table;
  width: 100%;
  height: 100%;
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box .content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;    
}
.latest-blog-area .single-latest-blog:hover .img-holder .overlay-box{
  height: 100%;
  opacity: 1;   
}
.latest-blog-area .single-latest-blog:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box .content a:hover i{
  background: #152545;
  color: #43c3ea;
}

.latest-blog-area .single-latest-blog .text-holder {
  border-left: 2px solid #132241;
  border-right: 2px solid #132241;
  border-bottom: 2px solid #132241;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 17px;
  transition: all 500ms ease;
  position: relative;
  z-index: 1;
} 
.latest-blog-area .single-latest-blog .text-holder:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #ffffff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0; 
  content: "";
  z-index: -1;
}
.latest-blog-area .single-latest-blog:hover .text-holder{
  border-color: #fff;
}
.latest-blog-area .single-latest-blog:hover .text-holder:before{
  height: 100%;
  opacity: 1;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info {
  margin-bottom: 12px;
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 23px;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li {
  display: inline-block;
  margin: 0 8px;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li i{
  color: #43c3ea;
  font-size: 14px;
  display: inline-block;
  padding-right: 8px;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li a{
  color: #43c3ea;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  transition: all 500ms ease;
}
.latest-blog-area .single-latest-blog .text-holder .blog-title {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  transition: all 500ms ease 0s;
}

.latest-blog-area .single-latest-blog:hover .text-holder .blog-title{
  color: #3d3d3d;
  transition: all 500ms ease;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li a:hover{
  color: #152545;
}
.latest-blog-area .single-latest-blog:hover .text-holder .blog-title:hover{
  color: #43c3ea;
}


/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.testimonial-area::before {
  background: rgba(9, 45, 65, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.testimonial-area .sec-title h1{
 
}
.testimonial-carousel .single-item {

}
.testimonial-carousel .single-item .img-holder {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  display: block;
  height: 218px;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px;
  width: 218px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.testimonial-carousel .single-item:hover .img-holder{
  background: #514c4a;
  border-color: #514c4a;
} 
.testimonial-carousel .single-item .text-holder {
	background:#FFF;
  border: 1px solid #f7f7f7;
  margin-top: -180px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 194px;
  z-index: -1;
  padding-bottom: 33px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.testimonial-carousel .single-item:hover .text-holder{
  border-color: #e7e3e3;
}
.testimonial-carousel .single-item .text-holder h5 {
  color: #439200;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 19px;
  line-height:24px;
}
.testimonial-carousel .single-item .text-holder p {}

.testimonial-carousel .single-item .client-info {
  background: #fff none repeat scroll 0 0;
  display: block;
  overflow: hidden;
  padding: 15px 25px 12px;
  text-align: left;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  position: relative;
  z-index: 1;
 transition: all 500ms ease;
}
.testimonial-carousel .single-item .client-info:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #514c4a;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0; 
  content: "";
  z-index: -1;    
}
.testimonial-carousel .single-item:hover .client-info{
  border-color: #514c4a;
}
.testimonial-carousel .single-item:hover .client-info:before{
  height: 100%;
  opacity: 1;
}

.testimonial-carousel .single-item .client-info .name h6 {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 6px 0 3px;
  transition: all 700ms ease;
}
.testimonial-carousel .single-item .client-info .name p {
  color: #43c3ea;
  margin: 0;
  transition: all 500ms ease;
}
.testimonial-carousel .single-item .client-info .rating-box p {
  background: #439200 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  text-align: center;
  width: 120px;
  border-radius:4px;
}
.testimonial-carousel .single-item .client-info .rating-box p i{
  display: inline-block;
  padding-left: 3px;
}
.testimonial-carousel .single-item:hover .client-info .name h6{
  color: #ffffff;
}
.testimonial-carousel .single-item:hover .client-info .name p {
  color: #4d8cb2;    
}

.testimonial-area .owl-theme .owl-dots {
  display: none;
  text-align: center;
}

.testimonial-area .owl-theme .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  left: -44px;
  position: absolute;
  top: -15px;
  transition: all 700ms ease 0s;
  width: 40px;
  z-index: 10;
  border-right: none;
}
.testimonial-area .owl-theme .owl-nav .owl-next {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  position: absolute;
  right: -44px;
  top: -15px;
  width: 40px;
  z-index: 10;
  transition: all 700ms ease 0s;
  border-left: none;
}
.testimonial-area .owl-theme .owl-nav .owl-prev:hover{
  color:#fff;
  background: #439200;
}
.testimonial-area .owl-theme .owl-nav .owl-next:hover{
  color:#fff;
  background: #439200;    
}
.testimonial-area .owl-theme .owl-nav div .fa:hover{
  color: #fff;    
}
.testimonial-area .owl-theme .owl-nav div .fa {
  color: #514c4a;
  font-size: 25px;
  display: block;
  padding-top: 2px;
  text-align: center;
}

/*** 
=============================================
    Testimonial Area style-s
=============================================
***/
.testimonial-area-s {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 99;
}

.sec-title2 h1 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;

}
.testimonial-area-s::before {
  background-color: #041e42;
  opacity: .9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.testimonial-carousels .single-item .img-holder {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  display: block;
  height:278px;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px;
  width: 350px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
 
.testimonial-carousels .single-item .text-holder {
	background:#FFF;
  border: 1px solid #f7f7f7;
  margin-top: -250px;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 194px;
  z-index: -1;
  padding-bottom: 35px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.testimonial-carousesl .single-item .text-holder h5 {
  color: #439200;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 19px;
}
.testimonial-carousels .single-item .text-holder p {}

.testimonial-carousels .single-item .client-info {
  background: #fff none repeat scroll 0 0;
  display: block;
  overflow: hidden;
  padding: 15px 25px 12px;
  text-align: left;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  position: relative;
  z-index: 1;
 transition: all 500ms ease;
}
.testimonial-carousels .single-item .client-info:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #514c4a;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0; 
  content: "";
  z-index: -1;    
}

.testimonial-carousels .single-item .client-info .name h6 {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
  transition: all 700ms ease;
}
.testimonial-carousels .single-item .client-info .name p {
  color: #43c3ea;
  margin: 0;
  transition: all 500ms ease;
  text-transform:uppercase;
}
.testimonial-carousels .single-item .client-info .rating-box p {
background: #439200 none repeat scroll 0 0;
color: #ffffff;
font-size: 12px;
height: 25px;
line-height: 25px;
margin: 0;
text-align: center;
width: 75px;
border-radius: 3px;
}
.testimonial-carousels .single-item .client-info .rating-box p i{
  display: inline-block;
  padding-left: 3px;
}


.testimonial-area-s .owl-theme .owl-dots {
  display: none;
  text-align: center;
}

.testimonial-area-s .owl-theme .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.testimonial-area-s .owl-theme .owl-nav .owl-prev {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  left: -5px;
  position: absolute;
  top: -45px;
  transition: all 700ms ease 0s;
  width: 40px;
  z-index: 10;
  border-left: none;
}
.testimonial-area-s .owl-theme .owl-nav .owl-next {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  position: absolute;
  right: -5px;
  top: -45px;
  width: 40px;
  z-index: 10;
  transition: all 700ms ease 0s;
  border-right: none;
}
.testimonial-area-s .owl-theme .owl-nav .owl-prev:hover{
  color:#fff;
  background: #439200;
}
.testimonial-area-s .owl-theme .owl-nav .owl-next:hover{
  color:#fff;
  background: #439200;    
}
.testimonial-area-s .owl-theme .owl-nav div .fa:hover{
  color: #fff;    
}
.testimonial-area-s .owl-theme .owl-nav div .fa {
  color: #514c4a;
  font-size: 25px;
  display: block;
  padding-top: 2px;
  text-align: center;
}

/*** 
=============================================
    Testimonial Area style-sg
=============================================
***/
.testimonial-area-sg {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 99;
  
}

.sec-title2 h1 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;

}

.testimonial-carouselsg .single-item .img-holder {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  display: block;
  height:240px;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px;
  width: 300px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;

}
 
.testimonial-carouselsg .single-item .text-holder {
	background:#FFF;
  border: 1px solid #f7f7f7;
  margin-top: -250px;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 194px;
  z-index: -1;
  padding-bottom: 33px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.testimonial-carouseslsg .single-item .text-holder h5 {
  color: #439200;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 19px;
}
.testimonial-carouselsg .single-item .text-holder p {}

.testimonial-carouselsg .single-item .client-info {
  background: #fff none repeat scroll 0 0;
  display: block;
  overflow: hidden;
  padding: 15px 25px 12px;
  text-align: left;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  position: relative;
  z-index: 1;
 transition: all 500ms ease;
}
.testimonial-carouselsg .single-item .client-info:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #514c4a;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0; 
  content: "";
  z-index: -1;    
}

.testimonial-carouselsg .single-item .client-info .name h6 {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
  transition: all 700ms ease;
}
.testimonial-carouselsg .single-item .client-info .name p {
  color: #43c3ea;
  margin: 0;
  transition: all 500ms ease;
  text-transform:uppercase;
}
.testimonial-carouselsg .single-item .client-info .rating-box p {
background: #439200 none repeat scroll 0 0;
color: #ffffff;
font-size: 12px;
height: 25px;
line-height: 25px;
margin: 0;
text-align: center;
width: 75px;
border-radius: 3px;
}
.testimonial-carousels .single-item .client-info .rating-box p i{
  display: inline-block;
  padding-left: 3px;
}


.testimonial-area-sg .owl-theme .owl-dots {
  display: none;
  text-align: center;
}

.testimonial-area-sg .owl-theme .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.testimonial-area-sg .owl-theme .owl-nav .owl-prev {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  left:5px;
  position: absolute;
  top: -45px;
  width: 40px;
  z-index: 10;
  transition: all 700ms ease 0s;
  border-left: none;
}
.testimonial-area-sg .owl-theme .owl-nav .owl-next {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  position: absolute;
  right: 5px;
  top: -45px;
  width: 40px;
  z-index: 10;
  transition: all 700ms ease 0s;
  border-right: none;
}
.testimonial-area-sg .owl-theme .owl-nav .owl-prev:hover{
  color:#fff;
  background: #439200;
}
.testimonial-area-sg .owl-theme .owl-nav .owl-next:hover{
  color:#fff;
  background: #439200;    
}
.testimonial-area-sg .owl-theme .owl-nav div .fa:hover{
  color: #fff;    
}
.testimonial-area-sg .owl-theme .owl-nav div .fa {
  color: #514c4a;
  font-size: 25px;
  display: block;
  padding-top: 2px;
  text-align: center;
}

/*** 
=============================================
    Brand Area style
=============================================
***/
.brand-area {
  background: #f7f7f7;
  padding-bottom: 20px;
  padding-top: 20px;
}
.brand-area .brand .owl-stage-outer{
  z-index:10;		
}
.brand-area .brand .single-item {
  border: 2px solid #eaeaea;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  text-align: center;
}
.brand-area .brand .single-item img {
  display: inline-block;
  max-width: 100%;
  opacity: 1;
  padding: 0px 0;
  position: relative;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: auto;
}
.brand-area .brand .single-item:hover{
  border: 2px solid #43c3ea;
}
.brand-area .brand .single-item:hover img{
  opacity: .9;
}
.brand-area .owl-controls {
  display: none;
}



/*** 
=============================================
    Footer area style
=============================================
***/

.footer-area {
  background: #07132a none repeat scroll 0 0;
  padding-top: 0px;
  overflow: hidden;
}
.single-footer-widget .footer-logo {
  padding: 0 0 25px;
}
.single-footer-widget .repairplus-info {
  overflow: hidden;
}
.single-footer-widget .repairplus-info p {
  margin: 0 0 32px;
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.single-footer-widget .repairplus-info p.top{
  margin-bottom: 15px;
}
.single-footer-widget .repairplus-info .button a {
  padding: 17px 25px 15px;
  border-left: 2px solid #43c3ea;
  border-right: 2px solid #43c3ea;
  border-top: 2px solid #43c3ea;
  border-bottom: 2px solid #43c3ea;    
}
.single-footer-widget .repairplus-info .button a:hover{
  background: transparent;
  color: #fff;
}


.footer-area .footer-widget {
  display: block;
  padding-left: 30px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;

}
.footer-area .footer-widget::before {
  background: #13213e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1000%;
  z-index: -1;
  -moz-box-shadow: 1px 5px 8px #0f1b36;
  -webkit-box-shadow: 1px 5px 8px #0f1b36;
  box-shadow: 1px 5px 8px #0f1b36;
}
.single-footer-widget .title {
  padding-bottom: 25px;
  margin-top: -4px;
}
.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}


.single-footer-widget .services-list{ }
.single-footer-widget .services-list li{
  margin-bottom: 10px;  
  padding-left: 15px;
  position: relative;
}
.single-footer-widget .services-list li:before{
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #c1c1c1;
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 0; 
  transition: all 500ms ease;
}
.single-footer-widget .services-list li a{
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 400;
  transition: all 700ms ease;
}
.single-footer-widget .services-list li:hover:before{
  color: #43c3ea;    
}
.single-footer-widget .services-list li:hover a{
  color: #43c3ea;
  text-decoration: underline;
}



.single-footer-widget.subscribe-form-widget {
  margin-left: 30px;
  padding-right: 10px;
}
.single-footer-widget .subscribe-form {
  overflow: hidden;
}
.single-footer-widget .subscribe-form p {
  color: #c1c1c1;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 400;
}
.single-footer-widget .subscribe-form form {
  position: relative;  
}
.single-footer-widget .subscribe-form form input[type="text"] {
  background: #152545;
  border: 1px solid #172849;
  color: #c1c1c1;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  padding-left: 10px;
  padding-right: 5px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 210px;
}
.single-footer-widget .subscribe-form form button {
  background: #152545;
  color: #4d8cb2;
  display: block;
  height: 42px;
  padding: 5px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 500ms ease 0s;
  width: 36px;
  border: 1px solid #172849;
}
.single-footer-widget .subscribe-form form input[type=text]:focus {
  border: 1px solid #43c3ea;
  background: #fff;
  color: #1b1b1b;
}
.single-footer-widget .subscribe-form form input[type=text]:focus + button, 
.single-footer-widget .subscribe-form form button:hover {
  background: #43c3ea none repeat scroll 0 0;
  color: #1b1b1b;
  border-color: #43c3ea;
}
.single-footer-widget .subscribe-form h4 {
  border-bottom: 1px solid #172849;
  color: #c1c1c1;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  margin: 14px 0 20px;
  padding-bottom: 15px;
}
.single-footer-widget .footer-social-links {
  overflow: hidden;
}
.single-footer-widget .footer-social-links ul li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.single-footer-widget .footer-social-links ul li:last-child {
  margin-right: 0px;
}
.single-footer-widget .footer-social-links ul li a {}
.single-footer-widget .footer-social-links ul li a i {
  color: #c1c1c1;
  font-size: 16px;
  transition: all 500ms ease;
}
.single-footer-widget .footer-social-links ul li a:hover i {
  color: #43c3ea;    
}


.single-footer-widget.contact-info-widget {
  margin-left: -10px;
}
.single-footer-widget .footer-contact-info {}
.single-footer-widget .footer-contact-info li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}
.single-footer-widget .footer-contact-info li:last-child{
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder span:before{
  color: #43c3ea;
  font-size: 15px;
}

.single-footer-widget .footer-contact-info li .text-holder {
  
}
.single-footer-widget .footer-contact-info li .text-holder h5 {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.single-footer-widget .footer-contact-info li .text-holder h5 span {
  text-transform: uppercase;
  font-weight: 500;
}

.footer-bottom {
  overflow: hidden;
  padding: 12px 0 6px;
}
.footer-bottom .copyright-text{}
.footer-bottom .copyright-text p {
  color: #c1c1c1;
  font-size: 12px;
  font-weight: 400;
  text-transform:uppercase;
  text-align:left;
}
.footer-bottom .copyright-text p a {
  
  font-weight: 700;
  transition: all 500ms ease;
}
.footer-bottom .copyright-text p a:hover{
  color: #fff;
}


.footer-bottom .payment-method {}
.footer-bottom .payment-method ul {
  margin-left: -5px;
  margin-right: -5px;
}
.footer-bottom .payment-method ul li {
  display: inline-block;
  float: left;
  margin: 0 5px;
}
.footer-bottom .payment-method ul li a i {
  font-size: 32px;
  transition: all 500ms ease;
  color: #c1c1c1;
}
.footer-bottom .payment-method ul li a:hover i {
  color: #43c3ea;
}



/*** 
=============================================
    Breadcrumb area style
=============================================
***/
/*.breadcrumb-area {
  background:url(../images/about/inner_banner.jpg) no-repeat ;
  height: 155px;
  padding-top: 55px;
}
.breadcrumb-area h1 {
  color: #3d3d3d;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}*/



/*** 
=============================================
    Breadcrumb botton area style
=============================================
***/
.breadcrumb-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
	
}
.breadcrumb-area::before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(9,35,59,0.0);

}
.breadcrumb-area .breadcrumbs {
    padding-top: 138px;
    padding-bottom: 116px;
}
.breadcrumb-area .breadcrumbs h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}

.breadcrumb-botton {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.breadcrumb-botton ul {
    text-align: center;
    background: #439200;
    display: inline-block;
    padding: 16px 15px 15px;
	border-radius:6px 6px 0px 0px;
}
.breadcrumb-botton ul li{
    display: inline-block;
    margin: 0 3px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
}
.breadcrumb-botton ul li i {
    display: inline-block;
    font-size: 16px;
}
.breadcrumb-botton ul li a{
    transition: all 500ms ease;
    color: #d5ffb1;
}
.breadcrumb-botton ul li a:hover{
  color: #fff;    
}
.breadcrumb-botton ul li.active{
  color: #fff;    
}
.breadcrumb-botton .share-button a {
    color: #fdc900;
    font-size: 16px;
    font-weight: 300;
    transition: all 500ms ease;
}
.breadcrumb-botton .share-button a:hover{
    color: #fff;
}
.breadcrumb-botton .share-button {
    margin: 16px 0;
}
.breadcrumb-botton .share-button a i{
    display: inline-block;
    padding-right: 7px;
    position: relative;
    top: 0px;
}


/*** 
=============================================
    Blog Area style
=============================================
***/
#blog-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
#blog-area .blog-post {
  border-right: 1px solid #f7f7f7;
  margin-bottom: -80px;
  padding-bottom: 80px;
  margin-right: -25px;
  padding-right: 25px;
  margin-top: -80px;
  padding-top: 80px;
}


.blog-with-sidebar-area .blog-post .single-blog-item {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 60px;
  padding-bottom: 88px;
  background-color:#F5F5F5;
}
.single-blog-item {
  overflow: hidden;
}
.single-blog-item .img-holder {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.single-blog-item .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
      
}
.single-blog-item .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  transition: all 500ms ease 0s;
  width: 55px;
}
.single-blog-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);    
}
.single-blog-item:hover .img-holder img{
  -webkit-transform:scale(1.3);
  transform:scale(1.3);    
} 
.single-blog-item .overlay .box .content a:hover i{
  background: #152545;
  color: #43c3ea;
}


.single-blog-item .text-holder {
  padding: 25px;
  position: relative;
}
.single-blog-item .text-holder .date-box {
  left: 0;
  position: absolute;
  top: 30px;
}
.single-blog-item .text-holder .date-box h4 {
  background: #43c3ea none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 70px;
  line-height: 26px;
  padding: 8px 15px;
  text-align: center;
  width: 70px;
}
.single-blog-item .text-holder .text-box {
  
  padding: 23px;
  background-color:#FFF;
  margin:-290px auto;
}
.single-blog-item .text-holder .text-box .blog-title {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 6px;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}
.single-blog-item .text-holder .text-box .blog-title:hover{
  color: #43c3ea;
}

.single-blog-item .text-holder .text-box .meta-info {
  margin-left: -8px;
  margin-right: -8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.single-blog-item .text-holder .text-box .meta-info li{
  display: inline-block;
  margin: 0 8px;
}
.single-blog-item .text-holder .text-box .meta-info li a{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.single-blog-item .text-holder .text-box .meta-info li a:hover{
  color: #43c3ea;    
}
.single-blog-item .text-holder .text-box .meta-info li i{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding-right: 8px;
}
.single-blog-item .text-holder .text-box .text {
  overflow: hidden;
}
.single-blog-item .text-holder .text-box .text p{
  margin: 0;
}
.single-blog-item .text-holder .text-box .text .bottom {
  overflow: hidden;
  margin-top: 18px;
}
.single-blog-item .text-holder .text-box .text .bottom .readmore a {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.single-blog-item .text-holder .text-box .text .bottom .readmore a:hover{
  color: #43c3ea;
}
.single-blog-item .text-holder .text-box .text .bottom .readmore a i {
  display: inline-block;
  padding-left: 7px;
  font-size: 15px;
}



.sidebar-wrapper {
  padding-left: 20px;
}
.sidebar-wrapper .single-sidebar {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.sidebar-wrapper .single-sidebar .sidebar-title {
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: -4px;
}
.sidebar-wrapper .single-sidebar .sidebar-title h1 {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-wrapper .single-sidebar form.search-form {
  position: relative
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #f7f7f7;
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 55px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
}
.sidebar-wrapper .single-sidebar .search-form button {
  background: #43c3ea none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  height: 50px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 50px;
}
.sidebar-wrapper .single-sidebar .search-form button i {
  font-size: 14px
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
  border: 1px solid #152545;
  background: #c64d1e;
  color: #fff;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #152545 none repeat scroll 0 0;
    color: #fff;
}


.single-sidebar .categories {
  margin-top: -7px;
}
.single-sidebar .categories li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 12px;
  padding-bottom: 11px;
}
.single-sidebar .categories li:last-child {
  margin-bottom: 0;
}
.single-sidebar .categories li a {
  color: #999999;
  transition: all 500ms ease;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.single-sidebar .categories li a:before{
  content: "\f114";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #999999;
  font-size: 16px;
  position: absolute;
  top: -3px;
  left: 0;
  transition: all 500ms ease;
}
.single-sidebar .categories li a span i {
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.single-sidebar .categories li a:hover{
  color: #43c3ea;    
}
.single-sidebar .categories li a:hover:before{
  color: #43c3ea;      
}

.single-sidebar .recent-post {
  margin-top: -6px;
}
.single-sidebar .recent-post li {
  margin-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 17px;
}
.single-sidebar .recent-post li:last-child{
  margin-bottom: 0;
}
.single-sidebar .recent-post li a .post-title {
  color: #43c3ea;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
  margin: 0 0 10px;
}
.single-sidebar .recent-post li a .post-title:hover{
  color: #152545;
}
.single-sidebar .recent-post li .post-date{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.single-sidebar .recent-post li .post-date i{
  display: inline-block;
  padding-right: 3px;
  color: #43c3ea;
  font-size: 14px;
}



.single-sidebar .blog-archive {
  margin-top: -8px;    
}
.single-sidebar .blog-archive li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 12px;
  padding-bottom: 13px;  
}
.single-sidebar .blog-archive li:last-child {
  margin-bottom: 0;
}
.single-sidebar .blog-archive li a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  transition: all 500ms ease;
}
.single-sidebar .blog-archive li a:before{
  content: "\f00c";
  font-family: FontAwesome;
  color: #999999;
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 0;  
  transition: all 500ms ease;
}
.single-sidebar .blog-archive li a:hover{
  color: #43c3ea;
}
.single-sidebar .blog-archive li a:hover:before{
  color: #43c3ea;
}


.single-sidebar .popular-tag {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -5px;
}
.single-sidebar.popular-tag .sidebar-title {
  padding-bottom: 41px;
}
.single-sidebar .popular-tag li {
  display: inline-block;
  margin: 0 3px 10px;
}
.single-sidebar .popular-tag li a {
  border: 1px solid #ececec;
  color: #194150;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px 10px;
  transition: all 500ms ease 0s;
  line-height:33px;
}
.single-sidebar .popular-tag li a:hover{
  background: #43c3ea;
  border-color: #43c3ea;
  color: #fff;
}
.single-sidebar.facebook {
  margin-top: -10px;
}



/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area .single-blog-item:hover .img-holder img {
  transform: none;    
}
.blog-single-area .single-blog-item .text-holder .text-box .blog-title:hover{
  color: #3d3d3d;
}
.blog-single-area .single-blog-item .text-holder {
  padding-left: 90px;
  position: relative;
}
.blog-single-area .single-blog-item .text-holder .text-box {
  margin-left: 0px;
  padding-top: 23px;
}



.blog-single-area .single-blog-item .text-holder p.mar-bottom {
  margin-bottom: 13px;
}

.blog-single-area .middle-content-box {
  margin: 30px 0 33px;
  overflow: hidden;
}
.blog-single-area .middle-content-box .img-holder {
  width: 340px;
}
.blog-single-area .middle-content-box .img-holder,
.blog-single-area .middle-content-box .text-holder{
  display: table-cell;
  vertical-align: top;
}
.blog-single-area .middle-content-box .text-holder {
  padding-left: 30px; 
  position: relative;
}
.blog-single-area .middle-content-box .text-holder:before{
  content: "\f10d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #f1f1f1;
  font-size: 24px;
  padding-right: ;
  position: absolute;
  top: -3px;
  left: 30px;    
}
.blog-single-area .middle-content-box .text-holder {
  padding-left: 30px;
  padding-top: 32px;
  position: relative;
}
.blog-single-area .middle-content-box .text-holder h3 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 7px;
}
.blog-single-area .middle-content-box .text-holder h5 {
  color: #43c3ea;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}


.blog-single-area .bottom-content-box {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 21px;
}


.blog-single-area .tag-social-share-box {
  overflow: hidden;
  padding-bottom: 24px;
  padding-top: 25px;
}
.blog-single-area .tag-social-share-box .tag p {
  color: #43c3ea;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.blog-single-area .tag-social-share-box .tag p span {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

.blog-single-area .tag-social-share-box .social-share {
  
}
.blog-single-area .tag-social-share-box .social-share h5 {
  color: #3d3d3d;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  top: 7px;
}
.blog-single-area .tag-social-share-box .social-share i {
  padding-left: 10px;
  display: inline-block;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links {
  display: inline-block;
  float: left;
  margin-left: -3px;
  margin-right: -3px;
  padding-left: 20px;
  position: relative;
  top: -6px;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links li {
  display: inline-block;
  margin: 0 3px;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links li a i {
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  color: #999999;
  font-size: 14px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 40px;
}
.blog-single-area .tag-social-share-box .social-share .social-share-links li a:hover i{
  background: #43c3ea;
  border-color: #43c3ea;
  color: #fff;
}


.blog-single-area .author-box {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  padding: 30px 30px 22px;
  position: relative;
}
.blog-single-area .author-box .img-holder{
  width: 85px;
}
.blog-single-area .author-box .img-holder,
.blog-single-area .author-box .text-holder{
  display: table-cell;
  vertical-align: top;
}
.blog-single-area .author-box .text-holder {
  padding-left: 30px;
}
.blog-single-area .author-box .text-holder h3 {
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  margin: -2px 0 14px;
  text-transform: capitalize;
}
.blog-single-area .author-box .text-holder p{
 
}

.blog-single-area .author-box .text-holder .social-link {
  margin-left: -6px;
  margin-right: -6px;
  overflow: hidden;
}
.blog-single-area .author-box .text-holder .social-link li{
  display: inline-block;
  margin: 0 6px;
}
.blog-single-area .author-box .text-holder .social-link li a i{
  color: #999999;
  font-size: 14px;
  transition: all 500ms ease;
}
.blog-single-area .author-box .text-holder .social-link li a:hover i{
  color: #43c3ea;
}


.blog-single-area .comment-box {
  overflow: hidden;
  padding-bottom: 35px;
  padding-top: 75px;
}
.blog-single-area .comment-box .title{
  padding-bottom: 35px;
}
.blog-single-area .comment-box .title h3 {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.blog-single-area .comment-box .single-comment-box {
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}
.blog-single-area .comment-box .single-comment-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.blog-single-area .comment-box .single-comment-box .text-holder {
  border: 1px solid #f7f7f7;
  margin-left: 20px;
  padding: 15px 20px 5px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top {
  overflow: hidden;
  padding-bottom: 8px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .date h5 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box {
  position: relative;
  top: -3px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul {
  margin-left: -0.5px;
  margin-right: -0.5px;
  overflow: hidden;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin: 0 0.5px;
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li i {
  color: #43c3ea;
  font-size: 14px;
}


.blog-single-area .add-comment-box {
  overflow: hidden;
}
.blog-single-area .add-comment-box .title {
  padding-bottom: 30px;
}
.blog-single-area .add-comment-box .title h3 {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;  
}
.blog-single-area .add-comment-box .add-rating-box {
  padding-bottom: 17px;
}
.blog-single-area .add-comment-box .add-rating-box h4 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 3px;
}
.blog-single-area .add-comment-box .add-rating-box ul {
  
}
.blog-single-area .add-comment-box .add-rating-box ul li {
  border-right: 1px solid #ebebeb;
  display: inline-block;
  line-height: 20px;
  margin-right: 6px;
  padding-right: 10px;
}
.blog-single-area .add-comment-box .add-rating-box ul li:last-child{
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.blog-single-area .add-comment-box .add-rating-box ul li a i{
  color: #d6d6d6;
  font-size: 12px;
}
.blog-single-area .add-comment-box .add-rating-box ul li a:hover i{
  color: #43c3ea;
  transition: all 500ms ease;
}

.blog-single-area .add-comment-box .add-comment-form {}
.blog-single-area .add-comment-box .add-comment-form .field-label {
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 2px;
}
.blog-single-area .add-comment-box .add-comment-form input[type="text"],
.blog-single-area .add-comment-box .add-comment-form textarea{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ececec;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 15px;
  width: 100%;  
  margin-bottom: 12px;
  transition: all 500ms ease;
}
.blog-single-area .add-comment-box .add-comment-form textarea {
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.blog-single-area .add-comment-box .add-comment-form button {
  padding: 18px 40px 15px;
}
.blog-single-area .add-comment-box .add-comment-form input[type="text"]:focus{
  border-color: #43c3ea;    
}
.blog-single-area .add-comment-box .add-comment-form textarea:focus{
  border-color: #43c3ea;       
}
.blog-single-area .add-comment-box .add-comment-form button:hover{
  background: #152545;
  color: #fff;
  border-top-color: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
}



/*** 
=============================================
    Contact Area style
=============================================
***/
.contact-area {
  padding-bottom:0px;
  padding-top: 40px;

}
.contact-area .title{
  padding-bottom: 34px;
  margin-top: -4px;
}
.contact-area .title h2{
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.contact-area .accordion-box {}
.contact-area .accordion-box .accordion {
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}
.contact-area .accordion-box .accordion .accord-btn {
  background: #f7f7f7 none repeat scroll 0 0;
  cursor: pointer;
  height: 50px;
  line-height: 18px;
  padding: 11px 20px 12px;
  position: relative;
  transition: all 500ms ease;
}
.contact-area .accordion-box .accordion .accord-btn h4 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: all 500ms ease;
  text-transform: none;
  text-transform: capitalize;
}
.contact-area .accordion-box .accordion .accord-btn::after {
  background: #252525 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  content:'\f054';
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: 100;
  height: 20px;
  line-height: 22px;
  margin-top: -15px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 29.5px;
  width: 20px;
  transition: all 500ms ease;
}

.contact-area .accordion-box .accordion .accord-btn.active {
  background: #152545 none repeat scroll 0 0;
}
.contact-area .accordion-box .accordion .accord-btn.active:after{
  content:'\f078';
  color: #fff;
  background: #43c3ea;
}
.contact-area .accordion-box .accordion .accord-btn.active h4{
  color: #fff;
}
.contact-area .accordion-box .accordion .accord-content {
  border: 1px solid #152545;
  display: none;
  padding: 22px 30px 23px;
  position: relative;
}
.contact-area .accordion-box .accordion .accord-content.collapsed{
	display:block;	
}

.contact-area .contact-info-list {
  margin-left: -10px;
}
.contact-area .contact-info-list li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 13px;
  padding-bottom: 13px;
  padding-left: 35px;
  position: relative;
}
.contact-area .contact-info-list li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid;
}
.contact-area .contact-info-list li .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-area .contact-info-list li .icon-holder span:before{
  color: #43c3ea;
  font-size: 15px;
}
.contact-area .contact-info-list li .text-holder {}
.contact-area .contact-info-list li .text-holder h5 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.contact-area .contact-info-list li .text-holder h5 span {
  text-transform: uppercase;
  font-weight: 500;
  color: #3d3d3d;
}

.contact-area .contact-form {
  
}
.contact-area .contact-form form input[type="text"],
.contact-area .contact-form form input[type="email"],
.contact-area .contact-form form textarea{
  border: 1px solid #ececec;
  color: #999999;
  display: block;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
}
.contact-area .contact-form form textarea{
  height: 170px;
  margin-bottom: 40px;
  padding: 10px 20px;
}
.contact-area .contact-form form input[type="text"]:focus{
  border-color: #43c3ea;        
}
.contact-area .contact-form form input[type="email"]:focus{
  border-color: #43c3ea;        
}
.contact-area .contact-form form textarea:focus{
  border-color: #43c3ea;    
}
.contact-area .contact-form form button{
  width: 100%;
  padding: 17px 0 16px;
}
.contact-area .contact-form form button:hover{
  background: #152545;
  border-top-color: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  
}



/*** 
=============================================
    Google map Area style
=============================================
***/
.google-map-area {
  position: relative;
}
#contact-google-map {
  height: 450px;
  width: 100%;
}



/*** 
=============================================
    Video Gallery Area style
=============================================
***/
.video-gallery-area{
  padding-top: 40px;
  padding-bottom: 0px;
}

.video-gallery-area1{
  padding-top: 0px;
  padding-bottom: 0px;
}

.video-gallery-area .text-holder {
  
}

.video-gallery1::before {
    position: absolute;
    content: '';
    left: 0px;
    top: -13px;
    right: 0px;
    bottom: -13px;
    z-index: 10;
    outline: 2px dashed #ffffff;
    outline-offset: -30px;

}
.video-gallery-area .text-holder h2 {
  color: #43c3ea;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: -7px 0 22px;
  text-transform:capitalize;
}
.video-gallery-area .text-holder .top-text {
  margin: 0 0 15px;
}
.video-gallery-area .text-holder .bottom-text {
  margin: 0 0 30px;
  position: relative;
}



.video-gallery-area .video-gallery {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.video-gallery-area .video-gallery img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.video-gallery-area .video-gallery .overlay-gallery {
  background-color: transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
}
.video-gallery-area .video-gallery .overlay-gallery .icon-holder{
  display: table;
  height: 100%;
  width: 100%;    
}
.video-gallery-area .video-gallery .overlay-gallery .icon-holder .icon{
  display: table-cell;
  vertical-align: middle;    
}
.video-gallery-area .video-gallery .overlay-gallery .icon-holder .icon a img{
  width: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.video-gallery-area .video-gallery:hover .overlay-gallery {
  background-color: rgba(67, 195, 235, 0.70);
}
.video-gallery-area .video-gallery:hover img {
  transform: scale(1.1);
}
.video-gallery-area .video-gallery .overlay-gallery .icon-holder .icon a:hover img{
  transform: scale(1.1);
}

.video-gallery-area .text-holder .bottom-text .certified-logo {
  opacity: 0.06;
  position: absolute;
  right: 65px;
  top: 30px;
  z-index: -1;
}



/*** 
=============================================
    Core Value Area style
=============================================
***/
.core-value-area {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom:40px;
}
.core-value-area .img-holder {}
.core-value-area .img-holder img {
  margin-left: 30px;
  width: auto;
}

.core-value-area .text-holder {}
.core-value-area .text-holder .single-item {
  
  position: relative;
  padding-bottom: 40px;
  background: #ffffff none repeat scroll 0 0;
  display: block;
  padding: 22px 10px 22px 10px;
 
  -webkit-box-shadow: 0px 3px 8px -1px rgba(216,214,214,1);
  -moz-box-shadow: 0px 3px 8px -1px rgba(216,214,214,1);
  box-shadow: 0px 3px 8px -1px rgba(216,214,214,1);
  transition: all 500ms ease;
}
.core-value-area .text-holder .single-item .icon-box {
  width: 44px;
  position: absolute;
  top: 20px;
  left: 80px;
}
.core-value-area .text-holder .single-item .icon-box span:before{
  color: #43c3ea;
  font-size: 20px;
}
.core-value-area .text-holder .single-item .text-box {
  padding-left: 20px;
}

.core-value-area .text-holder .single-item .text-box h3 {
  color: #252525;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 25px;
  padding-top:12px;
  text-align:center;
}



/*** 
=============================================
    Working Process Area style
=============================================
***/
.working-process-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.working-process-area::before {
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.working-process-area .single-iten .img-box {
  border-radius: 50%;
  height: 180px;
  margin: 0 auto;
  position: relative;
  width: 180px;
  border: 2px dashed #3c3735;
  padding: 8px;
  transition: all 500ms ease;
}
.working-process-area .single-iten .img-box .count{
  position: absolute;
  top: 13px;
  left: -5px;
  background: #43c3ea;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.working-process-area .single-iten .img-box .count h3{
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
}
.working-process-area .single-iten .text-box {
  margin: 22px 0 0;
}
.working-process-area .single-iten .text-box h3 {
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 9px;
}
.working-process-area .single-iten .text-box p {
  color: #ffffff;
}
.working-process-area .single-iten:hover .img-box {
  border: 2px dashed #43c3ea;
}






.team-area{
  padding-top: 80px;
  padding-bottom: 40px;
}
.single-team-member {
  border-bottom: 3px solid #f7f7f7;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.single-team-member .img-holder {
  position: relative;
  overflow: hidden;
  display: block;
}
.single-team-member .img-holder img{
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;       
}
.single-team-member:hover .img-holder img {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}
.single-team-member .img-holder .overlay-one {
  position:absolute;
  left:0px;
  top:-100%;
  width:100%;
  height:100%;
  padding:0px;
  color:#ffffff;
  opacity:0;
  transition: all 500ms ease;
  transition-delay: 0.10s;
  z-index: 2;
}
.single-team-member .img-holder .overlay-one .overlay-inner {
  width:100%;
  height:100%;
  display:table;
  background: rgba(67, 195, 234, 0.9);  
}
.single-team-member .img-holder .overlay-one .overlay-inner .content {
  display:table-cell;
  vertical-align:middle;
  text-align: center;
}
.single-team-member .img-holder .overlay-one .overlay-inner .content ul{
    
}
.single-team-member .img-holder .overlay-one .overlay-inner .content ul li{
  display: inline-block;
  margin: 0 5.5px;
}
.single-team-member .img-holder .overlay-one .overlay-inner .content ul li a i{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  transition: all 500ms ease;
}
.single-team-member .img-holder .overlay-one .overlay-inner .content ul li a:hover i{
  background: #152545;
  border-color: #152545;
}
.single-team-member .img-holder .phone {
  background: rgba(0, 0, 0, 0) url("../images/team/phone-bg.png") no-repeat scroll 0 0 / 100% 100%;
  bottom: 0;
  display: inline-block;
  font-size: 14px;
  height: 55px;
  left: -100%;
  line-height: 30px;
  opacity: 0;
  padding: 21px 10px;
  position: absolute;
  transition: all 500ms ease 0.5s;
  width: 55px;
  z-index: 2;
}
.single-team-member .img-holder .phone a span:before {
  color: #fff;
  font-size: 18px;
}

.single-team-member:hover .img-holder .overlay-one {
  top:0px;
  opacity:1; 
}
.single-team-member:hover .img-holder .phone  {
  left: 0;
  opacity: 1;
}

.single-team-member .text-holder {
  margin: 28px 0 0;
}
.single-team-member .text-holder h3{
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 4px;
}
.single-team-member .text-holder span{
  color: #43c3ea;    
}
.single-team-member .text-holder .text{
  margin-top: 10px;    
}



/*** 
=============================================
   Faq Single Area style
=============================================
***/
.faq-single-area {
  overflow: hidden;
}
.faq-single-area h1 {
	color:#000;
	margin-top:40px;
}
.faq-single-area .accordion-box {
  padding-top: 30px;
}
.faq-single-area .accordion-box .accordion {
  margin-bottom: 17px;
  position: relative;
  background: #fff;
}
.faq-single-area .accordion-box .accordion .accord-btn {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ececec;
  cursor: pointer;
  line-height: 18px;
  padding: 11px 20px 12px;
  position: relative;
  transition: all 500ms ease;
}
.faq-single-area .accordion-box .accordion .accord-btn h4 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  transition: all 500ms ease;
  text-transform: none;
}
.faq-single-area .accordion-box .accordion .accord-btn::after {
  color: #999999;
  content:'\f18e';
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin-top: -10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: all 500ms ease 0s;
}
.faq-single-area .accordion-box .accordion .accord-btn.active {
  background: #43c3ea none repeat scroll 0 0;
  border-color: #43c3ea;
}
.faq-single-area .accordion-box .accordion .accord-btn.active:after{
  content:'\f01a';
  color: #ffffff;
}
.faq-single-area .accordion-box .accordion .accord-btn.active h4{
  color: #ffffff;
}
.faq-single-area .accordion-box .accordion .accord-content {
  border-top: medium none;
  display: none;
  padding: 17px 20px 1px;
  position: relative;
}
.faq-single-area .accordion-box .accordion .accord-content.collapsed{
	display:block;	
}
.faq-single-area .accordion-box .accordion .accord-content p {
  color: #9a9a9a;
  line-height: 30px;
  margin: 0;
}
.faq-single-area ul li {
	list-style:url(../images/list_img_03.png);
	margin-left:20px;
	line-height:32px;
}
.faq-single-area ol li {
	list-style:url(../images/list_img_03.png);
	line-height:32px;
}
.faq-single-area .question-form {
  padding-bottom: 80px;
  padding-left: 30px;
  padding-top: 80px;
  position: relative;
}
.faq-single-area .question-form:before{
  background: #f7f7f7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1000%;
  z-index: -1;    
}
.faq-single-area .question-form .sec-title-two {
  padding-bottom: 30px;
}
.faq-single-area .question-form form input[type="text"],
.faq-single-area .question-form form textarea{
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  display: block;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
  border: 1px solid #e2e2e2;
}
.faq-single-area .question-form form input[type="text"]:focus{
  border: 1px solid #43c3ea;    
}
.faq-single-area .question-form form textarea:focus{
  border: 1px solid #43c3ea;    
}
.faq-single-area .question-form form textarea{
  height: 130px;
  padding: 15px 20px;
}
.faq-single-area .question-form form button {
  margin: 10px 0 0;
  padding: 18px 40px 15px;
}
.faq-single-area .question-form form button:hover{
  background: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}



/*** 
=============================================
   Faq Content Area style
=============================================
***/
.faq-content-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.faq-content-area .faq-content {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  padding: 50px 40px 20px;
}
.faq-content-area .faq-content .single-item {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  padding: 46px 28px 22px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 8px -1px rgba(216,214,214,1);
  -moz-box-shadow: 0px 3px 8px -1px rgba(216,214,214,1);
  box-shadow: 0px 3px 8px -1px rgba(216,214,214,1);
  transition: all 500ms ease;
}
.faq-content-area .faq-content .single-item:hover {
  -webkit-box-shadow: 0px 3px 8px -1px rgba(67,195,234,1);
  -moz-box-shadow: 0px 3px 8px -1px rgba(67,195,234,1);
  box-shadow: 0px 3px 8px -1px rgba(67,195,234,1);
}
.faq-content-area .faq-content .single-item .title {
  margin: 0 0 19px;
  position: relative;
  z-index: 1;
}
.faq-content-area .faq-content .single-item .title::before {
  background: rgba(0, 0, 0, 0) url("../images/resources/q.png") repeat scroll 0 0;
  content: "";
  height: 62px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: -16px;
  width: 45px;
  z-index: -1;
}
.faq-content-area .faq-content .single-item .title h3 {
  color: #272727;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 5;
}

.faq-content-area .faq-content .single-item .text {}
.faq-content-area .faq-content .single-item .text p {
  margin: 0 0 14px;
}
.faq-content-area .faq-content .single-item .text a {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.faq-content-area .faq-content .single-item .text a i{
  display: inline-block;
  padding-left: 5px;
}
.faq-content-area .faq-content .single-item:hover .text a{
  color: #43c3ea;
} 



/*** 
=============================================
   Faq Content Area style
=============================================
***/
.testimonial-section{
  padding: 80px 0 30px;    
}
.testimonial-section .single-testimonial-item{
  margin-bottom: 50px;
}
.testimonial-section .single-testimonial-item .text-holder {
  border: 2px solid #f7f7f7;
  display: block;
  padding: 17px 18px 20px;
  position: relative;
  transition: all 500ms ease;
}
.testimonial-section .single-testimonial-item .text-holder::before {
  border-left: 20px solid #f7f7f7;
  border-right: 16px solid transparent;
  border-top: 16px solid transparent;
  bottom: -27px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  transform: rotate(88deg);
  width: 15px;
  transition: all 500ms ease;
}
.testimonial-section .single-testimonial-item .text-holder p {
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  margin: 0;
}
.testimonial-section .single-testimonial-item .client-info {
  margin-top: 30px;
}
.testimonial-section .single-testimonial-item .client-info .img-box {
  border: 2px solid transparent;
  width: 60px;
  transition: all 500ms ease;
}
.testimonial-section .single-testimonial-item .client-info .img-box,
.testimonial-section .single-testimonial-item .client-info .title-box{
  display: table-cell;
  vertical-align: top;
}
.testimonial-section .single-testimonial-item .client-info .title-box {
  padding-left: 20px;
}
.testimonial-section .single-testimonial-item .client-info .title-box h4 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.testimonial-section .single-testimonial-item .client-info .title-box p {
  color: #43c3ea;
  margin: 0;
}

.testimonial-section .single-testimonial-item:hover .text-holder {
 border-color: #43c3ea;    
}
.testimonial-section .single-testimonial-item:hover .text-holder::before {
 border-left-color: #43c3ea;       
}
.testimonial-section .single-testimonial-item:hover .client-info .img-box{
  border-color: #43c3ea;  
} 



/*** 
=============================================
   Pricing Plan One Area style
=============================================
***/
.pricing-plan-one-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.pricing-plan-one-area .sec-title-two {
  padding-bottom: 43px;
}
.pricing-plan-one-area .sec-title-two .border {
  display: inline-block;
  height: 1px;
  margin: 20px 0 0;
}
.pricing-plan-one-area .single-pricing-box {
  
}
.pricing-plan-one-area .single-pricing-box .pricing-plan {
  
}
.pricing-plan-one-area .single-pricing-box .pricing-plan .table-top {
  background: #43c3ea none repeat scroll 0 0;
  display: block;
  padding: 19px 0;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan .table-top h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan table {
  min-width: 450px;
  width: 100%;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading {
  background: #f7f7f7 none repeat scroll 0 0;
  width: 100%;  
}
.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading tr{}
.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading tr th {
  border: 1px solid #ffffff;
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 20px 14px;
  text-transform: capitalize;
}


.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr:nth-of-type(odd) {
  background: #fff;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr:nth-of-type(even) {
  background: #fff;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr{}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr td {
  min-width: 110px;
  padding: 14px 20px 15px;
  border: 1px solid #f7f7f7;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr td h5 {
  color: #999999;
  font-size: 16px;
  font-weight: 700;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr td h6 {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  padding-left: 12px;
}



/*** 
=============================================
   Pricing Plan Two Area style
=============================================
***/
.pricing-plan-two-area {
  padding-bottom: 80px;  
}
.pricing-plan-two-area .sec-title-two {
  padding-bottom: 40px;
}
.pricing-plan-two-area .sec-title-two .border {
  display: inline-block;
  height: 1px;
  margin: 20px 0 0;
}
.pricing-plan-two-area .pricing-plan-two {
  border-top: 1px solid #f7f7f7;
  padding-top: 80px;
}
.pricing-plan-two-area .pricing-plan-two .pricing-plan .title{
  padding-bottom: 30px;
}
.pricing-plan-two-area .pricing-plan-two .pricing-plan .title h2 {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
}

.pricing-plan-two-area .pricing-plan-two .pricing-plan .single-pricing-plan table {
  min-width: 220px;
  width: 100%;
  overflow-x: auto;
  position: relative;
}
.pricing-plan-two-area .pricing-plan table .table-heading {
  
}
.pricing-plan-two-area .pricing-plan table .table-heading tr {
  
}
.pricing-plan-two-area .pricing-plan table .table-heading tr th {
  border-bottom: 2px solid #f7f7f7;
  color: #3d3d3d;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 12px;
  text-transform: uppercase;
}


.pricing-plan-two-area .pricing-plan table tbody tr:nth-of-type(odd) {
  background: #fff;
}
.pricing-plan-two-area .pricing-plan table tbody tr:nth-of-type(even) {
  background: #fff;
}
.pricing-plan-two-area .pricing-plan table tbody tr{}
.pricing-plan-two-area .pricing-plan table tbody tr td {
  min-width: 110px;
  padding: 14px 0px 15px;
  border-bottom: 1px solid #f7f7f7;
}
.pricing-plan-two-area .pricing-plan table tbody tr td h5 {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
.pricing-plan-two-area .pricing-plan table tbody tr td h5 span{
  float: right;
}



/*** 
=============================================
   Service Single Area style
=============================================
***/
#service-single-area { 
  padding-bottom: 0px;
  padding-top: 50px;
}
#service-single-area .blog-post {
  border-right: 1px solid #f7f7f7;
  margin-right: -25px;
  padding-right: 25px;
  margin-top: -50px;
  padding-top: 50px;
}
#service-single-area .image-hold{
display: inline-block;
border-radius:30px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-shadow: 0px 3px 8px -1px rgba(216,214,214,1);
border: 2px solid #d4e3ea;
overflow: hidden;
padding: 15px;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}

#service-single-area .service-single-sidebar {}
#service-single-area .service-single-sidebar .service-lists {
  display: block;
  
}
#service-single-area .service-single-sidebar .service-lists .allservice{
  margin-bottom: 10px;
 
}
#service-single-area .service-single-sidebar .service-lists .allservice a {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #3d3d3d;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 20px 16px;
  text-transform: uppercase;
  
}
#service-single-area .service-single-sidebar .service-lists .allservice a i {
  color: #999999;
  float: right;
  font-size: 18px;
  margin: 4px 0;
  transition: all 500ms ease;
}

#service-single-area .service-single-sidebar .service-lists li{
  border-bottom: 1px solid #ffffff;
  position: relative;
}
#service-single-area .service-single-sidebar .service-lists li a {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  padding: 16px 20px 16px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: all 500ms ease;
  transition-delay: 0.10s;
}
#service-single-area .service-single-sidebar .service-lists li a::before {
  background: #43c3ea none repeat scroll 0 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 0px;
  z-index: 1;
  transition: all 500ms ease;
  transition-delay: 0.5s;
}
#service-single-area .service-single-sidebar .service-lists li a:hover,
#service-single-area .service-single-sidebar .service-lists li.active a{
  background: #152545; 
  color: #ffffff;
}
#service-single-area .service-single-sidebar .service-lists li a:hover::before,
#service-single-area .service-single-sidebar .service-lists li.active a::before{
  width: 5px;  
}
#service-single-area .service-single-sidebar .service-lists .allservice a:hover i{
  color: #fff;
}

#service-single-area .service-single-sidebar .repair-time {
  background: rgba(0, 0, 0, 0) url("../images/services/service-single/repair-time-bg.jpg") no-repeat scroll 0 0 / cover ;
  min-height: 170px;
  padding-left: 30px;
  padding-top: 23px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
#service-single-area .service-single-sidebar .repair-time:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #152545;
  opacity: .90;
  content: "";
  z-index: -1; 
}
#service-single-area .service-single-sidebar .repair-time h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
#service-single-area .service-single-sidebar .repair-time a {
  border-left: 2px solid #43c3ea;
  border-right: 2px solid #43c3ea;
  border-top: 2px solid #43c3ea;
  border-bottom: 2px solid #43c3ea;    
  padding: 14px 19px 13px;
}
#service-single-area .service-single-sidebar .repair-time a:hover{
  color: #fff;
}


#service-single-area .service-single-content {}
#service-single-area .service-single-content .top-content {}
#service-single-area .service-single-content .top-content .img-holder {
  margin-right: -55px;
  
}


#service-single-area .service-single-content .top-content .img-holder img {}
#service-single-area .service-single-content .top-content .text-holder {
  margin-left: 55px;
}

#service-single-area .service-single-content .title {
  padding-bottom: 15px;  
}
#service-single-area .service-single-content .title h2 {
  color: #3d3d3d;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: -4px;
}


#service-single-area .service-single-content .middle-content {
  padding-top: 20px;
  padding-bottom:30px;  
}
#service-single-area .service-single-content .middle-content .text-holder {
  margin-right: 15px;
}
#service-single-area .service-single-content .middle-content .img-holder {
  display: block;
  margin-left: -32px;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}
#service-single-area .service-single-content .middle-content .img-holder .button {
  bottom: 15px;
  left: 15px;
  position: absolute;
}
#service-single-area .service-single-content .middle-content .img-holder .button a {
  background: #43c3ea none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 26px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
}


#service-single-area .service-single-content .bottom-content {
  padding-top: 13px;  
}
#service-single-area .service-single-content .bottom-content .text-holder {
  
  margin-top: -35px;
  margin-bottom:30px;
}
#service-single-area .service-single-content .bottom-content .img-holder {
  display: block;
  margin-right: -25px;
  overflow: hidden;
  position: relative;
}
#service-single-area .service-single-content .bottom-content .img-holder .button {
  bottom: 15px;
  left: 15px;
  position: absolute;
}
#service-single-area .service-single-content .bottom-content .img-holder .button a {
  background: #43c3ea none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 26px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
}



/*** 
=============================================
    Not found area style
=============================================
***/
.not-found-area {
  background: #f7f7f7 none repeat scroll 0 0;
  padding-bottom: 100px;
  padding-top: 72px;
}
.not-found-content h1 {
  color: #152545;
  font-size: 150px;
  font-weight: 700;
  margin: 0 0 7px;
  text-shadow: 1px 4px 5px #222;
}
.not-found-content h3 {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.not-found-content p {
  font-size: 18px;
  margin: 0 0 42px;
}

.not-found-content .search-form {
  width: 432px;
  position: relative;
  margin: 0 auto;
}
.not-found-content .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #f1f1f1;
  color: #9a9a9a;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 55px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 60px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 432px;
}
.not-found-content .search-form button {
  background: #43c3ea none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  height: 55px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 55px;
}
.not-found-content .search-form button i {
    font-size: 14px
}
.not-found-content .search-form input[type="text"]:focus {
  border: 1px solid #0f192c;
  background: #152545;
  color: #fff;
}
.not-found-content .search-form input[type="text"]:focus + button, 
.not-found-content .search-form button:hover {
  background: #0a152b none repeat scroll 0 0;
  color: #fff;
}



/*** 
=============================================
    Checkout Area style
=============================================
***/
.checkout-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.checkout-area .sec-title-two {
  padding-bottom: 30px;
}
.checkout-area .sec-title-two h2 {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.checkout-area .exisitng-customer {
  background: #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: #43c3ea;
  content: "";
}
.checkout-area .exisitng-customer h5{
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
}
.checkout-area .exisitng-customer h5 a{
  color: #43c3ea;
  display: inline-block;
  padding-left: 15px;
}

.checkout-area .coupon {
  background: #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: #43c3ea;
  content: "";  
}
.checkout-area .coupon h5 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;  
}
.checkout-area .coupon h5 a {
  color: #43c3ea;
  display: inline-block;
  padding-left: 15px;  
}


.checkout-area .form form .field-label {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  margin: -3px 0 3px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}
.checkout-area .form form .field-input input[type="text"] {
  border: 1px solid #ececec;
  color: #3d3d3d;
  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: 1px solid #43c3ea;
}
.checkout-area .create-acc .checkbox {
  margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
  color: #43c3ea;
  font-weight: 400;
  font-size: 16px;
}
.checkout-area .create-acc .checkbox input {
  margin-top: 7px;
}


.checkout-area .shipping-info input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 40px;
  position: relative;
  top: 0px;
  vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
  border: 1px solid #ececec;
  color: #3d3d3d;
  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: #43c3ea;
}


.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: #3d3d3d;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
}
.checkout-area .table .cart-table thead tr th {
  font-weight: 700;
  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: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.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 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}
.checkout-area .table .cart-table tbody tr .qty .btn-default {
  background-color: #43c3ea;
  border-color: #29abd2;
  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: #43c3ea;
  font-size: 18px;
  font-weight: 400;
}



.cart-total .sec-title-two {
  padding-bottom: 32px;
}
.cart-total-table {
  border: 2px solid #f7f7f7
}
.cart-total-table li {
  border-bottom: 1px solid #f7f7f7
}
.cart-total-table li:last-child {
  border-bottom: none
}
.cart-total-table li span.col.col-title {
  border-right: 1px solid #f7f7f7;
  color: #3d3d3d;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
  font-family: 'Roboto', sans-serif;
}
.cart-total-table li span.col {
  color: #999999;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
  font-family: 'Roboto', sans-serif;
}
.cart-total-table li span.col b {
  color: #43c3ea;
  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: 700;
  min-height: 20px;
  padding-left: 20px;
}
.cart-total .payment-options .option-block .checkbox label input {
  position: relative;
  top: 1px;
}
.cart-total .payment-options .option-block .checkbox label span {
  color: #3d3d3d;
  font-size: 16px;
  padding-left: 10px;
  font-family: 'Roboto', sans-serif;
}
.cart-total .payment-options .option-block .checkbox label span b {
  color: #43c3ea;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  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 {
  margin: 20px 0 0;
  padding: 18px 38px 15px;
}
.placeorder-button button:hover{
  background: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}



/*** 
=============================================
    Login Register Area style
=============================================
***/
.login-register-area {
  padding-bottom: 83px;
  padding-top: 79px;
}
.login-register-area .form .sec-title {
  padding-bottom: 30px;
}
.login-register-area .form .sec-title h1{
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.login-register-area .form .input-field {
  position: relative;
}
.login-register-area .form .input-field input[type="text"] {
  border: 2px solid #f4f4f4;
  color: #999999;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 50px;
  width: 100%;
  transition: all 700ms ease 0s;
}
.login-register-area .form .input-field .icon-holder {
  position: absolute;
  right: 20px;
  top: 11px;
}
.login-register-area .form .input-field .icon-holder i {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.login-register-area .form button {
  margin-top: 10px;
  padding: 18px 38px 15px;
}
.login-register-area .form button:hover{
  background: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}
.login-register-area .form .remember-text {
  margin-top: 19px;
}
.login-register-area .form .remember-text .checkbox label {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
}
.login-register-area .form .remember-text .checkbox input {
  margin-top: 7px;
}


.login-register-area .form .social-icon {
  float: right;
  margin-right: -8px;
  margin-top: 15px;
  position: relative;
}
.login-register-area .form .social-icon .login-with {
  display: inline-block;
  left: -100px;
  position: absolute;
  top: 8px;
}
.login-register-area .form .social-icon li {
  display: inline-block;
  margin: 0 8px;
}
.login-register-area .form .social-icon li a i {
  background: #3b5998 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 100;
  height: 40px;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
  transition: all 700ms ease 0s;
  width: 40px;
}
.login-register-area .form .social-icon li a i.twitter {
  background: #33ccfe none repeat scroll 0 0;
}
.login-register-area .form .social-icon li a i.gplus {
  background: #dd4b39 none repeat scroll 0 0;
}
.login-register-area .form a.forgot-password {
  color: #43c3ea;
  float: right;
  font-weight: 700;
  margin: 20px 0 0;
}
.login-register-area .form h6 {
  color: #797979;
  float: left;
  font-size: 14px;
  margin: 26px 0 0 -45px;
}

.login-register-area .form .input-field input[type="text"]:focus{
  border: 2px solid #43c3ea;    
}

.login-register-area .form .social-icon li a:hover i{
  background: #18387b;   
}
.login-register-area .form .social-icon li a:hover i.twitter{
  background: #12addf;    
}
.login-register-area .form .social-icon li a:hover i.gplus{
    background: #c62d1a;
}



/*** 
=============================================
   Cart area  style
=============================================
***/
.cart-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.cart-area .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.cart-area .cart-table {
  min-width: 1024px;
  width: 100%;
}
.cart-area .cart-table .cart-header {
  background: #f7f7f7;
  color: #3d3d3d;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}
.cart-area .cart-table thead tr th {
  font-weight: 700;
  line-height: 24px;
  min-width: 110px;
  padding: 20px 25px;
}
.cart-area .cart-table thead tr th.prod-column {
  padding-left: 30px;
  text-align: left;
}
.cart-area .cart-table thead tr th.availability {
  padding: 0 40px
}


.cart-area .cart-table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}
.cart-area .cart-table tbody tr td {}
.cart-area .cart-table tbody tr td {
  color: #999999;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-width: 100px;
  padding: 27.5px 25px;
}
.cart-area .cart-table tbody tr .prod-column .column-box {
  min-height: 70px;
  position: relative;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
  width: 70px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb, 
.cart-area .cart-table tbody tr .prod-column .column-box .title{
  display: table-cell;
  vertical-align: middle;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title{
  padding-left: 20px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.cart-area .cart-table tbody tr .qty {
  padding-right: 25px;
  width: 120px;
}
.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  margin-left: 0;
  padding: 11px;
}
.cart-area .cart-table tbody tr .qty .btn-default {
  background-color: #43c3ea;
  border-color: #29abd2;
  color: #fff;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-left: 0;
  margin-top: -1px;
  padding: 10px;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 9px;
  left: 6px;
  top: 6px;
}

.cart-area .cart-table tbody tr td.unit-price {
  padding-left: 40px;
  padding-right: 20px;
}
.cart-area .cart-table tbody .available-info {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 50px;
  position: relative;
}
.cart-area .cart-table tbody .available-info .icon {
  background: #43c3ea none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 40px;
}

.cart-area .cart-table tbody tr td.price {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
}
.cart-area .cart-table tbody tr .sub-total {
  color: #43c3ea;
  font-weight: 400;
  font-size: 18px;
}
.cart-area .cart-table tbody tr td .remove{ }
.cart-area .cart-table tbody tr td .remove .checkbox label {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: 1px;
}


.cart-middle {
    padding-top: 30px
}
.cart-middle .apply-coupon {
    padding-left: 245px;
    position: relative;
}
.cart-middle .apply-coupon input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  text-transform: capitalize;
  top: 0;
  transition: all 500ms ease 0s;
  width: 225px;
}
.cart-middle .apply-coupon input[type="text"]:focus {
  border: 2px solid #43c3ea
}
.cart-middle .apply-coupon .apply-coupon-button button {
  padding: 18px 38px 15px;
}
.cart-middle .apply-coupon .apply-coupon-button button:hover{
  background: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}
.cart-middle .update-cart button {
  padding: 18px 38px 15px;
}
.cart-middle .update-cart button:hover{
  background: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}


.cart-bottom {
  overflow: hidden;
  padding-top: 76px;
}
.cart-bottom .sec-title-two {
  padding-bottom: 35px;
}
.cart-bottom .sec-title-two h2{
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.cart-bottom .calculate-shipping {}
.cart-bottom .calculate-shipping .ui-state-default .ui-icon {
  background: none
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
  border-left: 2px solid #f7f7f7;
  display: block;
  float: right;
  height: 41px;
  position: relative;
  text-indent: 0;
  top: 0;
  width: 43px;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {
  color: #9b9b9b;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  overflow: visible;
  position: absolute;
  right: 14px;
  top: 6px;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  line-height: 18px;
  overflow: hidden;
  padding: 12px 17px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart-bottom .calculate-shipping input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #9e9e9e;
  display: block;
  font-size: 14px;
  height: 45px;
  padding: 0 18px;
  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;
}
.cart-bottom .calculate-shipping input[type="text"]:focus {
  border: 2px solid #43c3ea
}
.cart-bottom .calculate-shipping button {
  margin-top: 30px;
  background: #f7f7f7;
  border: none;
  padding: 18px 38px 15px;
  color: #3d3d3d;
}
.cart-bottom .calculate-shipping button:hover {
  background: #152545;
  color: #fff;
}
.cart-bottom button.checkout-btn{
  padding: 18px 38px 15px; 
  margin-top: 30px;
}
.cart-bottom button.checkout-btn:hover{
  background: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}




/*** 
=============================================
   Shop area  style
=============================================
***/
#shop-area{
  padding-top: 80px;
  padding-bottom: 80px;
}
#shop-area .shop-content {
  border-right: 1px solid #f7f7f7;
  margin-bottom: -80px;
  margin-right: -25px;
  margin-top: -80px;
  padding-bottom: 40px;
  padding-right: 25px;
  padding-top: 40px;
}
.single-product-item{
  background: #f7f7f7;
  margin-bottom: 40px;
  transition: all 0.7s ease;
}
.single-product-item:hover{
-webkit-box-shadow: 0px 3px 4px -1px rgba(220,217,217,1);
-moz-box-shadow: 0px 3px 4px -1px rgba(220,217,217,1);
box-shadow: 0px 3px 4px -1px rgba(220,217,217,1);    
}
.single-product-item .img-holder{
  display: block;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e4e3e3;
}
.single-product-item .img-holder img{
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;        
}
.single-product-item .img-holder .overlay-box {
  background: rgba(21, 37, 69, 0.9) none repeat scroll 0 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 700ms ease;
  width: 100%;
}
.single-product-item .img-holder .overlay-box .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-product-item .img-holder .overlay-box .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-product-item .img-holder .overlay-box .box .content a {
  padding: 13px 25px 13px; 
  border: none;
  transition: all 500ms ease;
  transition-delay: 0.15s;
}
.single-product-item .img-holder .overlay-box .box .content a:hover {
  background: #17a9d5;
  color: #fff;
}

.single-product-item:hover .img-holder .overlay-box{
  height: 100%;
  opacity: 1;    
}
.single-product-item:hover .img-holder img{
  -webkit-transform:scale(1.3);
  transform:scale(1.3);    
}

.single-product-item .title-holder {
  padding: 13px 15px 15px;
}
.single-product-item .title-holder .top {
  padding-bottom: 7px;  
}
.single-product-item .title-holder .top .product-title {
  
}
.single-product-item .title-holder .top .product-title a h5 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 0;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.single-product-item .title-holder .top .product-title a:hover h5 {
  color: #43c3ea;    
}
.review-box {}
.review-box ul {
  margin-left: -1px;
  margin-right: -1px;
}
.review-box ul li {
  display: inline-block;
  margin: 0 1px;
}
.review-box ul li i {
  color: #74d81e;
  font-size: 12px;
}
#shop-area .post-pagination {
  border-top: 1px solid #f7f7f7;
  padding-top: 40px;
}
#shop-area .shop-content .showing-result-shorting {
  padding-bottom: 40px;
}
.showing-result-shorting .showing p {
  line-height: 50px;
  margin: 0;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
}
.showing-result-shorting .shorting .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  font-weight: 400;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
.showing-result-shorting .shorting .ui-selectmenu-button.ui-selectmenu-button span.ui-icon::before {
  color: #999999;
  font-family: FontAwesome;
  font-size: 18px;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 5px;
}

.single-sidebar .price-ranger{ }
.single-sidebar .price-ranger .ui-widget-content {
  background: #f7f7f7;
  border: none;
  height: 2px;
}
.single-sidebar .price-ranger .ui-slider-handle {
  background: #43c3ea none repeat scroll 0 0;
  border: 2px solid #152545;
  border-radius: 50%;
  height: 10px;
  margin-left: -4px;
  outline: medium none;
  width: 10px;
  cursor: pointer;
}
.single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}
.single-sidebar .price-ranger .ui-slider .ui-slider-range {
  background: #000;
}
.single-sidebar .price-ranger #slider-range {
  margin-left: 3px;
  margin-right: 5px;
  margin-top: 0;
}
.single-sidebar .price-ranger .ranger-min-max-block {
  margin-bottom: 7px;
  margin-top: 29px;
}
.single-sidebar .price-ranger .ranger-min-max-block input {
  display: inline-block;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {
  float: left;
  margin-right: 20px;
  padding: 10px 0 8px;
  text-align: center;
  width: 80px;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover{
  background: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {
  border: medium none;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  outline: medium none;
  text-align: right;
  width: 40px;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {}
.single-sidebar .price-ranger .ranger-min-max-block span {
  color: #343434;
  font-weight: 400;
  font-size: 16px;
}

.sidebar-wrapper .single-sidebar .latest-product {}
.sidebar-wrapper .single-sidebar .latest-product li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 16px;
  padding-left: 70px;
  position: relative;
}
.sidebar-wrapper .single-sidebar .latest-product li:last-child {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 0px;
  padding-left: 70px;
  position: relative;
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder{
  display: block;
  overflow: hidden;
  position: absolute;  
  width: 70px;
  min-height: 70px;
  top: 0;
  left: 0;
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder img{
  transition: all 0.7s ease 0s;
  width: 100%;  
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay .box .content a i {
  color: #ffffff;
  display: inline-block;
  font-size: 16px; 
  transition: all 500ms ease;
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder {
  padding-left: 20px;  
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder a h4 {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 500ms ease;
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder h5 {
  color: #43c3ea;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize; 
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box {}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box li {
  display: inline-block;
  margin: 0 1px;
  position: static;
  padding: 0;
  border: none;
}
.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay .box .content a:hover i{
  color: #152545;
}
.sidebar-wrapper .single-sidebar .latest-product li:hover .title-holder h4{
  color: #43c3ea;
}




/*** 
=============================================
   Single Shop Area style
=============================================
***/
.single-shop-content .img-holder {
  margin-right: 50px;
}
.single-shop-content .content-box {
  margin-left: -50px;
}
.single-shop-content .content-box h2 {
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.single-shop-content .content-box .review-box {
  margin: 0 0 10px;  
}
.single-shop-content .content-box .review-box ul {}
.single-shop-content .content-box .review-box ul li {}
.single-shop-content .content-box .review-box ul li i {
  color: #43c3ea;
}
.single-shop-content .content-box span.price {
  color: #43c3ea;
  font-size: 22px;
  font-weight: 400;
}
.single-shop-content .content-box span.price .before-rate {
  color: #9a9a9a;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding-left: 10px;
  position: relative;
  top: -1px;
}
.single-shop-content .content-box .text {
  overflow: hidden;
  padding: 25px 0 9px;
}
.single-shop-content .content-box .location-box {
  margin: 4px 0 20px;
}
.single-shop-content .content-box .location-box p {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0 0 12px;
}
.single-shop-content .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  transition: all 500ms ease;
  margin: 0 0 10px;
}
.single-shop-content .content-box .location-box form input:focus{
  border-color: #43c3ea;
}
.single-shop-content .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  margin-left: 6px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
  width: 95px;
}
.single-shop-content .content-box .location-box form button:hover{
  background: #43c3ea;
}
.single-shop-content .content-box .location-box form span {
  color: #43c3ea;
}
.single-shop-content .content-box .addto-cart-box {}
.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
  float: left;
  width: 70px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}
.single-shop-content .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%;
}
.single-shop-content .content-box .addto-cart-box .btn-default {
  background-color: #efefef;
  border-color: #efefef;
  color: #9e9e9e;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #9e9e9e;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 7px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart {
  height: 50px;
  width: 170px;
  line-height: 30px;
  margin-left: 25px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart:hover{
  background: #152545; 
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}

.product-tab-box {
  border: 1px solid #ececec;
  border-top: none;
  border-right: none;
  border-left: none;
  overflow: hidden; 
  margin-top:0px;
}
.product-tab-box .tab-menu {
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}
.product-tab-box .tab-menu li {
  display: inline-block;
  float: left;
  margin-bottom: -1px;
  margin-right: 3px;
}
.product-tab-box .tab-menu li a {
  background: #439200;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 1px;
  padding: 15px 30px 13px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #439200;
  transition: all 500ms ease;
}
.product-tab-box .tab-menu li.active a, 
.product-tab-box .tab-menu li:hover a{
  background: #ffffff;
  color: #439200;
  border-left-color: #ececec;
  border-top-color: #ececec;
  border-right-color: #ececec;
 
}

.product-tab-box .tab-content {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  margin-top: -30px;
  padding: 30px 30px 40px;
}
.product-tab-box .tab-content .review-box {
  
}
.product-tab-box .tab-content .review-box .sec-title-two {
  margin-top: 3px;
  padding-bottom: 22px;
}
.product-tab-box .tab-content .review-box .sec-title-two h3 {
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-tab-box .tab-content .review-box .single-review-box {
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}


.product-tab-box .tab-content .review-box .single-review-box .text-holder {
  border: 1px solid #ececec;
  margin-left: 20px;
  padding: 17px 20px 12px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
  margin: 0 0 10px;
  overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
  margin-top: -2px;
  padding-left: 0px;
  position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin-right: 1px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
  color: #43c3ea;
  font-size: 14px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
  margin: 0;
}



.product-tab-box .tab-content .review-form {
  padding-top:0px;
}
.product-tab-box .tab-content .review-form .sec-title-two {
  padding-bottom: 20px;
}
.product-tab-box .tab-content .review-form .sec-title-two h3 {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.product-tab-box .tab-content .review-form .add-rating-box {
  margin: 0 0 20px;
}
.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li {
  border-right: 1px solid #ebebeb;
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  padding-right: 10px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child{
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px solid #ebebeb;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
  color: #d6d6d6;
  font-size: 12px;
  line-height: 20px;
  margin-right: 1px;
  opacity: 0.9;
  transition: all 500ms ease 0s;
}
.product-tab-box .tab-content .review-form form .field-label p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 3px;
}
.product-tab-box .tab-content .review-form form input[type="text"], 
.product-tab-box .tab-content .review-form form textarea {
  background: #fff;
  height: 35px;
  width: 100%;
  border: 1px solid #ececec;
  color: #252525;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 10px;
  transition: all 500ms ease;
}
.product-tab-box .tab-content .review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 25px;
}
.product-tab-box .tab-content .review-form form button {
  padding: 15px 30px 13px;
}
.product-tab-box .tab-content .review-form form button:hover{
  background: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i{
  opacity: 1;
  color: #43c3ea;
}
.product-tab-box .tab-content .review-form form input[type="text"]:focus{
  border-color: #43c3ea;
}
.product-tab-box .tab-content .review-form form textarea:focus{
  border-color: #43c3ea;  
}


.related-product {
  padding-top: 80px;
}
.related-product .sec-title-two {
  padding-bottom: 34px;
}
.related-product .sec-title-two h3 {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.related-product .single-product-item {
  margin-bottom: 0;
}

/* ==============================
  34. Control in compliance
============================== */

.fluid-service-area-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;   
}
@media (max-width: 991px) {
  .fluid-service-area-home {
    display: block;
  }
}
.fluid-service-area-home .work-image-ser{
    width: -webkit-calc(50% - 115px);
    width: calc(50% - 115px);
    float: left;
    text-align: right;
    display: block;
    position: relative;
}

@media (max-width: 991px) {
  .fluid-service-area-home .work-image-ser {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .fluid-service-area-home .work-image-ser img {
    width: 100%;
  }
}
.fluid-service-area-home .service-promo{
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    padding-left:0;
    background: url("../images/ser-bg1.jpg") repeat;
    padding-left: 30px;
}

@media (max-width: 991px) {
  .fluid-service-area-home .service-promo {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .fluid-service-area-home .service-promo {
    padding: 15px;
  }
}
.test-quote-sec{
    position: relative;
    margin-left: -6em;
}
.testimonial-t-sec{
    position: relative;
}
.testimonial-t-sec .testimonialn-slider img {
    width: 130px;
    /* border: 2px solid #FFFFFF; */
    border-radius: 50%;
    display: inline-block;
}
.testimonial-t-sec .testimonialn-slider .content p{
    color: #bbc1c7;
    margin:1em 0 0; padding: 0;
    font:400 1.1em/1.8em "Open Sans", sans-serif;
}
.testimonial-t-sec .testimonialn-slider .sign img{
    width: 160px;
     display: inline-block;
    border-radius: 0;
}
.testimonial-t-sec .testimonialn-slider .name-content{
   display: block;
    position: relative;
    width: 100%;
}
.testimonial-t-sec .testimonialn-slider .name-content .tst-img{
    float: left;
    margin: 0 1.5em 0 0;
}
.testimonial-t-sec .testimonialn-slider .name-content .client-name{
   float: left;
    margin: 1em 0 0;
}
.testimonial-t-sec .testimonialn-slider .name-content .client-name p{
   font:600 1.3em/2em "Open Sans", sans-serif;
    margin: 0; padding: 0;
    color: #fff;
}
.testimonial-t-sec .testimonialn-slider .name-content .client-name p span{
   display: block;
    color: #fff;
    font:400 0.79em/1.8em "Open Sans", sans-serif;
}
.testimonial-t-sec .testimonialn-slider .name-content .client-name ul li{
    display: inline-block;
     margin: 8px -1px 0 1px;
}
.testimonial-t-sec .testimonialn-slider .name-content .client-name ul li a{
    color: #74d81e;
    font-size: 1em;
    margin: 0 0.4em 0 0;
}
.service-t-content{
    /*position: relative;
    padding: 3em 20em 4em 7em;*/
   max-width: 720px;
    margin: 0;
    z-index: 2;
    position: relative;
    padding: 16px 10px 0px 70px;
    
    
}
.testimonial-t-sec .testimonialn-slider .owl-dots .owl-dot span {
    border: 2px solid #637c93;
    background: transparent;
    width: 12px;
    height: 12px;
}
.testimonial-t-sec .testimonialn-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #74d81e;
    background-color: #74d81e;   
}

.testimonialn-slider.owl-theme .owl-controls{
    text-align: left;
    margin-top: 0;
}

.featured-services{
    overflow: hidden;
    background: #0b3357;
}

.featured-services .left-full-img img {
    max-width: none;
}

/*Now the CSS*/


.tree ul {
    padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	text-transform:uppercase;
	margin:0 0 0 13px;
	
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;

}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
	border: 2px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #d4d4d4;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #43c3ea; color: #000; border: 2px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #43c3ea;
}

/*Thats all. I hope you enjoyed it.
Thanks :)*/

/*-------------------------
 14 - Testimonials CSS
-------------------------*/
.quote {
  background: #ebf3f5;
  padding:15px 20px 5px 15px;
  border-radius:5px;
  margin-bottom:30px;
}
.quote p {
	margin-bottom:0px; 
}
.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #ebf3f5 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}
.student {
  margin-left: 25px;
}
.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.student .photo img {
	border-radius:100px; 
}
.student p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}
.testimonials .owl-nav {
	display:none; 
}
.dots-style .owl-dots {
	position:relative;
	text-align:center;
	width:110px;
	margin:auto;
	margin-top:5px;
}
.dots-style .owl-dot span {
	display:block;
	width:25px;
	height:7px;
	border:1px solid #4da700;
	background-color:#FFF;
	float:left;
	margin-left:5px;
	margin-right:5px; 
	text-align:center;
}
.dots-style .owl-dot.active span, .dots-style .owl-dot:hover span {
	background-color:#4da700; 
	
}
/*-------------------------
 Testimonials CSS Ends
-------------------------*/

/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.padding-1{ padding-top: 78px; padding-right: 50px; padding-bottom: 48px; }
.padding-2{ padding-top: 77px; padding-right: 210px; padding-bottom: 62px; }
.padding-3{ padding-top: 100px; padding-right: 127px; padding-left: 80px; padding-bottom: 142px; }
.padding-4{ padding-top: 90%; padding-left: 30px; }
.padding-5{ padding-top: 114px; padding-left: 15px; padding-right: 15px;}
.padding-6{ margin-top: 50px; padding-top: 80px ; padding-right: 30px; padding-bottom: 34px;}
.padding-7{ padding-top: 130px; padding-bottom: 45px; padding-left: 70px;}
.padding-8{ padding-top: 67px; padding-right: 70px; padding-bottom: 50px; padding-left: 70px;}
.padding-9{ padding-top: 78px; padding-bottom: 28px; padding-left: 60px; padding-right: 15px; }
.padding-10 { margin-top: -68px; margin-left: -100px; padding-top: 70px; padding-right: 70px; padding-bottom: 100px; padding-left: 100px; }
.padding-11 { padding-top: 105px ; padding-right: 120px ; padding-bottom: 50px ; padding-left: 265px ; }
.padding-12{ padding-top: 105px; padding-right: 120px; padding-bottom: 50px; padding-left: 265px; }
.padding-13{ padding-top: 78px; padding-right: 230px; padding-bottom: 48px; }
.plr-100{padding-left: 100px; padding-right: 100px;}
.plr-150{padding-left: 150px; padding-right: 150px;}
.plr-200{padding-left: 200px; padding-right: 200px;}
.ptb-80{padding-top: 80px; padding-bottom: 80px;}
.ptb-100{padding-top: 100px; padding-bottom: 100px;}
.ptb-150{padding-top: 150px; padding-bottom: 150px;}

.pr-5{ padding-right: 5px !important}
.pr-10{ padding-right: 10px !important; }
.pr-15{ padding-right: 0px !important; }
.pr-20{ padding-right: 20px !important; }
.pr-25{ padding-right: 25px !important; }
.pr-30{ padding-right: 30px !important; }
.pr-35{ padding-right: 35px !important; }
.pr-40{ padding-right: 40px !important; }
.pr-45{ padding-right: 45px !important; }
.pr-50{ padding-right: 50px !important; }
.pr-55{ padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-100{padding-right: 100px !important;}
.pl-0{ padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10{ padding-left: 10px !important; }
.pl-15{ padding-left: 15px !important; }
.pl-20{ padding-left: 20px !important; }
.pl-25{ padding-left: 25px !important; }
.pl-30{ padding-left: 30px !important; }
.pl-35{ padding-left: 35px !important; }
.pl-40{ padding-left: 40px !important; }
.pl-45{ padding-left: 45px !important; }
.pl-50{ padding-left: 50px !important; }
.pl-55{ padding-left: 55px !important; }
.pl-60{ padding-left: 60px !important; }
.pl-65{ padding-left: 65px !important; }
.pl-70{ padding-left: 70px !important; }
.pl-75{ padding-left: 75px !important; }
.pl-80{ padding-left: 80px !important; }
.pl-85{ padding-left: 85px !important; }
.pl-90{ padding-left: 90px !important; }
.pl-95{ padding-left: 95px !important; }
.pl-100{ padding-left: 100px !important; }

.pt-2{ padding-top: 2px !important; }
.pt-4{ padding-top: 4px !important;}
.pt-10{ padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30{ padding-top: 30px !important; }
.pt-35{ padding-top: 30px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px !important;}
.pt-87{ padding-top: 87px !important; }
.pt-90{padding-top: 90px !important;}
.pt-92{padding-top: 92px !important;}
.pt-100{padding-top: 100px !important;}
.pt-110{padding-top: 110px !important;}
.pt-150{padding-top: 150px !important;}
.pt-200{padding-top: 200px !important;}
.pt-250{padding-top: 250px !important;}
.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-80{ padding-bottom: 80px !important; }
.pb-90{ padding-bottom: 90px !important; }
.pb-100{padding-bottom: 100px !important;}
.pb-124{ padding-bottom: 124px !important; }
.pb-144{padding-bottom: 144px !important;}
.pb-150{padding-bottom: 150px !important;}
.pb-200{padding-bottom: 200px !important;}


/** Margin **/
.mt-10 { margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-50{ margin-top: 50px !important;}
.mt-60{ margin-top: 60px !important; }
.mt-80{margin-top: 80px !important;}
.mt-100{margin-top: 100px !important;}
.mt-110{margin-top: 110px !important;}
.mt-120{margin-top: 120px !important;}
.mt-130{margin-top: 130px !important;}
.mt-140{margin-top: 140px !important;}
.mt-150{margin-top: 150px !important;}
.mt-164{ margin-top: 164px !important; }
.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_40{ margin-top: -40px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_85{ margin-top: -85px !important; }
.mt_92{ margin-top: -92px !important; }
.mt_103 { margin-top: -103px !important;}
.mt_110{ margin-top: -110px !important; }
.mt_140{ margin-top: -140px !important; }
.mt_150{ margin-top: -150px !important; }
.mt_165{ margin-top: -165px !important; }
.mt_180{ margin-top: -180px !important; }
.ml-0{ margin-left: 0px !important }
.ml-15 { margin-left: 15px!important; }
.mr-15 { margin-right: 15px!important; }
.ml_40{ margin-left: -40px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_80{ margin-left: -80px !important; }
.ml_100{ margin-left: -100px !important; }
.ml_115{ margin-left: -115px !important; }
.ml_120{ margin-left: -120px !important; }
.ml_167{ margin-left: -167px !important;}
.ml_170{ margin-left: -170px !important; }
.mr-0{ margin-right: 0px !important; }
.mr_40{ margin-right: -40px ;}
.mr_60{ margin-right: -60px ;}
.mr_80{ margin-right: -80px ;}
.mr_90{ margin-right: -90px ;}
.mr_100{ margin-right: -100px ;}
.mr_140 { margin-right: -140px!important; }
.mr_150 { margin-right: -150px!important; }
.mr_240{ margin-right: -240px ;}
.mb_1{ margin-bottom: -1px !important; }
.mb-4{ margin-bottom: 4px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb_184{ margin-bottom: -184px ! important;}
.mb_224{ margin-bottom: -224px ! important;}
.mtb_40{margin-top: -40px; margin-bottom: -40px;}
.mtb_70{margin-top: -70px; margin-bottom: -70px;}
.mtb-80{margin-top: 80px; margin-bottom: 80px;}
.mtb-100{margin-top: 100px; margin-bottom: 100px;}
.mtb-150{margin-top: 150px; margin-bottom: 150px;}



/* ===============================================
    Color
------------------------*/

/** 2.DarkGrey-color **/
.ttm-header-style-infostack .ttm-top-info-con .title-box h5,
#site-header-menu #site-navigation .menu ul li > a ,
.widget-footer .second-footer .widget .widget-title,
.content-post .content-post-desc h5 a:not(:hover) ,
.ttm-team-details-list .ttm-team-list-value a:not(:hover),
.post .post-desc h5 a,
.ttm-pf-detailbox-list .ttm-pf-details-date .ttm-pf-left-details,
.ttm-fid-contents h4,
h2.title strong,
.section-title h3.title,
.section-title h2.title,
.row-title p.style2,
.featured-item .content-post h2.title-post a,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border,
.ttm-icon.ttm-icon-color-black.ttm-icon-style-border{
  color: #020d26;
}

/** DarkGrey-bg-color **/
.ttm-bgcolor-darkgrey, .ttm-topbar-wrapper.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.pricing-head,
.pricing-title,
button, input[type="submit"], input[type="button"], input[type="reset"],
.mailchimp-inputbox button[type="submit"]:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover ,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.featured-box.style5:hover .featured-icon i,
.accordion .toggle .toggle-title,
.ttm-tabs.element-tab-style-horizontal ul.tabs li a,
a.checkout-button,
.coupon button,
.ttm-cart-form button,
.place-order button{
    background-color: #020d26;
}
.tp-caption.tp-dark-shape.tp-shapewrapper{ background-color: rgba(2, 13, 38, 0.46); }

/** DarkGrey-border-color **/
.featured-box.style5:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border,
.ttm-icon.ttm-icon-color-black.ttm-icon-style-border{
  border-color: #020d26;
}

/* ===============================================
    Background-Color
------------------------*/
.ttm-bgcolor-skincolor,
.tp-caption.tp-overlay-content,
.highlight-skin-button,
 a.highlight-skin-button,
.tp-caption.video-icon, .video-icon,
.tp-caption.tp-shape.tp-shapewrapper,
.tp-caption.tp-overlay-content.tp-shapewrapper,
.top-contact.ttm-highlight:after,
.tp-caption.big-blue-button:hover, .big-blue-button:hover,
#site-navigation .menu ul.dropdown > li > a:before,
.featured-box.style10 .featured-icon.icon-overlay-content-square i,
.ttm-progress-bar .progress .progress-bar,
.testimonials .testimonial-content.ttm-bgcolor-white .testimonial-caption:after,
.post-image-icon i,
.mailchimp-inputbox button[type="submit"],
button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover,
footer .widget.style2 .widget-title:after,
#totop ,
.ttm-search-overlay .ttm-site-searchform button ,
.accordion .toggle:not(.ttm-toggle-title-bgcolor-grey):not(.toggle-style-border).active .toggle-title,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.timeline .timeline-body h3:after,
.ttm-tabs ul.tabs li.active a,
.ttm-tabs ul.tabs li:hover a,
.ttm-tabs.element-tab-style-horizontal ul.tabs li a:hover,
.ttm-tabs.element-tab-style-horizontal ul.tabs li.active a,
.featured-iconbox a i,
.featured-box .featured-icon.icon-shape-square i,
.featured-portfolio-item .content-post.content-portfolio-post,
.pricing-plan.pricing-recommended-plan .pricing-title, 
.pricing-plan.pricing-recommended-plan .pricing-head,
.timeline .timeline-year,
.accordion .toggle.ttm-style-classic.active:not(.ttm-toggle-title-bgcolor-grey):not(.toggle-style-border) .toggle-title,
.title-box .page-title-heading .title:before,
.content-post.content-team-post .ttm-social-links-wrapper ul li a:hover,
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li:hover a,
.social-icons.circle li>a:not(.tooltip-top):hover,
.owl-theme .owl-controls .owl-nav div,
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a:hover,
.sidebar .widget .tagcloud a:hover ,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
.ttm-custombutton.ttm-btn-bgcolor-skincolor ,
.ttm-header-icons .ttm-header-cart-link span.number-cart,
ul.products li.product .onsale,
ul.products li.product .ttm-shop-icon a:hover,
.product button.cart_button:hover,
.ttm-tabs ul.tabs li.active,
.sidebar-right .product-list-widget .price ins,
.ttm-video-btn .ttm-btn-play,
.comment-list a.comment-reply-link:hover,
.accordion .toggle.toggle-style-border.toggle-square .toggle-title:after,
.accordion .toggle.toggle-style-border.toggle-square .toggle-title:before,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
a.checkout-button:hover, .coupon button:hover, 
.ttm-cart-form button:hover, .place-order button:hover,
.color-trigger{
    background-color: #59a716;
}
.ttm-video-btn:hover .ttm-btn-play{ background-color: rgba(255, 94, 24, 0.95); }
 a.highlight-skin-button:hover{ background-color: rgba(255, 94, 24, 0.65); color: #fff; }



/** 3.White-color **/
.ttm-textcolor-white a, .ttm-topbar-wrapper.ttm-textcolor-white , .ttm-textcolor-white h1, .ttm-textcolor-white h2,
.ttm-textcolor-white h3, .ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6, 
.ttm-textcolor-white .ttm-fid-icon-wrapper i{
    color: rgba(255,255,255,1);
}
.ttm-textcolor-white .text-opecity ,
.ttm-textcolor-white.text-opecity,
.ttm-header-icons .ttm-header-search-link a,
.ttm-bgcolor-darkgrey .timeline .timeline-body p,
.ttm-bgcolor-skincolor .timeline .timeline-body p,
.ttm-bgcolor-skincolor .featured-box.left-icon p, 
.ttm-bgcolor-darkgrey .featured-box.left-icon p,
.ttm-bgcolor-darkgrey .featured-box.style2.text-center p,
.ttm-bgcolor-skincolor .featured-box.style2.text-center p{
    color: rgba(255,255,255,.75);
}
.ttm-bgcolor-skincolor > p,
.ttm-bgcolor-darkgrey > p,
.ttm-bgcolor-skincolor .section-title p,
.ttm-bgcolor-darkgrey .section-title p{
    color: rgba(255,255,255,.85);
}
.ttm-bgcolor-skincolor .contactform.style2 textarea::-webkit-input-placeholder,
.ttm-bgcolor-skincolor .contactform.style2 input::-webkit-input-placeholder,
.ttm-bgcolor-darkgrey .contactform.style2 textarea::-webkit-input-placeholder,
.ttm-bgcolor-darkgrey .contactform.style2 input::-webkit-input-placeholder {
    color: #fff;
    opacity: .9;
}
.heilight-white-text,
.ttm-textcolor-white,
.ttm-textcolor-white a,
a.tp-caption.simple-text-button,
.tp-caption.video-icon, .video-icon,
a.tp-caption.tm-simple-link ,
.ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, 
.ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6,
footer .ttm-textcolor-white a,
.image-overlay-content span,
.image-overlay-content .ttm-bgcolor-skincolor span,
.image-overlay-content .ttm-bgcolor-darkgrey span,
.featured-box.style10 .featured-content .featured-desc h3,
.ttm-bgcolor-skincolor .ttm-fid-contents h3, 
.ttm-bgcolor-darkgrey .ttm-fid-contents h3,
.ttm-page-title-row .breadcrumb-wrapper,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.ttm-bgcolor-skincolor .section-title h2.title strong,
.ttm-bgcolor-darkgrey > .social-icons li>a,
.ttm-bgcolor-darkgrey .section-title h5,
.ttm-bgcolor-darkgrey > h2.title,
.ttm-bgcolor-darkgrey > h2.title strong,
.ttm-bgcolor-darkgrey .section-title h2.title strong,
.ttm-bgcolor-darkgrey p,
.ttm-bgcolor-skincolor .section-title h5,
.ttm-bgcolor-skincolor > h2.title,
.ttm-bgcolor-skincolor p,
.ttm-bgcolor-skincolor > .featured-title h5, .ttm-bgcolor-darkgrey > .featured-title h5,
.ttm-bgcolor-skincolor > .featured-box .featured-icon i,
.ttm-bgcolor-skincolor .featured-box.icon-color-white .featured-icon i,
.ttm-bgcolor-darkgrey .featured-box.icon-color-white .featured-icon i,
.ttm-bgcolor-grey .featured-box.icon-color-white .featured-icon i,
.ttm-bgcolor-darkgrey .col-title h2.title,
.ttm-bgcolor-darkgrey .col-title p,
.ttm-bgcolor-skincolor .col-title h2.title,
.ttm-bgcolor-skincolor .col-title p,
.ttm-bgcolor-skincolor .featured-box .featured-icon.icon-white i,
.ttm-bgcolor-darkgrey .featured-box .featured-icon.icon-white i,
.ttm-bgcolor-skincolor .ttm-btn.btn-inline.ttm-btn-color-skincolor:hover,
.ttm-btn.btn-inline.ttm-btn-color-white,
.ttm-btn.btn-inline.ttm-btn-color-white i,
.ttm-bgcolor-skincolor .widget .widget-title,
.ttm-bgcolor-skincolor .widget i,
.ttm-bgcolor-darkgrey .widget i ,
.ttm-bgcolor-skincolor .featured-title h5,
.ttm-bgcolor-darkgrey .featured-title h5,
.ttm-bgcolor-skincolor .featured-desc p,
.ttm-bgcolor-darkgrey .featured-desc p,
.mailchimp-inputbox button[type="submit"],
.ttm-btn.btn-inline.style2,
.ttm-bgcolor-skincolor.featured-icon i,
.ttm-bgcolor-darkgrey.featured-icon i,
.ttm-tabs ul.tabs li.active a,
.ttm-tabs ul.tabs li a:hover,
.ttm-tabs.element-tab-style-horizontal ul.tabs li a:hover,
.ttm-bgcolor-darkgrey .timeline .timeline-body .title,
.ttm-bgcolor-skincolor .timeline .timeline-body .title,
.ttm-bgcolor-skincolor .ttm-fid-contents h4, 
.featured-iconbox a i,
.featured-box .featured-icon.icon-shape-square i,
.featured-box .ttm-bgcolor-skincolor.featured-icon.icon-shape-square i,
.featured-box .ttm-bgcolor-darkgrey.featured-icon.icon-shape-square i,
.featured-item.featured-portfolio-item .ttm-box-view-overlay.ttm-portfolio-box-view-overlay .content-post a,
.featured-item.featured-portfolio-item .ttm-box-view-overlay.ttm-portfolio-box-view-overlay .content-post a:hover,
.ttm-bgcolor-skincolor .ttm-fid-icon-wrapper i, 
.ttm-bgcolor-darkgrey .ttm-fid-icon-wrapper i, 
.ttm-tabs.style2 ul.tabs li.active a,
.pricing-head, .pricing-title, .price-value,
.content-post.content-team-post .ttm-social-links-wrapper ul li a:hover,
.accordion .ttm-style-classic .toggle.active .toggle-title a,
.accordion .ttm-style-classic .toggle .toggle-title:after,
.accordion .toggle.ttm-style-classic.active:not(.ttm-toggle-title-bgcolor-grey) .toggle-title a, 
.accordion .toggle.ttm-style-classic.active:not(.ttm-toggle-title-bgcolor-grey) .toggle-title:after, 
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li:hover a,
.social-icons.circle li>a:hover,
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a:hover,
.sidebar .widget .tagcloud a:hover,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
.ttm-header-style-overlay #site-header-menu #site-navigation > ul > li > a, 
.ttm-bgcolor-darkgrey .ttm-header-icons .ttm-header-search-link a,
ul.products li.product .ttm-shop-icon a:hover ,
.sidebar-right .product-list-widget .price ins .product-Price-amount,
.accordion .toggle.toggle-style-border.toggle-square .toggle-title:after,
.accordion .toggle.toggle-style-border.toggle-square .toggle-title:before,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.ttm-bgcolor-darkgrey .ttm-btn.btn-inline.ttm-btn-color-skincolor:hover,
button, input[type="submit"], input[type="button"], input[type="reset"],
.mailchimp-inputbox button[type="submit"]:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover ,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.featured-box.style5:hover .featured-icon i,
a.checkout-button,
.coupon button,
.ttm-cart-form button,
.place-order button {
    color: #fff;
}

/** White-bg-color **/
.ttm-bgcolor-white,
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-header-style-infostack .ttm-header-wrap,
.ttm-header-style-classic .ttm-header-wrap,
.featured-iconbox a:hover i,
.ttm-btn.ttm-btn-style-border.ttm-bgcolor-white,
.ttm-bgcolor-darkgrey .ttm-custombutton.ttm-btn-bgcolor-skincolor:hover{
    background-color: #fff;
}

/** White-border-color **/
.ttm-bgcolor-skincolor .heading-seperator span:after,
.ttm-bgcolor-skincolor .heading-seperator:after{
    border-bottom-color: #fff !important;
}
.ttm-bgcolor-skincolor .separator .sep-line{
    border-color: rgba(255, 255, 255, .24);
}
.ttm-bgcolor-darkgrey .contactform.style2 .text-input, .ttm-bgcolor-darkgrey .contactform.style2 .text-area,
.ttm-bgcolor-skincolor .contactform.style2 .text-input, .ttm-bgcolor-skincolor .contactform.style2 .text-area {
    border-bottom-color: rgba(255,255,255,.18) ;
}
.ttm-video-btn .ttm-btn-play, .ttm-btn-play:after, .ttm-btn-play:before{ border-color: #ff5e18; }

/** 4.Grey-color **/
.ttm-textcolor-dark a, .ttm-textcolor-dark h1, .ttm-textcolor-dark h2, .ttm-textcolor-dark h3, .ttm-textcolor-dark h4, 
.ttm-textcolor-dark h5, .ttm-textcolor-dark h6 {
    color: rgba(6,22,58,.8);
} 
/** Grey-bg-color **/
.ttm-bgcolor-grey,
.ttm-bgcolor-grey > .ttm-bg-layer,
.featured-box.style2:after,
.ttm-search-overlay .ttm-site-searchform input[type="search"],
.featured-item.ttm-team-view-topimage .content-post.content-team-post,
article.post blockquote,
.comment-body {
    background-color: #f3f7f9;
}
.featured-box.style2{ border-color: #f3f7f9; }
.featured-box1{font-family:'PLANE',Sans-Serif;}
.ttm-bgcolor-darkgrey .featured-box.style2:not(:hover){ border-color: transparent; }


/* Extra-color*/
.ttm-header-style-classic .ttm-header-icons .ttm-header-search-link a, 
.ttm-header-style-classic .ttm-header-cart-link a ,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a, 
.ttm-header-style-infostack .ttm-header-icons .ttm-header-cart-link a ,
.ttm-header-style-infostack .ttm-custombutton a{
      color: rgba(2,13,38,1);
}
a.ttm-btn.ttm-btn-color-skincolor.btn-inline:hover{
  color: #313131;
}
.ttm-bgcolor-darkgrey .ttm-custombutton:hover a{
    color: #202020;
}
.ttm-bgcolor-white .ttm-btn.btn-inline.ttm-btn-color-white,
.ttm-bgcolor-white .ttm-btn.btn-inline.ttm-btn-color-white i,
.ttm-bgcolor-grey .ttm-btn.btn-inline.ttm-btn-color-white,
.ttm-bgcolor-grey .ttm-btn.btn-inline.ttm-btn-color-white i,
.ttm-bgcolor-white .ttm-btn.ttm-btn-color-white.ttm-btn-style-border,
.ttm-bgcolor-grey .ttm-btn.ttm-btn-color-white.ttm-btn-style-border{ 
    color: inherit;
}
.ttm-bgcolor-white .ttm-btn.ttm-btn-color-white.ttm-btn-style-border,
.ttm-bgcolor-grey .ttm-btn.ttm-btn-color-white.ttm-btn-style-border{
    border-color: inherit;
}

/* ===============================================
    services
------------------------*/
.ttm-bgcolor-skincolor{
    background-color: #439200;
	color:#FFF;
}

/** Transition **/

.featured-box .featured-icon i, .ttm-btn, button, .team-member.style-3 .team-social-icon ul li, .featured-box.style-2:hover
.featured-icon i , .owl-item, img, span, .featured-box, .portfolio-filter button, .team-hover, .team-social, .price-table, 
.price-table:hover .price-value, .featured-icon, .product-item:hover, .product-overlay, .product-btn, .team-member.style-4:before,
.team-member.style-4 .team-description, .dropdown-item, .about-2:before, .testimonial-content, .testimonial 
.testimonial-content::after, .testimonial .testimonial-content::before, .team-member, .team-social, .team-description, .post, 
.portfolio-item a.popup, .team-title, .post .post-desc , #totop {
    -webkit-transition: all 0.5s ease-in-out 0s; 
    -moz-transition: all 0.5s ease-in-out 0s; 
    -ms-transition: all 0.5s ease-in-out 0s; 
    -o-transition: all 0.5s ease-in-out 0s; 
    transition: all 0.5s ease-in-out 0s; 
}
a, .ttm-btn, i.ttm-btn, a.nav-link , .social-icons li>a,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.accordion .toggle-title a{
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -moz-transition: all 0.3s ease-in-out 0s; 
    -ms-transition: all 0.3s ease-in-out 0s; 
    -o-transition: all 0.3s ease-in-out 0s; 
    transition: all 0.3s ease-in-out 0s; 
}

.ttm-btn span, .nav-link span, .cart-info a i, .navbar-form span , ul.products li.product .ttm-shop-icon a i{
    -webkit-transition: all 0s ease-in-out 0s; 
    -moz-transition: all 0s ease-in-out 0s; 
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s; 
    transition: all 0s ease-in-out 0s; 
}

/**  Shadow **/
.box-shadow{
    -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}
.box-shadow2{
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,.6);
    -moz-box-shadow:0px 1px 10px rgba(0,0,0,.6);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}

/* ===============================================
    Color
------------------------*/
a, button, input, a:hover,
.ttm-textcolor-skincolor,
.tp-caption span.ttm-textcolor-skincolor,
a.tp-caption.simple-text-button:hover,
a.tp-caption.tm-simple-link:hover,
.tp-caption strong,
.ttm-textcolor-white a:hover,
#site-header-menu #site-navigation .menu ul.sub-menu li > a:hover,
.ttm-header-style-infostack .ttm-custombutton a:hover, 
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a:hover,
ul li .icon-box.icon-style-border i,
#site-header-menu #site-navigation .menu > ul,
.menu ul li > ul li a:before,
.row-title h2.title strong,
.col-title h2.title strong,
.col-title .title-icon,
.ttm-bgcolor-darkgrey .ttm-fid-contents h4,
.ttm-bgcolor-darkgrey .featured-title.ttm-textcolor-skincolor h5,
.ttm-bgcolor-darkgrey .col-title h2.title strong,
.ttm-bgcolor-darkgrey.first-footer .widget .widget-title,
footer a:hover,
.ttm-textcolor-white a:hover,
.ttm-btn.ttm-btn-color-white.btn-inline:hover,
.ttm-btn.ttm-btn-color-white.btn-inline:hover i,
.ttm-btn.btn-inline.style2:hover,
.title-box-only h2 strong.ttm-strongcolor-skincolor,
.ttm-team-list-title i,
.ttm-bgcolor-darkgrey > .featured-box .featured-icon i,
.ttm-bgcolor-grey > .featured-box .featured-icon i,
.featured-box .featured-icon i,
.ttm-bgcolor-white .featured-box .featured-icon i,
.featured-box .featured-icon.icon-shape-square.icon-bgcolor-grey i,
.featured-iconbox a:hover i,
ul.features-list li:before,
.title-box .breadcrumb-wrapper span:last-child,
.content-post.content-team-post p.category,
.featured-item.ttm-portfolio-view-topimage .content-post .category a:hover,
.ttm-bgcolor-darkgrey .contactform.style2 label i,
.sidebar .widget .widget-title:before ,
.featured-title.ttm-textcolor-skincolor h5,
#site-header-menu #site-navigation > ul > li.active > a, 
#site-header-menu #site-navigation .menu ul.dropdown > li.active > a,
#site-header-menu #site-navigation .menu ul.sub-menu > li.active > a,
#site-header-menu #site-navigation > ul > li:hover > a, 
#site-header-menu #site-navigation .menu ul > li:hover > a,
.ttm-header-icons .ttm-header-search-link a:hover,
.widget.widget-download i,
.sidebar-right.sidebar .widget ul.rating>li,
.products .star-ratings ul li,
article.post blockquote:before,
.featured-box .featured-icon.icon-overlay-content-square.icon-bgcolor-grey i,
.products .price .product-Price-amount,
.post .post-desc h5 a:hover,
.widget-contact li i,
.sidebar .widget a:hover,
.ttm-team-member-single-position,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border,
section.error-404 .ttm-big-icon{
    color: #59a716;
}


/*** 

====================================================================
        Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 80px 0px 40px;
    overflow: hidden;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .default-sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background: #F7F7F7;
}

/*.default-sidebar:before {
    position: absolute;
    left: 0;
    top: -200px;
    height: 1000%;
    width: 1px;
    content: "";
    background-color: #f2f2f2;
}*/

.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

/*Sidebar Title*/

.sidebar-title {
    position: relative;
    margin-bottom: 23px;
}

.sidebar-title h2 {
    font-size: 24px;
    color: #303030;
    font-weight: 500;
    line-height: 1.2em;
    display: inline-block;
    text-transform: capitalize;
}

.testimonials-widget h3 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 23px;
}

.testimonials-widget {
    position: relative;
    padding-bottom: 27px;
    border-bottom: 1px solid #f2f2f2;
}

.testimonials-widget .owl-nav {
    display: none;
}

.testimonial-block-three {
    position: relative;
}

.testimonial-block-three .info {
    position: relative;
    padding-left: 70px;
    min-height: 70px;
    margin-bottom: 20px;
}

.testimonial-block-three .info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block-three .info .thumb img {
    display: block;
    width: 100%;
}

.testimonial-block-three .info .name {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #303030;
    font-weight: 400;
}

.testimonial-block-three .info .city {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #439200;
    font-weight: 300;
}

.testimonial-block-three .text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #848484;
    font-weight: 400;
    font-style: italic;
}


/*blog two*/

.blog-style-two {
    padding: 100px 0;
}

.single-blog-style-two {}

.single-blog-style-two {
    position: relative;
    margin-bottom: 40px;
}

.single-blog-style-two .inner-box {
    position: relative;
}

.single-blog-style-two .image-box {
    position: relative;
    overflow: hidden;
}

.single-blog-style-two .image-box a {
    position: relative;
    display: block;
}

.single-blog-style-two .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.single-blog-style-two .image-box a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #181818;
    background-image: url(../images/icons/post-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.single-blog-style-two .inner-box:hover .image-box a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.single-blog-style-two .image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.single-blog-style-two .lower-content {
    position: relative;
    padding: 40px;
    padding-top: 15px;
    border: 1px solid #F2F2F2;
    transition: all .4s ease;
}

.single-blog-style-two .lower-content:hover {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
}

.single-blog-style-two .lower-content:before {
    content: '';
    width: calc(100% - 40px);
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.single-blog-style-two .lower-content:after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: calc(100% + 17px);
    left: 40px;
    width: 50px;
    z-index: 11;
    background: #439200;
}

.single-blog-style-two .lower-content h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
}

.single-blog-style-two .lower-content h3 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content h3 a:hover {
    color: #f7c02d;
}

.single-blog-style-two .lower-content .info {
    position: relative;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.single-blog-style-two .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f7c02d;
    margin-bottom: 5px;
}

.single-blog-style-two .lower-content .info ul {
    display: block;
}

.single-blog-style-two .lower-content .info ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}

.single-blog-style-two .lower-content .info ul li:first-child a {
    color: #439200;
    font-weight: 500;
}

.single-blog-style-two .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content .info ul li a:hover {
    color: #439200;
}

.single-blog-style-two .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.single-blog-style-two .lower-content .more-box {}

.single-blog-style-two .lower-content .author-box {
    float: left;
    margin: 0;
}

.single-blog-style-two .lower-content .author-box img {
    width: 30px;
    border-radius: 50%;
    float: left;
}

.single-blog-style-two .lower-content .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}

.single-blog-style-two .lower-content .link-box {
    position: relative;
    float: right;
}

.single-blog-style-two .lower-content .link-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    background-image: url(../images/icons/arrow-right.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .inner-box:hover .lower-content .link-box .icon {
    right: 100%;
    margin-right: 10px;
}

.single-blog-style-two .lower-content .link-box a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content .link-box a:hover {
    text-decoration: underline;
}

.blog-style-two .more-btn-box {
    margin-top: 10px;
}

.blog-style-two .more-btn-box .prev-btn,
.blog-style-two .more-btn-box .next-btn {
    border: 1px solid #F2F2F2;
    display: inline-block;
    vertical-align: middle;
    color: #303030;
    font-size: 12px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease;
    border-radius: 50%;
}

.blog-style-two .more-btn-box .prev-btn:hover,
.blog-style-two .more-btn-box .next-btn:hover {
    border-color: #F5BE2D;
    color: #F5BE2D;
}

.blog-style-two .more-btn-box .prev-btn {
    margin-right: 44px;
}

.blog-style-two .more-btn-box .next-btn {
    margin-left: 44px;
}

.blog-style-two .more-btn-box .btn-style-one {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #F7F7F7;
    transition: all .4s ease;
}

.blog-style-two .more-btn-box .btn-style-one:hover {
    background: #303030;
    color: #fff;
}
.textrotate{	
	margin-top:8px;
	vertical-align:middle;	

}
.textrotate p{
	position:absolute;
	font-size:16px;
	color:#FFF;
	vertical-align:middle;
	margin-top:5px;
	margin-left:-15px;
	text-align:left
}

/* JUMP */

@font-face {
	font-family: 'PLANE';
	src: url('../fonts/PLANE.eot');
	src: local('☺'), url('../fonts/PLANE.woff') format('woff'), url('../fonts/PLANE.ttf') format('truetype'), url('../images/PLANE.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
	.rw-wrapper{
	width: 100%;
	position: relative;
	
	font-family: 'Bree Serif';
	padding: 10px;
}
.rw-sentence{
	margin: 0;
	text-align: left;
}
.rw-sentence span{
	color: #000;
	font-size: 200%;
	font-weight: normal;
}
.rw-words{
	
	display: inline;
	text-indent: 10px;
	
}
.rw-words-2 span{
	margin-top:2px;
	width:200px;
	font-family:'PLANE',Sans-Serif;
	font-size:14px;
	color:#000;
	line-height:23px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	letter-spacing:0.9px;
	position: absolute;
	opacity: 0;
	overflow: hidden;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.rw-words-2 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words-2 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	
}
.rw-words-2 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words-2 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words-2 span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}

@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}

/* Services Design */



.ttm-row{ padding: 90px 0;}
.ttm-row.welcome-section{ padding: 20px 0 0; }
.ttm-row.intro-section{ padding: 0 0; }
.ttm-row.intro-section.style2{ padding: 100px 0 90px; margin-top: -92px;}
.ttm-row.intro-section.style3{ padding: 0px 0 90px;}
.ttm-row.about-section{ padding:0; }
.ttm-row.intro-section .intro-content{ margin-top: 100px ; padding :40px 15px 34px 15px; }
.ttm-row.intro-section.style2 .intro-content { margin-top: 0; padding: 0; }
.ttm-row.about-fectory-section{ padding: 80px 0 0; }
.ttm-row.service-section.style2{ padding: 115px 0 90px; }
.ttm-row.skill-section{ padding: 0 0 80px; }
.ttm-row.blog-section{ padding: 90px 0px 62px; }
.ttm-row.blog-section2{ padding: 0 0; }
.ttm-row.blog-section3{ padding: 0px 0 80px; }
.ttm-row.testimonial-section{ padding: 0 0; }
.ttm-row.testimonial-section2{  padding: 170px 0 95px; z-index: -1;}
.ttm-row.fid-section.bg-img5 { padding: 50px 0; }
.ttm-row.client-section{ padding: 140px 0 0; }
.ttm-row.client-section.style2{ padding: 80px 0 0; }
.ttm-row.company-template-section{ padding: 0 0;}
.ttm-row.tab-text-section{ padding: 100px 0 107px; }
.ttm-row.bg-layer-section{ padding: 0 0; }
.ttm-row.accordion-section { padding: 195px 0 142px; }
.ttm-row.team-section{ padding: 10px 0 80px; }
.ttm-row.bg-img5{ padding: 108px 0 87px; }
.ttm-row.features-section{ padding: 0 0; }
.ttm-row.empty-section{ padding: 150px 0 130px; position: relative;}
.ttm-row.empty-section2{ padding: 100px 0; }
.ttm-row.empty-section3{ padding: 100px 0 150px; }
.ttm-row.portfolio-section { padding: 0px 0 0px; }
.ttm-row.portfolio-title-section { padding: 100px 0 140px; }
.ttm-row.img-box-section { padding: 0 0 80px; }
.ttm-row.blog-title-section{ padding: 87px 0 180px; }



@font-face {
	font-family: 'themify';
	src:url('../fonts/themify_93BA7A7D.eot');
	src:url('../fonts/themify_45803670.eot') format('embedded-opentype'),
		url('../fonts/themify_93BA7A7D.woff') format('woff'),
		url('../fonts/themify_93BA7A7D.ttf') format('truetype'),
		url('../fonts/themify_8A5D5902.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size:24px;
	color:#FFF;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ti-headphone:before {
	content: "\e69d";
}

.featured-box.style10 .featured-icon i {

    height: 95px;
    width: 110px;
    line-height: 95px;
    font-size: 45px;

}


/* Row-Equal-Height

---------------------------------------------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Bg-Layer 

---------------------------------------------------------------*/
.ttm-bg{ position: relative;}
.ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes{ height: 100%; }
.ttm-bg-layer , .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.ttm-left-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: 0px;
    right: 0;
}
.ttm-right-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: 0px;
    right: 0;
}

.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .9;
}
.layer-content{
    position: relative ; z-index: 9; height: 100%;
}
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container > .row > [class*='col-'] ,
.bg-layer > .container-fluid > .row > [class*='col-'] { padding: 0; }





/* Row-Bg-Image  

---------------------------------------------------------------*/
.bg-img1{
    background-image: url(../images/bg-image/row-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.bg-img3{
    background-image: url(../images/bg-image/row-bgimage-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.bg-img4{
    background-image: url(../images/bg-image/row-bgimage-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.bg-img5{
    background-image: url(../images/bg-image/row-bgimage-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img6{
    background-image: url(../images/bg-image/row-bgimage-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img7{
    background-image: url(../images/bg-image/row-bgimage-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img8{
    background-image: url(../images/bg-image/row-bgimage-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img9{
    background-image: url(../images/bg-image/row-bgimage-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-map{
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* Col-Bg-Image  

---------------------------------------------------------------*/
.ttm-equal-height-image{ display: none; }
.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-1.jpg) !important;
    background-position: left center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-two.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-2.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-3.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-four.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-4.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-five.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-5.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-six.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-6.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    
}
.col-bg-img-seven.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-7.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-eight.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-8.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-nine.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimg-001.png) !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}
.col-bg-img-ten.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-10.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-eleven.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-11.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-eighteen.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-11-1.JPEG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-twell.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-12.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-thirteen.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-13.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-fourteen.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-14.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-fifteen.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-15.JPG) !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-sixteen.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-16.jpg) !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-seventeen.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-17.jpg) !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.col-bg-img-mild.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/col-bgimage-18.jpg) !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* image-overlay-content

---------------------------------------------------------------*/
.image-overlay-content{ display: block; }
.image-overlay-content span { font-size : 45px; line-height: 50px; margin-bottom: 5px; display: block;}
.image-overlay-content .circle-shape p{ font-size: 16px; line-height: 20px; }
.image-overlay-content .circle-shape{ display: block; height: 133px; width: 133px; border-radius: 50%; padding: 20px 12px 12px; text-align: center;}
.image-overlay-content .circle-shape.ttm-top-view-overlay{ position: absolute; top: 65px; left: 0px; }

.image-overlay-content .shakeimage.ttm-top-view-overlay{ position: absolute; top: 230px; right: -80px; }
.image-overlay-content .shakeimage{
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}

.image-overlay-content .rectangle-shape{ padding: 20px 30px; }
.image-overlay-content .rectangle-shape span{ margin-bottom: 5px; font-size: 22px; font-weight: 600;}
.image-overlay-content .rectangle-shape.ttm-bottom-view-overlay{ position: absolute; bottom: 140px; right: 90px; opacity: .9; }


/* Section-Title  

---------------------------------------------------------------*/
.section-title{
    margin-bottom: 24px; 
    position: relative;
}
.section-title.style2{
    margin-bottom: 60px;
}
.section-title.style2.with-seprator{ margin-bottom: 35px; }
.section-title.style2 h2.title{ padding-bottom: 0px; margin-bottom: 15px;}
.section-title.style2:after{
    content: "";
    right: 50%;
    height: 82%;
    position: absolute;
    top: 10%;
    width: 1px;
    border-right: 1px solid rgba(122,122,122,.34);
}
.ttm-bgcolor-skincolor .section-title.style2:after{ border-right: 1px solid rgba(255,255,255,.16); }
.section-title.style2 h2{
    display: table-cell;
    width: 56%;
    padding: 0 60px 0 0;
}
.section-title.style2 p{
    display: table-cell;
}
.section-title h5{
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #818a8f;
    margin-top: -5px;
    margin-bottom: 6px;
}
.section-title h2.title{
    font-family: "Titillium Web",Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 35px;
    line-height: 50px;
    padding-bottom: 51px;
    margin-bottom: 0px;
}
.section-title h2.title1{
    font-family: "Titillium Web",Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 28px;
	margin-left:21px;
    padding-bottom: 25px;
    margin-bottom: 0px;
	color:#000;
}
.section-title h3.title{
    font-family: "Titillium Web",Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 42px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.section-title h4{
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    color: #818a8f;
     padding-bottom: 15px;
}
.section-title h5.title{
    font-family: "Titillium Web",Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 50px;
    padding-bottom:0px;
    margin-bottom: 0px;
	color:#000;
}
.without-seprator h2.title{ 
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 20px; 
    margin-bottom: 0px;
}
h2.title strong{
    font-weight: 600!important;
    width: 100%;
    display: block;
}

/* row-title*/
.row-title h2.title{
    font-size:64px;
    line-height:67px;
    color:#020d26;
    font-weight: 600!important;
    margin-bottom: 0px;
    padding: 0;
}
.ttm-bgcolor-darkgrey .row-title h2.title{ color: #fff; }
.row-title h2.title strong{
    font-weight: 400!important;
    width: 100%;
    display: inline;
}
.row-title p{
    font-size: 17px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 31px;
}
.row-title p.style2{
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
}

/* col-title */
.col-title .title-icon{
    font-size: 54px;
    color: #ff5e14;
    line-height: 50px;
}
.ttm-bgcolor-skincolor .col-title .title-icon{ color: #fff; }
.col-title h2.title{
    text-align: center;
    font-size: 50px;
    line-height: 64px;
    font-family: 'Titillium Web',Arial,Helvetica;
    font-weight: 400;
    margin: 10px 0 15px 0;
    padding-bottom: 0;
}
.col-title h2.sub-title{
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Titillium Web',Arial,Helvetica;
    font-weight: 600;
    color: #fff;
    margin: 35px 0 15px 0;
}
.col-title h2.title strong{
    font-weight: 600!important;
    display: inline;
}
.col-title p{
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Titillium Web',Arial,Helvetica;
    font-weight: 400;
    padding: 10px 0 20px;
}



/* title-box */
.title-box-only h4{
    font-size: 40px;
    line-height: 30px;
    font-family: "Titillium Web",Arial,Helvetica,sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #fff;
}
.title-box-only.style2 h4{ margin-bottom: 0; color: #020d26; }
.title-box-only.style2 h2 { font-size: 40px; line-height: 40px; padding-bottom: 0; margin-bottom: 15px;}
.title-box-only h2{ font-size: 65px; line-height: 65px; padding-bottom: 20px;}
.title-box-only h2 strong { font-weight: 400; }
.title-box-only p{ font-size: 17px; line-height: 27px; font-weight: 400;}
.title-box-only span{ display:block; font-size: 25px; line-height: 32px; font-weight: 400; margin-bottom: 15px; padding-top: 5px;}


/* Heading-Seprator  

---------------------------------------------------------------*/
.heading-seperator{
    position: relative;
}
.heading-seperator span:after {
    content: "";
    left: 53%; 
    position: absolute;
    bottom: 28px;
    width: 17px;
    margin-left: 0;
    border-bottom-width: 3px;
    border-bottom-color: #cacaca;
    border-bottom-style: solid;
}
.heading-seperator span:after {
    right: auto;
    left: 63px;
}
.heading-seperator:after {
    border-bottom-color: #439200;
}
.heading-seperator:after {
    content: "";
    left: 50%;
    position: absolute;
    bottom: 28px;
    width: 59px;
    margin-left: -37px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}
.heading-seperator:after {
    left: 0;
    margin-left: 0;
}
.heading-seperator.text-center span:after {
    left: auto;
    margin-left: 26px;
}
.heading-seperator.text-center:after{
    left: inherit;
    margin-left: -37px;
}
.separator .sep-line {
    height: 1px;
    border-top: 1px solid #dbdbdb;
    display: block;
    position: relative;
    top: 5px;
    width: 100%;
}
.ttm-bgcolor-darkgrey .separator .sep-line{
    border-color: rgba(255,255,255,0.14);
}
.ttm-bgcolor-white .separator .sep-line{
    border-color: #f1f1f1;
}



/* Button  

---------------------------------------------------------------*/
.ttm-btn{ 
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align:center;
}
.ttm-btn.btn-inline{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
}
.ttm-btn.btn-inline.style2{
    padding: 1px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline; 
}
.ttm-btn.ttm-icon-btn-left{ padding-left: 44px; }
.ttm-btn.ttm-icon-btn-right{ padding-right: 44px; }
.ttm-btn.ttm-icon-btn-left i{ left: 20px;}
.ttm-btn.ttm-icon-btn-right i{ right: 20px;}
.ttm-btn.ttm-icon-btn-right{ padding-right: 22px; }
.ttm-btn.ttm-icon-btn-right i{ right: 2px; }

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor{
    background-color: transparent;
    color: #fff;
}
/** btn-with-icon **/
.ttm-btn i{
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.ttm-btn.ttm-icon-btn-right{ text-align: right; }

/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs {
    font-size: 11px;
    padding: 8px 20px;
}
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-right{  padding-right: 31px; }
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left{  padding-left: 31px; }
.ttm-btn.ttm-btn-size-xs i {
    font-size: 14px;
    height: 11px;
    line-height: 11px;
    right: 12px;
}

/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm {
    font-size: 13px;
    padding: 9px 25px;
}
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-right{ padding-right: 39px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left{  padding-left: 39px; }
.ttm-btn.ttm-btn-size-sm i {
    font-size: 14px;
    height: 12px;
    line-height: 12px;
    right: 16px;
}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md {
    font-size: 16px;
    padding: 10px;
}
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right { padding-right: 55px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left{  padding-left: 55px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right i {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    right: 30px;
}


/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
    font-size: 20px;
    line-height: 20px;
    padding: 18px 45px;
}
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right { padding-right: 60px; }
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left{  padding-left: 60px; }
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right i {
    font-size: 20px;
    height: 16px;
    line-height: 16px;
    right: 25px;
}

/** btn-shape **/
.ttm-btn.ttm-btn-shape-round {
    border-radius: 2em;
}
.ttm-btn.ttm-btn-shape-rounded {
    border-radius: 5px;
}
.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

/** btn-style-border **/
.ttm-btn.ttm-btn-style-border{
    background-color: transparent;
    border: 1px solid transparent;
}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background: transparent;
}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover{ 
    color: #020d26;
    border-color: #FFF;
    background-color: #FFF;
}

/** btn-style-fill **/
.ttm-btn.ttm-btn-color-black.ttm-btn-style-fill {
    color: #fff;
    background-color: #2c2c2c;
}
.ttm-btn.ttm-btn-color-black.ttm-btn-style-fill:hover{ 
    color: #f7f7f7;
    background-color: #1b1b1b;
}

/* videao-btn */
.ttm-video-btn.video-btn-left{ left: 0; }
.video-btn-left .ttm-play-btn{ padding-left: 90px; }
.ttm-video-btn.video-btn-center {
    left: 50%;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}
.ttm-video-btn:hover a {
    opacity: 0.8;
    color: #fff;
}
.ttm-play-btn {
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    position: relative;
}
.ttm-video-btn .ttm-btn-play {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -30px;
    z-index: 5;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    font-size: 25px;
    margin-right: -1px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.ttm-btn-play:after, .ttm-btn-play:before {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}
.ttm-btn-play:before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.ttm-play-btn:hover, 
.ttm-video-btn span.ttm-btn-play{
    color: #fff;
}
.ttm-video-btn:hover .ttm-btn-play {
    background-color: rgba(255, 94, 24, 0.95);
    color: rgba(255, 255, 255, 1);
}



/* Fid  
---------------------------------------------------------------*/

.fid-section.bg-img5{ background-attachment: fixed; }
.ttm-fid { position: relative; padding: 25px 0px; }
.ttm-fid sub {
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    bottom: 0;
    margin-left: -5px;
}
.ttm-fid.ttm-fid-icon{ text-align: center; } 
.ttm-fid-icon-wrapper i {
    font-size: 45px !important;
}
.ttm-fid-contents h3 {
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    color: rgba(0,0,0,.8);
}
.ttm-fid-contents h4 {
   font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
}
.ttm-fid-icon .ttm-fid-icon-wrapper i {
    position: absolute;
    top: 50%;
    left: 50%;
    -transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.ttm-fid-icon .ttm-fid-icon-wrapper {
    margin-bottom: 10px;
    border: 2px solid #fff;
    width: 113px;
    height: 113px;
    line-height: 113px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.ttm-fid-icon .ttm-fid-icon-wrapper:before ,
.ttm-fid-icon .ttm-fid-icon-wrapper:after{
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    content: "";
    border-bottom: 1px dashed #fff;
}
.ttm-fid-icon .ttm-fid-icon-wrapper:before{
    right: -100%;
}
.ttm-fid-icon .ttm-fid-icon-wrapper:after {
    left: -100%;
}
.box-connect .col-md-3:first-child .ttm-fid-icon .ttm-fid-icon-wrapper:after,
.box-connect .col-md-3:last-child .ttm-fid-icon .ttm-fid-icon-wrapper:before{
    display: none;
}


/*  Featured-Box  
---------------------------------------------------------------*/
.featured-box {
    padding: 30px 80px 30px 80px;
    position: relative;
}
.featured-box.left-icon .featured-content{
    padding-left: 15px;
}
.featured-box.left-icon{
    display: table-cell; 
    display: table;
}
.featured-box.left-icon .featured-content{ 
    display: table-cell; 
    vertical-align: middle;
}
.featured-box.left-icon .featured-icon{
    vertical-align: top;
    display: table-cell;
}
.featured-box .featured-icon.icon-shape-square{ margin-bottom: 25px; padding:20px; font-size:25px; }
.featured-box .featured-icon.icon-shape-square i {
    display: inline-block; 
    width: 80px; 
    height: 80px; 
    line-height: 80px; 
    font-size: 30px; 
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0;
}
.featured-box .featured-icon.icon-shape-square.icon-size-md i{ width: 68px; height: 65px; line-height: 65px;}
.featured-box .featured-icon.icon-shape-square.icon-bgcolor-grey i{ background-color: #EBEBEB; }
.featured-box .featured-icon.border-icon i{
    font-size: 20px;
    height: 40px;
    width: 40px;
    border: 1px solid;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
}
.featured-box .featured-icon i{
    font-size: 45px; 
    line-height: 45px; 
}
.featured-title h5{
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}
.featured-box.icon-size-sm .featured-icon i{ font-size: 28px; line-height: 28px;}
.featured-box.style2{ padding: 36px 15px 43px; border: 1px solid transparent; margin-top: 15px;}
.service-section.style2 .row .col-lg-4:nth-child(-n+3) .featured-box.style2{ margin-bottom: 40px; }
.featured-box.style2 .featured-content{ padding-top: 18px; }
.featured-box.style2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -10;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.featured-box.style2:hover:after{ border-color: #ff5e14; width: 100%;}

.featured-box.style3 { padding: 60px 10px; }
.featured-box.style4{ padding: 10px 0px; }
.featured-box.style4 .featured-title h5 { margin-bottom: 0;}
.featured-box.style4 .featured-desc p { color: #020d26; font-size: 18px; font-weight: 400;}

.featured-box.style5{ position: relative; padding: 0px 25px 36px; background-color: #fff; z-index: 9; }
.featured-box.style5 .featured-icon {display: inline-block; text-align: center; margin-top: -30px;}

.featured-box.style6 { padding: 67px 70px 70px; }
.ttm-box-seperator.row{ margin: 0 15px; padding: 65px 10px 21px; }
.ttm-box-seperator.row .col-lg-4 .featured-box{
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 25px;
    padding: 0 20px;
}
.ttm-box-seperator.style2.row{ padding: 40px 17px 65px 12px; margin-top: 24px;}
.ttm-box-seperator.style2.row .col-lg-4 .featured-box{
    padding-top: 30px;
    padding-bottom: 48px;
    margin-bottom: 0;
}
.ttm-box-seperator.row .col-lg-4 .featured-box:nth-last-child(1){
    border-bottom: none;
}
.ttm-box-seperator.row .col-lg-4:nth-child(1) .featured-box{
    border-left: none;
}
.featured-box.style7 { padding: 0 0; }
.featured-box.style7 .featured-title h5{ font-size: 18px; line-height: 33px; margin-bottom: 10px;}
.featured-box.style7 .featured-icon i{ font-size: 26px; line-height: 0px; font-weight: 400; vertical-align: middle;}

.featured-box.style8{ padding: 0 0 ; margin: 0 0 20px; border-bottom: 1px solid #ebebeb;  display: block; clear: both;}
.featured-box.style8 .featured-icon i{ font-size: 32px; clear: both;}
.featured-box.style8 .featured-title h5{ line-height: 44px; margin-bottom: 10px;}

.featured-box.style9{ padding: 15px 0; }
.featured-box.style9.featured-box.left-icon p{ color: #fff; }
.featured-box.style9 .featured-icon i{ font-size: 34px; }
.featured-box.style9 .featured-title h5{ font-size: 22px; line-height: 27px; margin-bottom: 0;}

.featured-box.style10{ padding: 10px 0 0; }
.featured-box.style10 .featured-icon i{ height: 95px; width: 110px; line-height: 95px; font-size: 45px; }
.featured-box.style10 .featured-content{ padding-left: 25px; padding-right: 250px; }
.featured-box.style10  .featured-content .featured-desc h3{ margin: 0; }
.featured-box.style10  .featured-content .featured-desc p{ margin: 0; }


/*  Featured-Item  
---------------------------------------------------------------*/
.featured-item{ position: relative; }
.featured-item.ttm-portfolio-view-topimage:not(.owl-carousel),
.col-md-4:not(:last-child) .featured-item.ttm-box-view-topimage{ margin-bottom: 30px; }
.featured-item .content-post{ 
    padding: 25px;
    position: relative;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}
.featured-item .content-post h2.title-post {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 25px;
}
.featured-item .content-post h2.title-post a:hover,
.featured-item .content-post .category a:hover{
    color: #59a716;
}
.featured-item .content-post .category,
.featured-item .content-post .category a {
    font-size: 13px;
    color: #fff;
}
.featured-item.ttm-portfolio-view-topimage .content-post .category a,
.featured-item.ttm-portfolio-view-topimage .content-post .category{ color: #afafaf; }
.featured-item img, .featured-portfolio-item{ position: relative; overflow: hidden;}
.featured-item .content-post .content-post-desc {
    background-color: #fff;
    margin: 10px 10px;
    padding: 13px 0 12px;
    margin-top: -60px;
}
.content-post h5.title-post  {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 34px;
}
.content-post p.category {
    color: #b3b7c3;
    font-size: 13px;
    margin-top: -6px;
}
.ttm-social-links-wrapper .social-icons li { margin: 0 3px 10px 0px; }
.ttm-social-links-wrapper .social-icons li a {
    margin-top: 15px;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
    margin-right: 5px;
    text-align: center;
    background-color: #e5e8e9;
}
.ttm-social-links-wrapper .social-icons li a {
    margin: 0 2px;
    display: block;
}
.ttm-social-links-wrapper {
    border-top: 1px solid #edeff1;
    margin: 0 15px;
    padding-top: 14px;
}

/* overlay */
.ttm-box-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(2,13,38,.8);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.featured-item:hover .ttm-box-view-overlay,
.featured-item:hover .ttm-box-view-overlay {
    height: 100%;
    opacity: 1;
}
.ttm-box-view-overlay .featured-iconbox a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
   -webkit-transition: unset;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: unset; 
}
.ttm-box-view-overlay .featured-iconbox a i{
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 50%; 
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ttm-box-view-overlay .featured-iconbox.ttm-media-link{
    position: absolute;
    z-index: 5;
    top: 0%;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); 
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ttm-box-view-overlay .featured-iconbox.ttm-media-link a.ttm_link{
    margin-left: 8px;
}
.featured-item.ttm-portfolio-view-topimage:hover .ttm-box-view-overlay .featured-iconbox.ttm-media-link{
    top:50%;
}
.featured-item .featured-team-item.ttm-item-view-topimage a{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -43px;
    margin-left: -22px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.featured-team-item .ttm-box-view-overlay{ height: 0; top: 0; }
.featured-team-item:hover .ttm-box-view-overlay{ 
    height: 100%;
    opacity: 1; 
}
.featured-portfolio-item .ttm-box-view-overlay:hover .ttm-media-link{
    top: 39%;
}
.featured-team-item .featured-img-left a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
    opacity: 0;
    margin-top: 0;
}
.featured-team-item:hover .featured-img-left .ttm-box-view-overlay{
    opacity: 1;
    transform: scale(1);
}
.featured-team-item .featured-img-left a{ opacity: 1; }


/* portfolio */
.featured-portfolio-item .content-post.content-portfolio-post {
    padding: 16px 18px;
}
.featured-portfolio-item .content-post.content-portfolio-post{
    position: absolute;
    width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s,opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s,opacity 0.1s 0.3s;
    transition: transform 0.4s,opacity 0.1s 0.3s;
}
.featured-portfolio-item:hover .content-post.content-portfolio-post{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s,opacity 0.1s;
    -moz-transition: -moz-transform 0.4s,opacity 0.1s;
    transition: transform 0.4s,opacity 0.1s;
}
.featured-portfolio-item .content-post.content-portfolio-post:before{
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    left: 30px;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
    top: -14px;
}
.featured-portfolio-item .content-post.content-portfolio-post:before{
    border-color: transparent transparent #59a716 transparent;
}


/* team */
.featured-team-item{ 
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    border: 6px solid #fff;
}
.featured-team-item.style2 {
    border: 0;
    margin: 15px 0;
    padding: 15px;
    background-color: #fff;
}
.featured-item.ttm-team-view-topimage .content-post.content-team-post {
    text-align: center;
    padding: 23px 0 0 0;
    padding-bottom: 2px;
    background-color: #f3f7f9;
    margin-bottom: 0;
}
.featured-img-left { padding-left: 0; padding-right: 0; }
.featured-team-item .featured-img-right.ttm-post-content .content-post.content-team-post{ 
    padding: 15px 25px 0; 
    text-align: left;
    background-color: inherit;
    box-shadow: inherit;
}
.featured-item .featured-img-right.ttm-post-content .content-post .content-post-desc{ margin: 0; padding: 0;}
.ttm-team-details-list{ padding: 0; margin: 0; }
.ttm-team-details-list li {
    position: relative;
    padding: 3px 0 3px 25px;
    font-size: 15px;
    line-height: 24px;
    display: block;
}
.ttm-team-list-title i {
    position: absolute;
    left: -33px;
    top: 4px;
    text-align: center;
    width: 30px;
    display: block;
    text-indent: 0;
    font-size: 16px;
}
.content-post.content-team-post .ttm-social-links-wrapper ul li a {
    margin: 0 2px;
    display: block;
    color: rgba(44,44,44,.6);
}
.ttm-social-links-wrapper{ 
    border:0; 
    padding: 0;
    margin: 21px 0 0;
}
.ttm-team-details-list .ttm-team-list-title {
    margin-right: 8px;
    position: relative;
    color: #0a0c0e;
    font-weight: 600;
    float: left;
}
.featured-team-item .featured-img-left.ttm-post-content .ttm-team-details-list .ttm-team-list-value {
    font-size: 16px;
}
.featured-img-left:hover .ttm-box-view-overlay {
    opacity: 1;
    transform: scale(1);
}
.featured-img-left .ttm-box-view-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    background-color: rgba(2,13,38,.8);
    height: 100%;
    width: 100%;
    cursor: pointer;
    transform: scale(0);
    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;
}
.featured-img-left:hover .ttm-box-view-overlay .featured-icon i{ opacity: 1; }
.featured-img-left:hover .ttm-box-view-overlay .featured-icon a{ top:50%; }



/*  Boxes-Spacing
---------------------------------------------------------------*/
.row.ttm-boxes-spacing-10px{ margin: 0px; padding: 0 5px;}
.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0 0 10px;
}
.row.ttm-boxes-spacing-10px.style2{ padding: 10px 0 0; margin: 0 -5px; }

.row.ttm-boxes-spacing-5px{ padding: 10px 5px 0px; margin: 0;}
.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    margin-bottom: 5px;
}
.row.ttm-boxes-spacing-5px.style2{ padding: 5px 0 0; margin: 0 -5px; }



/*  Pricing-Plan
---------------------------------------------------------------*/
.pricing-plan{ 
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.09);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.09);
    margin-right: -15px;
    margin-left: -15px;
}
.pricing-plan.pricing-recommended-plan{
    z-index: 999; 
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    margin: -10px;
}
.pricing-plan.active{padding: 60px 0;}
.pricing-head { 
    border: 0;
    padding-bottom: 28px;
    padding-top: 0;
}
.pricing-title { 
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    position: relative;
}
.price-value { 
    font-size: 48px;
    font-weight: 600;
    text-shadow: none;
    line-height: 40px;
    padding: 0;
    text-align: center;
 }
.pricing-plan .pricing-head .price-value span:after {
    content: '/';
    position: absolute;
    left: 3px;
    top: -1px;
}
.pricing-plan .pricing-head .price-value span {
    position: relative;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 400;
}
.pricing-plan .pricing-head .price-value sub {
    font-size: 20px;
    padding-right: 2px;
    bottom: 0;
}
.pricing-list{padding: 0 30px;}
ul.features-list{ margin: 0; padding: 0; background-color: #fff;}
ul.features-list li{
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    color: #5d6576!important;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    position: relative;
}
ul.features-list li:last-child{border-bottom: none;}
/*ul.features-list li:before {
    font-family: "FontAwesome";
    content: '\f00c';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    padding-right: 12px;
}*/
.pricing-footer .price_btn{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding: 16px 20px;
    margin-bottom: -75px!important;
}
.pricing-footer .price_btn a.ttm-btn.ttm-btn-fill.ttm-btn-border-white{ border : 1px solid #fff; }
.price_btn a{ padding: 12px 40px; background-color: #fff; text-transform: uppercase; }
.pricing-footer {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 15px;
}

.pricing-plan.style2 .pricing-title{color: #222021}
.pricing-plan.style2 .price-value h2{color: #ffffff}
.pricing-plan.style2.active .price-value h2{color: #ff5e14}
.pricing-plan.style2:hover, .pricing-plan.style-3:hover{border-color: transparent;}

.pricing-plan.style-3 .price-value{padding: 50px 0;}
.pricing-plan.style-3 .price-value h2{color: #ffffff}



/* Sidebar
-------------------------------------------------------------- */
.sidebar .widget, .sidebar.shop .widget.widget-banner {
    margin-bottom: 44px;
}
.sidebar .widget:last-of-type {
    margin-bottom: 0;
}
.sidebar .widget a {
    color: #5d6576;
}
.sidebar h3.widget-title {
    margin-top: 0;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}
.sidebar .widget .widget-title:before {
    content: '';
    border-left: 3px solid;
    margin-right: 13px;
}



/* tagcloud-widget */
.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 7px 27px;
    margin: 0 4px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    background-color: #fff;
    font-weight: 600;
}

/* flicker-widget */
.flicker-widget .ttm-flicker-widget-wrapper a {
    overflow: hidden;
    display: block;
    margin: 0 7px 0 0;
    width: 75px;
    height: 75px;
    display: inline-block;
    background: none;
}






/*  Element
---------------------------------------------------------------*/
.element-row{ padding: 0 0 45px; position: relative;}
.element-row .section-title h2.title{ padding: 0; margin-top: 22px;}


/* element-tab-style-vertical */
.ttm-tabs.element-tab-style-vertical .content-tab{ padding: 0; }
.ttm-tabs.element-tab-style-vertical ul.tabs li { margin-top: 1px; width: 100%;}
.ttm-tabs.element-tab-style-vertical ul.tabs li a{ background-color: #2a2a2a; color: #fff; letter-spacing: 1.2px; 
padding: 14px 30px; text-transform: uppercase; font-size: 17px;}


/* element-tab-style-horizontal */
.ttm-tabs.element-tab-style-horizontal .content-tab{ padding: 35px 0 0; }
.ttm-tabs.element-tab-style-horizontal ul{ margin: 0; padding: 0; display: -webkit-flex; display: flex; }
.ttm-tabs.element-tab-style-horizontal ul.tabs li{ margin-right: 6px; display: inline-block; }
.ttm-tabs.element-tab-style-horizontal ul.tabs li:last-child{ margin-right: 0; }
.ttm-tabs.element-tab-style-horizontal ul.tabs li a{ padding: 16px 18px 15px 18px; font-size: 15px; border-radius: 5px; 
    letter-spacing: 1.2px; border: none; color: #fff; display: block; text-align: left;}
.ttm-tabs.element-tab-style-horizontal .content-tab img{ height: 150px; width: 150px; }


/* element-buttons */
.ttm-btn-box{
    display: block; 
    margin-bottom: 21.74px;
    max-width: 100%;
}
.ttm-btn-box.btn-inline{ display: inline-block; } 

/** element-accodian **/
.accordion .toggle.active .toggle-title:after{ font-family: "FontAwesome";  content: "\f068"; }
.accordion .toggle .toggle-title:after{ font-family: "FontAwesome";  content: "\f067"; }


/** element-progressbar **/
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_blue {
    background-color: #0074cc;
}
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_green {
    background-color: #5bb75b;
}
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_pink {
    background-color: #f4524d;
}
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_turquoise {
    background-color: #00c1cf;
}

/** element-fid **/
.fid-section{ padding: 40px 0; }

/** element-client **/
.element-row .client-section2{ padding: 50px 0; }


/** element-icon **/
.ttm-icon{
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.ttm-icon span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/** icon-size-xs **/
.ttm-icon.ttm-icon_element-size-xs {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.ttm-icon.ttm-icon_element-size-xs span {
    font-size: 19px;
}

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md {
    height: 64px;
    width: 64px;
    line-height: 64px;
}
.ttm-icon.ttm-icon_element-size-md span {
    font-size: 36px;
}
.ttm-icon.ttm-icon_element-size-md {
    max-width: 100%;
    box-sizing: content-box;
}

/** icon-shape **/
.ttm-icon.ttm-icon_element-style-round {
    border-radius: 5px;
}
.ttm-icon.ttm-icon_element-style-rounded {
    border-radius: 50%;
}
.ttm-icon.ttm-icon_element-style-square {
    border-radius: 0;
}

/** icon-style-border **/
.ttm-icon.ttm-icon-color-black.ttm-icon-style-border {
    background-color: transparent;
}

/** icon_element-style-fill **/
.ttm-icon.ttm-icon_element-fill {
    color: #fff;
    background-color: #39c8df;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-yellow  { background-color: #ffb300; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-orange  { background-color: #ff4c00; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-red  { background-color: #ff0a26; }
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-dark_pink  { background-color: #ff0061; }
.ttm-icon.ttm-icon_element-fillttm-icon_element-background-mulled_wine  { background-color: #50485b; }


/** icon_element-style-border **/
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-mulled_wine {
    border-color: #50485b;
    color: #50485b;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-blue {
    border-color: #5472d2;
    color: #5472d2;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-yellow {
    border-color: #ffb300;
    color: #ffb300;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-orange {
    border-color: #ff4c00;
    color: #ff4c00;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-red {
    border-color: #ff0a26;
    color: #ff0a26;
}

/** icon_element-bgcolor **/
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-color-grey { 
    background-color: #EBEBEB;
    color: #39c8df ;
}
.element-style .icon-box-wrapper { padding-top: 20px; }
.element-style .row .col-md-6 .featured-box:not(:last-child){ padding: 0; margin-bottom: 40px; }

.rw-words-1 span{
	position: absolute;
	font-size:30px;
	font-family:'PLANE',Sans-Serif;
	margin-top:-15px;
	opacity: 0;
	color: #fff;
	-webkit-animation: rotateWord 8s linear infinite 0s;
	-ms-animation: rotateWord 8s linear infinite 0s;
	animation: rotateWord 8s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 2s; 
	-ms-animation-delay: 2s; 
	animation-delay: 2s; 
	color: #fff;
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 4s; 
	-ms-animation-delay: 4s; 
	animation-delay: 4s; 
	color: #fff;	
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color: #fff;
}

@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
.feedback {
   position: fixed;
   right: 0;
   bottom: 30%;
   height:130px;
   width: 30px;
   background-color: #55E;
   color: #FFF;
   border-radius: 8px 0px 0px 8px;
   z-index:9999;
   cursor:pointer;
}
.text
{
writing-mode: vertical-rl;
text-orientation: mixed;
text-align:center;
margin-top:8px;
font-size:14px;
font-weight:bold;
color:fff;
}
@media screen and (max-width: 768px){
	.rw-words-1 span { font-size: 25px; }
	
	
	.textrotate p{
	font-size:13px;
	color:#FFF;
	margin-left:-4px;
	text-align:left
}
.feedback {
   position: fixed;
   right: 0;
   bottom: 30%;
   height:100px;
   width: 25px;
   background-color: #55E;
   color: #FFF;
   border-radius: 8px 0px 0px 8px;
   z-index:9999;
   cursor:pointer;
}
.text
{
writing-mode: vertical-rl;
text-orientation: mixed;
text-align:center;
margin-top:8px;
font-size:10px;
font-weight:bold;
color:fff;
}
}
@media screen and (max-width: 320px){
	.rw-words-1 span { font-size: 9px; }
	
}

/* Career */

.white-popup {
	position:relative;
	background:#fff;
	padding:25px;
	width:auto;
	max-width:1200px;
	margin:0 auto;
}
.nav-serch-area {
	display:inline-block;
	padding-left:32px
}
.mfp-zoom-in {
	z-index:99999
}
.mfp-zoom-in .mfp-with-anim {
	opacity:0;
transition:all .2s ease-in-out;
	transform:scale(.8)
}
.mfp-zoom-in.mfp-bg {
	opacity:0;
transition:all .3s ease-out
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity:1;
	transform:scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity:.8
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform:scale(.8);
	opacity:0
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity:0
}
.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:.8
}
.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:none !important;
	-webkit-backface-visibility:hidden
}
.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	box-sizing:border-box
}
.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.mfp-align-top .mfp-container:before {
	display:none
}
.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width:100%;
	cursor:auto
}
.mfp-ajax-cur {
	cursor:progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	cursor:zoom-out
}
.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor:auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none
}
.mfp-loading.mfp-figure {
	display:none
}
.mfp-hide {
	display:none !important
}
.mfp-preloader {
	color:#ccc;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-.8em;
	left:8px;
	right:8px;
	z-index:1044
}
.mfp-preloader a {
	color:#ccc
}
.mfp-preloader a:hover {
	color:#fff
}
.mfp-s-ready .mfp-preloader {
	display:none
}
.mfp-s-error .mfp-content {
	display:none
}
button.mfp-close, button.mfp-arrow {
	overflow:visible;
	cursor:pointer;
	background:0 0;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:none;
	padding:0;
	z-index:1046;
	box-shadow:none;
	touch-action:manipulation
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:.65;
	padding:0 0 18px 10px;
	color:#fff;
	font-style:normal;
	font-size:28px;
	font-family:Arial, Baskerville, monospace
}
.mfp-close:hover, .mfp-close:focus {
	opacity:1
}
.mfp-close:active {
	top:1px
}
.mfp-close-btn-in .mfp-close {
	color:#333
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color:#fff;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%
}
.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#ccc;
	font-size:12px;
	line-height:18px;
	white-space:nowrap
}
.mfp-arrow {
	position:absolute;
	opacity:.65;
	margin:0;
	top:50%;
	margin-top:-55px;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent
}
.mfp-arrow:active {
	margin-top:-54px
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity:1
}
.mfp-arrow:before, .mfp-arrow:after {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:medium inset transparent
}
.mfp-arrow:after {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px
}
.mfp-arrow:before {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:.7
}
.mfp-arrow-left {
	left:0

}
.mfp-arrow-left:after {
	border-right:17px solid #fff;
	margin-left:31px
}
.mfp-arrow-left:before {
	margin-left:25px;
	border-right:27px solid #3f3f3f
}
.mfp-arrow-right {
	right:0
}
.mfp-arrow-right:after {
	border-left:17px solid #fff;
	margin-left:39px
}
.mfp-arrow-right:before {
	border-left:27px solid #3f3f3f
}
.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px
}
.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px
}
.mfp-iframe-holder .mfp-close {
	top:-40px
}
.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%
}
.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0, 0, 0, .6);
	background:#000
}
img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0 40px;
	margin:0 auto
}
.mfp-figure {
	line-height:0
}
.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0, 0, 0, .6);
	background:#444
}
.mfp-figure small {
	color:#bdbdbd;
	display:block;
	font-size:12px;
	line-height:14px
}
.mfp-figure figure {
	margin:0
}
.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto
}
.mfp-title {
	text-align:left;
	line-height:18px;
	color:#f3f3f3;
	word-wrap:break-word;
	padding-right:36px
}
.mfp-image-holder .mfp-content {
	max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer
}

/* Youtube Drop */

.dropit {
    list-style: none;
	list-style-type:none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0; /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 120px;
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-open .dropit-submenu { display: block; }

.menu ul {
display: none;
} /* Hide before plugin loads */
.menu ul.dropit-submenu {
background-color: #fff;
border: 1px solid #b2b2b2;
padding: 6px 0;
margin: 3px 0 0 1px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.menu ul.dropit-submenu a {
display: block;
font-size: 11px;
line-height: 25px;
color: #7a868e;
padding: 5px;
font-family:Verdana, Geneva, sans-serif;
}
.menu ul.dropit-submenu a:hover {
background: #248fc1;
color: #fff;
text-decoration: none;
border-radius:3px;
}

.btn {
display: inline-block;
 *display: inline;
padding: 4px 12px;
margin: 0 10px 0 0;
 *margin-left: .3em;
font-size: 14px;
line-height: 20px;
 *line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
 *background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, white, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, white, #e6e6e6);
background-image: -o-linear-gradient(top, white, #e6e6e6);
background-image: linear-gradient(to bottom, white, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
 *border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 *zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
color: #333333;
background-color: #e6e6e6;
text-decoration: none;
}
.btn:active, .btn.active {
background-color: #cccccc;
}

/* Quick Contact */

/*** 
=============================================
   demo
=============================================
***/

.title-option {
    font-size: 14px;
    background: #549404;
    color: #fff;
    margin: -7px;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 10px;
}
.predefined_styles {
	text-align: center;
}
.color_box {
	clear: both;
	width: 100%;
}

html .styleswitch{ transition: all .2s ease-in-out; }
html .styleswitch:hover{ transform: scale(1.1); }

html .styleswitch[rel="color1"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #ffc300 #526aff #526aff #ffc300;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color2"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #526aff #ffc300 #ffc300 #526aff;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color3"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #e5001c #2689dd #2689dd #e5001c;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color4"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #2689dd #e5001c #e5001c #2689dd;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color5"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #7ebd23 #ff8106 #ff8106 #7ebd23;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color6"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #ff8106 #7ebd23 #7ebd23 #ff8106;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color7"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #2d9dce #f4d435 #f4d435 #2d9dce;

	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color8"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
		border-color:  #f4d435 #2d9dce #2d9dce #f4d435 ;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color9"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #00bff0 #fe6613 #fe6613 #00bff0;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color10"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #fe6613 #00bff0 #00bff0 #fe6613;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color11"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #6ad12a #ff8c30 #ff8c30 #6ad12a;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color12"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #ff8c30 #6ad12a #6ad12a #ff8c30;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color13"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #fab703 #02c99c #02c99c #fab703;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color14"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #02c99c #fab703 #fab703 #02c99c;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color15"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #004a66  #e56325 #e56325 #004a66;
	border-style: solid;
	border-width: 14px;
}
html .styleswitch[rel="color16"] {
	background-color: #e425e9;
	border: 4px solid #ddd;
	display: inline-block;
	height: 28px;
	margin: 4px;
	width: 28px;
	background: none repeat scroll 0 0 #fff;
	border-color: #e56325  #004a66 #004a66 #e56325;
	border-style: solid;
	border-width: 14px;
}


html .styleswitch[rel="header1"], html .styleswitch[rel="header2"], html .styleswitch[rel="header3"] , html a[rel="layout1"]  , html a[rel="layout2"] {
	background: #eee;
	color: #333333;
	padding: 3px;
	display: inline-block;
	margin-bottom: 3px;
	width: 48%;
	text-align: center;
	text-transform:uppercase;
}
html .styleswitch[rel="header1"]{
	width:100%;
}

#switcher-body .container {
	background: #fff;
	margin: 50px auto;
	border: 1px solid #dedede;
	padding: 40px;
}
.demo_changer {
  z-index: 998;
	position: fixed;
	left: -250px;
	top: 80px;
	font-weight: 400 !important;
}
.purchase {
	text-decoration: underline;
	color: #4BACC6
}
.demoPanel {
	position: relative;
}
.evo-pop {
	z-index: 10000;
	width: 204px;
	padding: 3px 3px 0
}
.evo-pop-ie {
	z-index: 10000;
	width: 212px;
	padding: 3px
}
.evo-palette td {
	font-size: 1px;
	border: solid 1px #c0c0c0;
	padding: 7px;
	cursor: pointer
}
.evo-palette tr.top td {
	border-bottom: 0
}
.evo-palette tr.in td {
	border-top: 0;
	border-bottom: 0
}
.evo-palette tr.bottom td {
	border-top: 0
}
.evo-palette div.sep {
	height: 3px
}
.evo-palette, .evo-palette-ie {
	border-collapse: separate;
	border-spacing: 4px 0;
*border-collapse:expression('separate', cellSpacing='2px')
}
.evo-palette th, .evo-palette-ie th {
	border: 0;
	padding: 5px 3px;
	text-align: left;
	font-weight: normal;
	background: transparent!important
}
.evo-palette-ie td {
	font-size: 1px;
	border: solid 1px #c0c0c0;
	padding: 7px;
	cursor: pointer
}
.evo-palette2, .evo-palette2-ie {
	margin: auto;
	border-collapse: collapse
}
.evo-palette2 td, .evo-palette2-ie td {
	font-size: 1px;
	cursor: pointer
}
.evo-palette2 td {
	padding: 6px 7px
}
.evo-palette2-ie td {
	padding: 5px
}
.evo-palcenter {
	padding: 5px;
	text-align: center
}
.evo-colorind, .evo-colorind-ie, .evo-colorind-ff {
	border: solid 1px #c3c3c3;
	width: 20px;
	height: 20px;
	float: right
}
.evo-colorind {
	position: relative;
	top: 2px
}
.evo-colorind-ie {
	position: relative;
	top: -23px
}
.evo-colorbox-ie {
	font-size: 8px;
	padding: 3px 9px!important
}
.evo-colortxt-ie {
	position: relative;
	top: -6px
}
.evo-pop:after, .evo-pop-ie:after, .evo-colorind:after, .evo-colorind-ie:after, .evo-colorind-ff:after, .evo-color span:after, .evo-cHist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0
}
.evo-color {
	width: 94px;
	padding: 1px 3px 0 4px
}
.evo-color div {
	border: solid 1px #808080;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	padding: 3px;
	margin-bottom: 5px;
	width: 10px;
	height: 10px;
	float: left
}
.evo-color span {
	font-size: 15px;
	margin: 1px 0 4px 3px;
	float: left
}
.evo-sep {
	height: 10px;
	font-size: 0
}
.evo-more {
	padding: 4px 5px 4px;
	font-size: smaller
}
.evo-cHist {
	padding: 3px
}
.evo-cHist div {
	cursor: pointer;
	border: solid 1px #c0c0c0;
	padding: 3px;
	margin: 5px;
	width: 10px;
	height: 10px;
	float: left
}
a.evo-hist {
	margin-left: 6px
}
.evo-pointer {
	cursor: pointer
}
.evo-pop {
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	padding: 10px !important;
	width: 225px !important;
	z-index: 10000;
}
.evo-colorind, .evo-colorind-ie, .evo-colorind-ff {
	border: 1px solid #C3C3C3;
	height: 20px;
	position: absolute;
	top: 11px;
	right: 5px;
	width: 20px;
}
.demo_changer p {
	margin: 10px 0;
}
.demo_changer h4 {
	color: #545454 !important;
	margin: 10px 0 !important;
	text-transform: uppercase;
}
.demo_changer select:active, .demo_changer select:focus, .demo_changer select:hover, .demo_changer .button:active, .demo_changer .button:focus, .demo_changer .button:hover, .demo_changer .btn:active, .demo_changer .btn:focus, .demo_changer .btn:hover, .demo_changer .button:active, .demo_changer .button:focus, .demo_changer .button:hover {
	box-shadow: none !important;
}
.demo_changer .button {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	line-height: 1.42857;
	margin-bottom: 0;
	width: 180px !important;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.demo_changer .img-thumbnail {
	height: 35px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	width: 46% !important;
	padding: 2px;
}
.demo_changer img {
	border: 4px solid #E1E1E1;
	height: 32px;
	margin: 2px !important;
	width: 32px !important;
}
.demo_changer hr {
	border-color: #E0E0E0;
}
.demo_changer, .demo_changer p {
	color: #545454 !important;
}
.demo_changer h4 {
	color: #212121 !important;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	border: #ddd 1px solid;
}
.demo_changer i {
	color: #fff;
	font-size: 21px;
}
.demo_changer .btn {
	margin-top: 10px;
}
.demo_changer .demo-icon {
	cursor: pointer;
	text-align: center;
    background: #549404;
	padding: 2px;
	float: right;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	width: 40px;
}
.demo_changer .form_holder {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #ddd;
	border-radius: 0;
	cursor: pointer;
	float: right;
	font-size: 12px;
	padding: 6px;
	width: 250px;
	height:320px;
}
.demo_changer .form_holder p {
	font-size: 12px;
}
.color_display_2 {
	clear: both;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	width: 31px !important;
	height: 31px;
	margin-bottom: 7px;
	padding: 4px 10px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
}
.color_display_2 a {
	color: #fff;
	text-decoration: none;
}
.color_display_2 a:focus, .color_display_2 a:hover {
	color: #ededed !important;
	text-decoration: none;
}
.demoPanel {
	margin: 0;
	padding: 0;
	width: 125px;
}
.predefined_styles {
	padding: 0 5px;
}

@media only screen and (max-width: 768px) {
.demo_changer {
	display: none;
}
.footer-bottom .copyright-text p {
  font-size: 14px;
  text-align:center;
}
.footer-bottom p {
  font-size: 14px;
  text-align:center;
}

}
.demo_changer .btn {
	width: 200px !important;
}
.bootstrap-select.show-menu-arrow.open > .btn {
	z-index: 2051;
}
.bootstrap-select .btn:focus {
	outline: thin dotted #333333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
	overflow: hidden;
	position: absolute;
	left: 12px;
	right: 25px;
	text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
	cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
	outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
	width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
	display: block;
	padding: 3px 20px;
	cursor: default;
}
.bootstrap-select.btn-group .div-contain {
	overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
	position: relative;
	padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
	cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
	font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
	display: inline-block;
	position: absolute;
	right: 15px;
	margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
	display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
	color: #64b1d8;
	color: rgba(255,255,255,0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
	font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid #ccc;
	border-bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid #ffffff;
	border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
	display: block;
}
.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
}
.mobile-device {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	height: 100% !important;
	opacity: 0;
}
.bootstrap-select.fit-width {
	width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
	position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}
.bootstrap-select-searchbox {
	padding: 4px 8px;
}
.bootstrap-select-searchbox input {
	margin-bottom: 0;
}

/* Projects Design */


	
	/*--------------------------------------------------------------
   Carousel
--------------------------------------------------------------*/
	
	.owl-carousel {
	    display: none;
	    width: 100%;
	    -webkit-tap-highlight-color: transparent;
	    /* position relative and z-index fix webkit rendering fonts issue */
	    position: relative;
	    z-index: 1;
	}
	
	.owl-carousel .owl-stage {
	    position: relative;
	    -ms-touch-action: pan-Y;
	}
	
	.owl-carousel .owl-stage:after {
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0;
	}
	
	.owl-carousel .owl-stage-outer {
	    position: relative;
	    overflow: hidden;
	    /* fix for flashing background */
	    -webkit-transform: translate3d(0px, 0px, 0px);
	}
	
	.owl-carousel .owl-item {
	    position: relative;
	    min-height: 1px;
	    float: left;
	    -webkit-backface-visibility: hidden;
	    -webkit-tap-highlight-color: transparent;
	    -webkit-touch-callout: none;
	}
	
	.owl-carousel .owl-nav.disabled,
	.owl-carousel .owl-dots.disabled {
	    display: none;
	}
	
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-dot {
	    cursor: pointer;
	    cursor: hand;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}
	
	.owl-carousel.owl-loaded {
	    display: block;
	}
	
	.owl-carousel.owl-loading {
	    opacity: 0;
	    display: block;
	}
	
	.owl-carousel.owl-hidden {
	    opacity: 0;
	}
	
	.owl-carousel.owl-refresh .owl-item {
	    visibility: hidden;
	}
	
	.owl-carousel.owl-drag .owl-item {
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}
	
	.owl-carousel.owl-grab {
	    cursor: move;
	    cursor: -webkit-grab;
	    cursor: -moz-grab;
	    cursor: grab;
	}
	
	.owl-carousel.owl-rtl {
	    direction: rtl;
	}
	
	.owl-carousel.owl-rtl .owl-item {
	    float: right;
	}
	
	.no-js .owl-carousel {
	    display: block;
	}
	
	.owl-carousel .animated {
	    -webkit-animation-duration: 1000ms;
	    animation-duration: 1000ms;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
	}
	
	.owl-carousel .owl-animated-in {
	    z-index: 0;
	}
	
	.owl-carousel .owl-animated-out {
	    z-index: 1;
	}
	
	.owl-carousel .fadeOut {
	    -webkit-animation-name: fadeOut;
	    animation-name: fadeOut;
	}
	
	@-webkit-keyframes fadeOut {
	    0% {
	        opacity: 1;
	    }
	    100% {
	        opacity: 0;
	    }
	}
	
	@keyframes fadeOut {
	    0% {
	        opacity: 1;
	    }
	    100% {
	        opacity: 0;
	    }
	}
	
	.owl-height {
	    -webkit-transition: height 500ms ease-in-out;
	    transition: height 500ms ease-in-out;
	}
	
	.owl-carousel .owl-item .owl-lazy {
	    opacity: 0;
	    -webkit-transition: opacity 400ms ease;
	    transition: opacity 400ms ease;
	}
	
	.owl-carousel .owl-item img.owl-lazy {
	    -webkit-transform-style: preserve-3d;
	    transform-style: preserve-3d;
	}
	
	.owl-carousel .owl-video-wrapper {
	    position: relative;
	    height: 100%;
	    background: #000;
	}
	
	.owl-carousel .owl-video-play-icon {
	    position: absolute;
	    height: 80px;
	    width: 80px;
	    left: 50%;
	    top: 50%;
	    margin-left: -40px;
	    margin-top: -40px;
	    cursor: pointer;
	    z-index: 1;
	    -webkit-backface-visibility: hidden;
	    -webkit-transition: -webkit-transform 100ms ease;
	    transition: -webkit-transform 100ms ease;
	    transition: transform 100ms ease;
	}
	
	.owl-carousel .owl-video-play-icon:hover {
	    -webkit-transform: scale(1.3, 1.3);
	    -ms-transform: scale(1.3, 1.3);
	    transform: scale(1.3, 1.3);
	}
	
	.owl-carousel .owl-video-playing .owl-video-tn,
	.owl-carousel .owl-video-playing .owl-video-play-icon {
	    display: none;
	}
	
	.owl-carousel .owl-video-tn {
	    opacity: 0;
	    height: 100%;
	    background-position: center center;
	    background-repeat: no-repeat;
	    -webkit-background-size: contain;
	    background-size: contain;
	    -webkit-transition: opacity 400ms ease;
	    transition: opacity 400ms ease;
	}
	
	.owl-carousel .owl-video-frame {
	    position: relative;
	    z-index: 1;
	    height: 100%;
	    width: 100%;
	}
	
	.owl-nav div {
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    -webkit-transition: 0.5s;
	    transition: 0.5s;
	    font-size: 27px;
	    width: 45px;
	    height: 45px;
	    line-height: 42px;
	    border: 1px solid #efefef;
	    -webkit-border-radius: 3px;
	    border-radius: 3px;
	    background-color: #fff;
	    text-align: center;
	}
	
	.owl-nav div i {
	    font-size: 14px;
	}
	
	.owl-nav div:hover {
	    background-color: #439200;
	    border-color: #439200;
	    color: #252525;
	}
	
	.owl-nav .owl-prev {
	    left: -60px;
	}
	
	.owl-nav .owl-next {
	    right: -60px;
	}
	/* Styling Pagination*/
	
	.owl-dots .owl-dot {
	    display: inline-block;
	    zoom: 1;
	    *display: inline;
	    /*IE7 life-saver */
	}
	
	.owl-dots {
	    text-align: center;
	}
	
	.owl-dots .owl-dot span {
	    display: block;
	    width: 10px;
	    height: 10px;
	    margin: 0 5px;
	    -webkit-border-radius: 50%;
	    border-radius: 50%;
	    background-color: transparent;
	    border: 1px solid #439200 ;
	    -webkit-transition: 0.5s;
	    transition: 0.5s;
	}
	
	.owl-dots .owl-dot.active span,
	.owl-dots .owl-dot:hover span {
	    background-color: #439200;
	}
	/* If PaginationNumbers is true */
	
	.owl-controls .owl-page span.owl-numbers {
	    height: auto;
	    width: auto;
	    color: #FFF;
	    padding: 2px 10px;
	    font-size: 12px;
	    -webkit-border-radius: 30px;
	    border-radius: 30px;
	}
	
	.site-content {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	
	
	
	.container .container {
	    width: 100%;
	}
	
	.sidebar-content .content-area {
	    float: right;
	}
	
	.page-template-template-homepage .site-content,
	.page-template-template-fullwidth .site-content {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	
	.format-gallery .owl-dots {
	    position: absolute;
	    bottom: 5px;
	    left: 0;
	    width: 100%;
	}
	
	.entry-thumbnail {
	    margin-bottom: 25px;
	    position: relative;
	}
	
	.entry-meta {
	    padding-bottom: 10px;
	}
	
	.entry-meta a:hover {
	    color: #439200 ;
	}
	
	.entry-meta .meta {
	    display: inline-block;
	    padding: 0 10px;
	    position: relative;
	}
	
	.entry-meta .meta:after {
	    content: '';
	    width: 1px;
	    height: 15px;
	    background-color: #efefef;
	    position: absolute;
	    right: 0;
	    top: 4px;
	}
	
	.entry-meta .meta:last-child {
	    padding-right: 0;
	}
	
	.entry-meta .meta:last-child:after {
	    display: none;
	}
	
	.entry-meta .meta:first-child {
	    padding-left: 0;
	}
	
	.entry-meta .meta.author {
	    text-transform: capitalize;
	}
	
	.entry-title {
	    font-size: 26px;
	    font-weight: 500;
	    margin-bottom: 15px;
	    margin-top: 0;
	    color: #393939;
	}
	
	.entry-title a {
	    color: #393939;
	}
	
	.entry-title:hover a {
	    color: #439200;
	}
	
	/*--------------------------------------------------------------
  Projects Section
--------------------------------------------------------------*/
	
	.tax-portfolio_category .site-content,
	.post-type-archive-portfolio .site-content {
	    padding-bottom: 50px;
	}
	
	.single-portfolio .single-project-wrapper {
	    padding-bottom: 60px;
	}
	
	.single-portfolio .entry-thumbnail {
	    margin-bottom: 35px;
	    position: relative;
	}
	
	.single-portfolio .entry-thumbnail .owl-dots {
	    position: absolute;
	    bottom: 25px;
	    left: 0;
	    text-align: center;
	    width: 100%;
	}
	
	.single-portfolio .entry-content {
	    padding-right: 30px;
	    border-right: 1px solid #439200;
	}
	
	.single-portfolio .single-project-title {
	    font-size: 26px;
	    font-weight: 500;
	    margin: 0;
	    padding-bottom: 15px;
	    position: relative;
	    font-size: 36px;
	    margin-bottom: 45px;
	}
	
	.single-portfolio .single-project-title:after {
	    content: '';
	    width: 50px;
	    height: 4px;
	    -webkit-border-radius: 4px;
	    border-radius: 4px;
	    background-color: #439200;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	}
	
	.single-portfolio .single-project-title:after {
	    content: '';
	    width: 50px;
	    height: 4px;
	    -webkit-border-radius: 4px;
	    border-radius: 4px;
	    background-color: #439200;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	}
	
	.single-portfolio .single-project-title:after {
	    width: 80px;
	}
	
	.single-portfolio .project-socials {
	    padding-top: 30px;
	}
	
	.single-portfolio .project-socials ul li {
	    padding: 0 15px;
	}
	
	.single-portfolio .project-socials ul li:last-child {
	    padding-right: 0;
	}
	
	.single-portfolio .project-socials ul li:first-child {
	    padding-left: 0;
	}
	
	.single-portfolio .project-socials a {
	    font-size: 18px;
	}
	
	.single-portfolio .project-socials a:hover {
	    color: #439200;
	}
	
	.portfolio-metas {
	    padding-left: 30px;
	}
	
	.portfolio-metas h4 {
	    font-size: 16px;
	    font-weight: 600;
	    margin: 0;
	    line-height: 1;
	    display: inline-block;
	    padding-right: 15px;
	}
	
	.portfolio-metas a,
	.portfolio-metas p {
	    color: #848484;
	    font-size: 16px;
	    margin-bottom: 0;
	    font-weight: 300;
	}
	
	.portfolio-metas .meta {
	    padding-bottom: 19px;
	}
	
	.portfolio-metas .meta:last-child {
	    padding-bottom: 0;
	}
	
	.portfolio-metas i {
	    font-size: 14px;
	    color: #439200;
	}
	
	.project-wrapper {
	    margin-bottom: 10px;
	}
	
	.project-wrapper .col-2:nth-child(2n+1),
	.project-wrapper .col-3:nth-child(3n+1),
	.project-wrapper .col-4:nth-child(4n+1) {
	    clear: left;
	}
	
	.project-inner {
	    position: relative;
	}
	
	.project-inner:before {
	    content: '';
	    width: -webkit-calc(100% - 20px);
	    width: calc(100% - 20px);
	    height: -webkit-calc(100% - 20px);
	    height: calc(100% - 20px);
	    position: absolute;
	    top: 10px;
	    left: 10px;
	    right: 10px;
	    bottom: 10px;
	    border: 2px solid #439200;
	    z-index: 9;
	    opacity: 0;
	    -webkit-transition: 0.5s;
	    transition: 0.5s;
	}
	
	.project-inner .project-thumbnail {
	    position: relative;
	    overflow: hidden;
	}
	
	.project-inner .project-thumbnail .pro-link {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 99;
	    background-color: transparent;
	}
	
	.project-inner .project-thumbnail:before {
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: #000;
	    opacity: 0;
	    -webkit-transition: 0.5s;
	    transition: 0.5s;
	    z-index: 1;
	}
	
	.project-inner .project-thumbnail img {
	    -webkit-transition: 0.5s;
	    transition: 0.5s;
	    width: 100%;
	}
	
	.project-inner .project-summary {
	    position: relative;
	    z-index: 100;
	}
	
	.project-inner .project-summary h2 {
	    font-size: 16px;
	    margin-top: 0;
	    margin-bottom: 5px;
	    font-weight: 500;
	    line-height: 26px;
	}
	
	.project-inner .project-summary h2 a {
	    color: #252525;
	}
	
	.project-inner .mf-portfolio-icon {
	    position: absolute;
	    color: #fff;
	    text-align: center;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	    opacity: 0;
	    -webkit-transition: 0.5s;
	    transition: 0.5s;
	    z-index: 100;
	}
	
	.project-inner .mf-portfolio-icon i {
	    font-size: 24px;
	}
	
	.project-inner .mf-portfolio-icon i:before {
	    font-size: 24px;
	}
	
	.project-inner:hover .project-thumbnail:before {
	    opacity: 0.85;
	}
	
	.project-inner:hover .project-thumbnail img {
	    -webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    transform: scale(1.05);
	}
	
	.project-inner:hover:before,
	.project-inner:hover .mf-portfolio-icon {
	    opacity: 1;
	}
	
	.portfolio-modern .project-wrapper {
	    margin-bottom: 30px;
	}
	
	.portfolio-modern .project-inner {
	    overflow: hidden;
	}
	
	.portfolio-modern .project-inner .project-summary {
	    opacity: 0;
	    -webkit-transition: 0.5s;
	    transition: 0.5s;
	    position: absolute;
	    bottom: 35px;
	    left: 40px;
	    z-index: 100;
	}
	
	.portfolio-modern .project-inner .project-summary h2 {
	    font-size: 20px;
	    margin-top: 0;
	    margin-bottom: 5px;
	    font-weight: 500;
	    line-height: 1;
	}
	
	.portfolio-modern .project-inner .project-summary h2 a {
	    color: #fff;
	}
	
	.portfolio-modern .project-inner:hover .project-summary {
	    opacity: 1;
	}
	
	.col-3 .portfolio-modern .project-inner .project-summary {
	    bottom: 25px;
	    left: 30px;
	}
	
	.portfolio-modern .project-wrapper.col-3 .project-inner .project-summary {
	    bottom: 25px;
	    left: 30px;
	}
	
	.portfolio-modern .project-wrapper.col-4 .popup-link {
	    display: none;
	}
	
	.portfolio-modern .project-wrapper.col-4 .project-summary {
	    width: 100%;
	    bottom: 50%;
	    left: 0;
	    -webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	    transform: translateY(50%);
	    text-align: center;
	    padding: 0 25px;
	}
	
	.portfolio-modern .project-wrapper.col-4 .mf-portfolio-icon {
	    display: none;
	}
	
	.portfolio-with-space .project-inner,
	.portfolio-without-space .project-inner {
	    padding-bottom: 35px;
	}
	
	.portfolio-with-space .project-inner .project-thumbnail,
	.portfolio-without-space .project-inner .project-thumbnail {
	    margin-bottom: 30px;
	}
	
	.portfolio-with-space .project-inner .project-summary,
	.portfolio-without-space .project-inner .project-summary {
	    text-align: center;
	    padding: 0 25px;
	}
	
	.portfolio-without-space .project-wrapper {
	    padding-left: 0;
	    padding-right: 0;
	}
	
	.search-no-results .no-results .page-header {
	    background-color: transparent;
	}
	
	.search-no-results .no-results h2 {
	    margin-bottom: 30px;
	    color: #252525;
	    margin-top: 0;
	}
	
	.search-no-results .no-results .search-form {
	    font-size: 16px;
	    position: relative;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	
	.search-no-results .no-results .search-form:before {
	    content: '\f002';
	    position: absolute;
	    top: 50%;
	    right: 16px;
	    color: #393939;
	    font-family: FontAwesome;
	    font-size: 14px;
	    z-index: 99;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	
	.search-no-results .no-results .search-form:after {
	    content: '';
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 50px;
	    height: 50px;
	    background-color: #f2f2f2;
	    z-index: 9;
	}
	
	.search-no-results .no-results .search-form .screen-reader-text {
	    display: none;
	}
	
	.search-no-results .no-results .search-form::-webkit-input-placeholder {
	    color: #848484;
	}
	
	.search-no-results .no-results .search-form:-moz-placeholder {
	    color: #848484;
	}
	
	.search-no-results .no-results .search-form::-moz-placeholder {
	    color: #848484;
	}
	
	.search-no-results .no-results .search-form:-ms-input-placeholder {
	    color: #848484;
	}
	
	.search-no-results .no-results .search-form .search-submit {
	    position: relative;
	    width: 50px;
	    height: 50px;
	    opacity: 0;
	    z-index: 999;
	}
	
	.search-no-results .no-results .search-form label {
	    width: 100%;
	    margin-bottom: 0;
	}
	
	.search-no-results .no-results .search-form label input {
	    width: 100%;
	    border-right: 0;
	}
	
	.search-no-results .no-results .search-form label input:focus {
	    outline: none;
	    border-color: #efefef;
	}
	
	.search-results .blog-wrapper:hover .entry-thumbnail img {
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	}
	
	.search-results .search-wrapper {
	    width: 100%;
	    padding: 0;
	}
	
	/*--------------------------------------------------------------
  Prtfolio Section
--------------------------------------------------------------*/
	
	.mf-portfolio .mf-section-title {
	    margin-bottom: 50px;
	}
	
	.mf-portfolio ul.nav-filter.dark li a {
	    color: #848484;
	    border-color: rgba(239, 239, 239, 0.1);
	    background-color: #0b0b0b;
	}
	
	.mf-portfolio ul.nav-filter.dark li a.active,
	.mf-portfolio ul.nav-filter.dark li a:hover {
	    color: #393939;
	    background-color: #439200;
	    border-color: #439200;
	}
	
	.mf-portfolio.mf-portfolio-carousel .project-wrapper {
	    width: 100%;
	}
	
	.mf-portfolio.mf-portfolio-carousel ul.nav-filter {
	    margin-bottom: 50px;
	}
	
	.mf-portfolio .project-inner {
	    padding-bottom: 22px;
	}
	
	.mf-portfolio .project-inner .project-thumbnail {
	    margin-bottom: 20px;
		background-color:#FFF;
		padding:5px;
	}
	
	.mf-portfolio .project-inner .project-summary {
	    text-align: center;
	    padding: 0 18px;
	}
	
	.mf-portfolio.mf-portfolio-isotope .project-inner {
	    padding-bottom: 0;
	}
	
	.mf-portfolio.mf-portfolio-isotope .project-inner .project-thumbnail {
	    margin-bottom: 0;
	}
	
	.mf-portfolio.light-version .project-inner .project-summary h2 a {
	    color: #fff;
	}
	
	.mf-portfolio.light-version .project-inner:hover .cat-portfolio {
	    color: #439200;
	}
	
	.mf-portfolio.light-version .cat-portfolio {
	    color: #9b9b9b;
	}
	
	.mf-portfolio.style-1 .project-wrapper,
	.mf-portfolio.style-3 .project-wrapper {
	    padding-left: 0;
	    padding-right: 0;
	}
	
	.mf-portfolio.style-1 ul.nav-filter {
	    margin-bottom: 50px;
	}
	
	.mf-portfolio.style-1 ul.nav-filter li a {
	    border: 0;
	    -webkit-border-bottom-left-radius: 0;
	    border-bottom-left-radius: 0;
	    -webkit-border-bottom-right-radius: 0;
	    border-bottom-right-radius: 0;
	}
	
	.mf-portfolio.style-2 .portfolio-list {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	
	.mf-portfolio.style-2 .slick-prev,
	.mf-portfolio.style-2 .slick-next {
	    top: 32%;
	    width: 45px;
	    height: 45px;
	    z-index: 99;
	}
	
	.mf-portfolio.style-2 .slick-prev:before,
	.mf-portfolio.style-2 .slick-next:before {
	    font-size: 14px;
	}
	
	.mf-portfolio.style-2 .slick-prev {
	    left: 0px;
	}
	
	.mf-portfolio.style-2 .slick-next {
	    right: 0px;
	}
	
	.mf-portfolio.style-3 .mf-portfolio-header {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -moz-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    margin-bottom: 50px;
	}
	
	.mf-portfolio.style-3 .mf-section-title {
	    margin-bottom: 0;
	}
	
	.mf-portfolio.style-3 ul.nav-filter {
	    display: block;
	    margin: 0;
	}
	
	.mf-portfolio.style-3 .project-inner:before {
	    display: none;
	}
	
	.mf-portfolio.style-3 .project-inner .project-thumbnail {
	    margin-bottom: 0;
	}
	
	.mf-portfolio.style-3 .project-inner .project-summary {
	    background-color: #fff;
	    padding-top: 18px;
	    padding-bottom: 12px;
	}
	
	.mf-portfolio.style-3 .project-title a:hover {
	    color: #439200;
	}
	
	.mf-portfolio.style-3 .slick-prev,
	.mf-portfolio.style-3 .slick-next {
	    top: 50%;
	}
	
	.mf-portfolio .slick-prev,
	.mf-portfolio .slick-next {
	    top: 39%;
	}
	
	/*--------------------------------------------------------------
 Custom Quote
--------------------------------------------------------------*/
	
	.welcomesec-1 {
	    padding: 75px 0 30px;
	    position: relative;
	    z-index: 1;
	    background: url(../images/bg/h1-about-bg-1.jpg) center center no-repeat;
	    background-size: cover;
	}
	
	.welleftm {
	    padding-right: 80px;
	}
	
	.welleftm .mf-section-title {
	    margin-bottom: 25px;
	}
	
	.mf-section-title h2 {
	    font-size: 30px;
	    font-weight: 400;
	    margin: 0;
	    padding-bottom: 22px;
	    position: relative;
		color:#FFF;
	}
	
	.margbtm40 {
	    margin-bottom: 20px;
	}
	
	.mf-section-title h2:after {
	    content: '';
	    width: 80px;
	    height: 4px;
	    -webkit-border-radius: 4px;
	    border-radius: 4px;
	    background-color: #439200;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	}
	
	.welleftm .signimage {
	    margin: 20px 0;
	}
	
	.wellmdtl p {
	    color: #439200;
	    font-weight: 600;
	    font-size: 17px;
	}
	
	.welrightm .mf-icon-box {
	    margin-bottom: 60px;
	}
	
	.welrightm .mf-icon-box .mf-icon {
	    margin-bottom: 25px;
	}
	
	.action-strip-1 {
	    background: #333 url(../images/bg/action-bg-1.jpg) center center no-repeat fixed;
	    padding: 50px 0;
	    background-size: cover;
	}
	
	.action-strip-1 h2 {
	    color: #439200;
	    font-size: 22px;
	    font-weight: 500;
	}
	
	.service-1 {
	    padding: 80px 0 50px;
	}
	
	.service-inner {
	    margin-bottom: 20px;
	}
	
	.mfcarousel .project-wrapper {
	    width: 100%;
	}
	
	.mf-portfolio.backbg {
	    background: #333 url(../images/bg/h2-project-bg-1.jpg) center center no-repeat fixed;
	    padding: 80px 0 50px;
	}
	
	.mf-latest-post {
	    padding: 70px 0 70px;
	}
	
	.mf-latest-post.graybg {
	    background: #f2f2f2;
	}
	
	.slidepost .col-md-4 {
	    width: 100%;
	}
	
	.request-quote1 {
	    background: #333 url(../images/bg/quotebg-1.jpg) center center no-repeat;
	    padding: 90px 0 70px;
	    background-size: cover;
	}
	
	.testimonial-1 {
	    padding: 70px 0 50px;
	}
	
	.testimonial-1.graybg {
	    background: #f2f2f2;
	}
	
	.testimonial-1 .owl-carousel .owl-item img {
	    display: inline-block;
	    width: auto;
	    -webkit-transform-style: preserve-3d;
	}
	
	.partener-1 {
	    padding: 70px 0 60px;
	}
	
	.partenertest {
	    color: #393939;
	    font-size: 26px;
	    font-weight: 500;
	}
	
	.service-2 {
	    padding: 70px 0 50px;
	}
	
	.service-2 .mf-services-2 {
	    margin-bottom: 40px;
	}
	
	.about-company {
	    padding: 70px 0 100px;
	    background: url(../images/bg/h2-bg-1.jpg) center center no-repeat;
	    background-size: cover;
	}
	
	.aboutcoinfo h3 {
	    margin-top: 0;
	    margin-bottom: 20px;
	}
	
	.projects-1 {
	    background: #07132a;
	}
	
	.projects-1 .projrgtinfo {
	    padding: 23px 60px 0px;
	}
	
	.projects-1 .mf-portfolio.mf-portfolio-carousel .project-wrapper {
	    width: 100%;
	    padding: 5px;
	}
	
	.projects-1 .projleftimg {
	    height: 440px;
	    background: url(../images/video-banner-1.jpg) center center cover no-repeat;
		
		
	}
	
	.projleftimg img {
		height:440px;
		
		
			}
	
	.mf-progress-bar-light {
	    background: url(../images/bg/progress-bg.jpg) center center no-repeat;
	    background-size: cover;
	}
	
	.vc_progress_bar .vc_single_bar .vc_bar {
	    display: block;
	    position: absolute;
	    height: 100%;
	    background-color: #e0e0e0;
	    width: 0%;
	    top: 0;
	    left: 0;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    transition: width 1s linear;
	    -moz-transition: width 1s linear;
	    -webkit-transition: width 1s linear;
	    -o-transition: width 1s linear;
	}
	
	.requets-quote-2 {
	    padding: 80px 0 90px;
	    background: #f5f5f5;
	}
	
	.requets-quote-2 input[type="submit"] {
	    margin-right: 20px;
	}
	
	.testimonial-2 {
	    background: url(../images/bg/h2-testi-bg.jpg) center center no-repeat;
	    padding: 80px 0;
	}
	
	.newsletter-1 {
	    background: #f2f2f2;
	    padding: 70px 0 0;
	}
	
	.titlepara {
	    text-align: center;
	    font-size: 18px;
	    margin-bottom: 40px;
	}
	
	.header-v3 .mf-header-item-button,
	.header-v4 .primary-nav ul.menu li.menu-item-search {
	    display: none;
	}
	
	.whychooseus-2 {
	    background: url(../images/bg/icon-area-bg.jpg) center center no-repeat;
	    padding: 0px 0 80px;
	    background-size: cover;
	}
	
	.whypara {
	    color: #fff;
	    font-size: 24px;
	    text-align: center;
	    margin-top: 80px;
	}
	
	.requets-quote-3 {
	    background: url(../images/bg/hp3-quote-bg.jpg) center center no-repeat;
	    padding: 90px 0;
	    background-size: cover;
	}
	
	.quote3info p {
	    font-size: 16px;
	    font-weight: 300;
	}
	
	.mf-form-4 h3 {
	    margin-top: 0;
	    font-size: 20px;
	}
	
	.mfvdo-imagebg {
	    min-height: 468px;
	    background-image: url(../images/video-banner-1.jpg);
	}
	
	
	.quotewrp {
	    background: #fff;
	    padding: 40px;
	}
	
	.testimonial-3 {
	    background: #f2f2f2;
	    padding: 70px 0 80px;
	}
	
	.welcomesec-3 {
	    background: #f2f2f2;
	    padding: 90px 0;
	}
	
	.welcomesec-3 .well3eftm {
	    padding: 0 20px 0 0;
	}
	
	.sidebarform {
	    background-color: #f2f2f2;
	    padding-top: 40px;
	    padding-right: 30px;
	    padding-bottom: 20px;
	    padding-left: 30px;
	}
	
	.counterssec {
	    background: url(../images/bg/counter-hp4.jpg) center center no-repeat;
	    padding: 80px 0;
	}
	
	.aboutus-4 {
	    background: #f2f2f2;
	    padding: 70px 0 80px;
	}
	
	.aboutus-4 h3 {
	    color: #363636;
	    font-weight: 500;
	    margin-top: 0;
	    margin-bottom: 20px;
	}
	
	.testwithvideo {
	    padding: 80px 0;
	}
	
	.testwithvideo .mf-testimonial .testimonial-avatar img {
	    max-width: 100%;
	    width: auto;
	    display: inline-block;
	}
	
	.testwithvideo .mf-box-shadown {
	    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
	}
	
	.mf-portfolio-4 {
	    background: url(../images/bg/portfolio-hp4.jpg) center center no-repeat;
	    padding: 80px 0;
	    background-size: cover;
	}
	
	.service-5 {
	    background: url(../images/bg/h5-service-bg.jpg) center center no-repeat;
	    padding: 90px 0 40px;
	    background-size: cover;
	}
	
	.service-5 .service-inner {
	    margin-bottom: 30px;
	}
	
	.whychooseus-5 {
	    padding: 80px 0;
	}
	
	.whychooseus-5 .mf-icon-box {
	    margin-bottom: 40px;
	}
	
	.whychooseus-5 .vc_progress_bar {
	    background: #f2f2f2;
	}
	
	.abouttop {
	    padding: 80px 0;
	}
	
	.abouttop h3 {
	    font-size: 20px;
	    margin-top: 0;
	    font-weight: 500;
	    margin-bottom: 20px;
	}
	
	.abouttop .signimage {
	    margin: 14px 0;
	}
	
	.abouttop .wellmdtl p {
	    font-size: 16px;
	}
	
	.servdtlaccord .panel-title {
	    font-size: 19px;
	    padding: 8px 0;
	}
	
	.servdtlaccord .panel-default > .panel-heading.active-panel a {
	    color: #439200;
	}
	
	.ourhistory {
	    background: #f2f2f2;
	    padding: 80px 0;
	}
	
	.ourteam {
	    padding: 80px 0;
	}
	
	.teambtminfo {
	    font-size: 20px;
	    color: #393939;
	    font-weight: 500;
	    text-align: center;
	}
	
	.pricingsec {
	    padding: 80px 0;
	}
	
	.pageteam {
	    padding: 30px 0 50px;
	}
	
	.service-dtail {
	    padding: 80px 0;
	}
	
	.dtlbgimg {
	    margin-bottom: 35px;
	}
	
	.service-dtail .bold h2 {
	    font-weight: 700;
	}
	
	.service-dtail p {
	    margin-bottom: 30px;
	}
	
	.whychoseopt .box-wrapper {
	    margin-bottom: 30px;
	}
	
	.service-dtail hr {
	    margin-bottom: 40px;
	}
	
	.service-dtail .nav-tabs {
	    border-bottom: 0;
	}
	
	.service-dtail .panel-default > .panel-heading {
	    padding-bottom: 0;
	}
	
	.panel.with-nav-tabs.panel-default .panel-body {
	    padding: 30px 25px 0;
	}
	
	.nav-tabs > li > a {
	    font-weight: 600;
	    color: #666;
	}
	
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:focus,
	.nav-tabs > li.active > a:hover {
	    color: #439200;
	}
	
	.pageproject-1 {
	    padding: 80px 0;
	}
	
	aside.mf-widget-col-4 .induscity-widget {
	    padding-left: 30px;
	}
	
	.contactform {
	    background: #f2f2f2;
	    padding: 60px 0;
	    margin: 0px 0 0;
	}
	
	.contactpage .mf-contact-box {
	    margin-bottom: 30px;
	}
	
	.wpcf7-form button[type="submit"] {
	    font-weight: 500;
	    color: #252525;
	    text-align: center;
	    display: inline-block;
	    min-width: 170px;
	    height: 50px;
	    line-height: 52px;
	    -webkit-border-radius: 3px;
	    border-radius: 3px;
	    padding: 0 20px;
	    background-color: #439200;
	    text-transform: capitalize;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    -webkit-transition: 0.5s;
	    transition: 0.5s;
	}
	
	.wpcf7-form .mf-form-2 button[type="submit"] {
	    margin-top: 30px;
	    height: 55px;
	    line-height: 58px;
	}
	
	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea {
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    width: 100%;
	    margin: 0;
	    outline: 0;
	    line-height: 1;
	}
	
	.login {
	    margin-top: 40px;
	}
	
	/*** 

====================================================================
	Work Section
====================================================================

***/

.work-section{
	position:relative;
	padding:40px 0px 40px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
}

.work-section .sec-title{
	margin-bottom:20px;
}

.process-block{
	position:relative;
	margin-bottom:35px;
}

.process-block .inner-box{
	position:relative;
	text-align:center;
}

.process-block .inner-box .upper-box{
	position:relative;
}

.process-block .inner-box .upper-box:after{
	position:absolute;
	content:'\f178';
	left:94%;
	top:50%;
	color:#e4e4e4;
	font-size:70px;
	margin-top:-10px;
	font-family: 'FontAwesome';
}
.work-section.style-two .process-block .inner-box .upper-box:after{
	color:#ccc;
}
.process-block:last-child .inner-box .upper-box:after{
	display:none;
}

.process-block .inner-box .upper-box .icon-box .block-number{
	position:absolute;
	right:-20px;
	top:-20px;
	width:40px;
	height:40px;
	color:#333333;
	font-size:24px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	line-height:40px;
	background-color:#ffb200;
	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;
	font-family: 'Arimo', sans-serif;
}

.process-block .inner-box .upper-box .icon-box{
	position:relative;
	width:130px;
	height:130px;
	margin:0 auto;
	color:#ffb200;
	font-size:40px;
	line-height:135px;
	background-color: #ffffff;
	margin-bottom:32px;
	border-radius:25px 0px 25px 0px;
	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;
}

.process-block .inner-box .lower-box{
	position:relative;
}

.process-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#ffb200;
	margin-bottom:15px;
	text-transform:uppercase;
}

.process-block .inner-box .lower-box h3 a{
	position:relative;
	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;
}

.process-block .inner-box:hover .lower-box h3 a{
	color:#ffffff;
}

.process-block .inner-box .lower-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
	max-width:250px;
	margin:0 auto;
}

.process-block.style-two .inner-box .lower-box .text{
	color:#777777;
}

.sec-title{
	position:relative;
	
}

.sec-title h2{
	position:relative;
	color:#333333;
	font-size:36px;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:20px;
}

.sec-title .separater{
	position:relative;
	width:100px;
	height:2px;
	background-color:#333333;
}

.sec-title .separater:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:-4px;
	width:10px;
	height:10px;
	display:inline-block;
	background-color:#439200;
}

.sec-title.centered .separater{
	left:50%;
	margin-left:-50px;
}

.sec-title .text{
	position:relative;
	color:#333333;
	font-size:18px;
	margin-top:32px;
}

.sec-title.centered h2:after{
	left:50%;
	margin-left:-30px;
}

.sec-title.light .separater{
	background-color:#ffffff;
}

.sec-title.centered .separater:before{
	left:50%;
	right:auto;
	margin-left:-5px;
}

.sec-title.light h2{
	color:#ffffff;
}

.process-block .inner-box .upper-box .icon-box {

    color: #333333;
}

.centered{
	text-align:center;	
}
.work-section:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    left: 0px;
    top: 0px;
    width: 100%;
    height:100%;
}

.process-block .inner-box .upper-box .icon-box {
    color: #333333;   
}


/*** 
	

	
