 @font-face {
    font-family: ShabnamFa;
    src: url('../../../fonts/shabnam/Farsi-Digits/Shabnam-FD.eot');
    src: url('../../../fonts/shabnam/Farsi-Digits/Shabnam-FD.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/shabnam/Farsi-Digits/Shabnam-FD.woff') format('woff'),
    url('../../../fonts/shabnam/Farsi-Digits/Shabnam-FD.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family:B Vazir;
    src: url('../fonts/vazir/Vazir-Bold-FD-WOL.eot');
    src: url('../fonts/vazir/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir-Bold-FD-WOL.woff') format('woff'),
    url('../fonts/vazir/Vazir-Bold-FD-WOL.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family:titr;
    src: url('../fonts/farsi/BTitrBold.eot');
    src: url('../fonts/farsi/BTitrBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/farsi/BTitrBold.woff') format('woff'),
    url('../fonts/farsi/BTitrBold.ttf') format('truetype');
    font-weight: bold;
}
html {
  font-family: 'ShabnamFa';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  direction: rtl;
}

body {
  margin: 0;
  font-family: 'ShabnamFa', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 400;
  line-height: 30px !important;
  color: #212529;
  text-align: right;
  background-color: #f9f9f9;
}
.whiteBack {
  background-color: #fff
}
.text-yellow {
  color: #fff200;
}
.form-check-inline {
  margin-right: 1.75rem;
}
.rtl .form-check-label, [dir="rtl"] .form-check-label {
  padding-right: 0.25rem;
  padding-left: 1.25rem;
}
*{
	margin:0;
	padding:0;
}
a:hover,a:focus{
    text-decoration: none !important;
    outline: none !important;
}
.btn-xs {
  font-size: 12px !important;
  padding: 4px !important;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
 .btn {
  font-size: 14px;
 }
.input {
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    width: 100%;
}
/*.form-group{
  margin-bottom: 15px !important
}*/
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.help-block {
    margin-top: -5px !important;
    margin-bottom: -20px !important;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
textarea.input {
    padding: 15px;
    min-height: 90px;
}
.navbar{
  margin-bottom: 0px;
}
.colorGray {
  background-color: #f9f9f9;
}
.btn-novin {
	background-color: #fff200;
	width: 100%;
}
.btn-gray {
  background-color: #9fa4aa;
  border: 1px solid #9fa4aa;
  color: #fff;
  width: 100px;
}
.btn-gray:active, .btn-gray.active, .open > .dropdown-toggle.btn-gray{
  background-color: #fff200;
  border: 1px solid #fff200;
  color: #333;
}
.form-control {
	height: 40px !important;
  font-size: 14px !important;
}
textarea.form-control {
    height: auto !important;
}
.d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.section{
	padding:100px 0px;
}
.fixWidth{
  max-width: 60px !important;
}
.feature-list i {
  color: #fff200;
  margin-left: 5px;
}
.single-service p{
  text-align: justify;
}
.single-service h3{
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}
.section-header h2 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fff200;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

.section-header h3 {
    font-size: 22px;
    color: #111;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fff200;
  bottom: 0;
  left: calc(50% - 20px);
}
html,body {
	height: 100%;
	margin: 0;
}
/*body{
	font-family: 'shabnamFa', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#333;
	background:f9f9f9
	margin:0;
	padding:0;
}
*/
a,button{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
p{
	padding:0;
	margin:0;
}
ul, li{
	list-style:none;
	padding:0;
	margin:0;
	
}
a,button{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	outline:none;
	box-shadow:none;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
button {
    outline: none !important;
    border: none;
    background: transparent;
}
img{ max-width: 100% }

#features{}
#features .feature-left{}
#features .feature-left img{/*height:400px;*/width:100%;margin-top:30px;}
#features .feature-right{}
#features .single-right{position:relative;margin-top:30px;}
#features .single-right i{font-size:26px;position:absolute;left:50px;top:0;height:64px;width:64px;line-height:64px;border:1px solid #ddd;border-radius:100%;text-align:center;transition:all 0.4s ease;}
#features .single-right:hover i{transform:scale(1.1);border-color:transparent;}
#features .single-right .right-content{margin-left:133px;}
#features .single-right .right-content h3{font-size:22px;color:#000;margin:0;padding:0;}
#features .single-right .right-content p{color:#989898;}
/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
  position: relative;
}

.item-slick1,
.item-slick2,
.item-slick3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.item-slick1 {
  height: calc(100vh - 89px);
}

.arrow-slick1, .arrow-slick2, .arrow-slick3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
  opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
  background-color: #fff200;
}

.next-slick1,
.next-slick2,
.next-slick3 {
  right: 50px;
  left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {
  left: 50px;
  right: auto;
}

@media (min-width: 374px) and (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
  .item-slick1 {
    background-size: cover;
    background-position: top center;
    height: 172px;
  }
  .p-t-150 {
    padding-top: 10px;
  }
  .p-b-170{
    padding-bottom: 10px
  }

}

@media (max-width: 375px) {
    .item-slick1 {
        height: 154px;
    }
}

/* ------------------------------------ */
.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  height: 65px;
  left: 0;
  bottom: 0;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick1-dots li {
  padding-left: 3px;
  padding-right: 3px;
}

.slick1-dots li button {
  display: block;
  color: transparent;
  background-color: #958e88;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #fff200;
}

.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #fff200;
} 

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 768px) {
  .wrap-content-slide1 .tit1 {
    font-size: 70px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 60px;
  }
  .wrap-slick1-dots {
    height: 25px;
  }
  .section{
    padding:40px 0px;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .tit1 {
    font-size: 30px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 50px;
  }
}
/*====================================================
                       NAVIGATION
======================================================*/
    /*Top Navbar*/
.top-menubar-nav {
    display: none;
}

header .topmenu {
    background: #333;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}

header .topmenu ul {
    margin: 0;
}

header .topmenu .top-contacts {
    line-height: 25px;
}

header .topmenu .top-contacts li {
    color: #666;
    padding: 5px 0;
    font-size: 12px;
    margin-right: 15px;
    display: inline-block;
}

header .topmenu .top-contacts li a {
    color: #666;
}

header .topmenu .top-contacts i {
    color: #999;
    font-size: 13px;
    margin-right: 3px;
}
/*Top Data*/

header .topmenu .top-data {
    text-align: left;
}

header .topmenu .top-data li {
    padding: 1px 11px;
    margin-left: -4px;
    display: inline-block;
    border-right: solid 1px #333;          
}

header .topmenu .top-data li:first-child {
    margin-left: 0;
    border-left: solid 1px #333;
}

header .topmenu .top-data li a {
    font-size: 12px;
}

header .topmenu .top-data li a:hover {
    text-decoration: none;
}

.top-social {
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    border-radius: 50%;
    background: #fff;
}

header .topmenu .top-data li i.top-social.fa-facebook,
.social-icon-f li i.top-social.fa-facebook {
    border: 2px solid #4267b2;
    color: #4267b2;
}

header .topmenu .top-data li i.top-social.fa-facebook:hover,
.social-icon-f li i.top-social.fa-facebook:hover {
    background: #4267b2;
    color: #fff;
}

header .topmenu .top-data li i.top-social.fa-twitter,
.social-icon-f li i.top-social.fa-twitter {
    border: 2px solid #4AB3F4;
    color: #4AB3F4;
}

header .topmenu .top-data li i.top-social.fa-twitter:hover,
.social-icon-f li i.top-social.fa-twitter:hover {
    background: #4AB3F4;
    color: #fff;
}

header .topmenu .top-data li i.top-social.fa-google-plus,
.social-icon-f li i.top-social.fa-google-plus {
    border: 2px solid #e24343;
    color: #e24343;
}

header .topmenu .top-data li i.top-social.fa-google-plus:hover,
.social-icon-f li i.top-social.fa-google-plus:hover {
    background: #e24343;
    color: #fff;
}

header .topmenu .top-data li a.log-top {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color:#fff;
}

header .topmenu .top-data li a.log-top:hover {
    color:#fff200;
}
/*Responsive Topbar*/

@media (max-width: 991px) {
    header .topmenu ul {
        text-align: left !important;
    }

    header .topmenu .top-data li {
        top: 1px;
        padding: 1px 11px;
        margin-left: -5px;
        position: relative;
        /*border: solid 1px #eee;*/
    }
}
.font-small {
  font-size: 9px;
}
/*Navbar*/
.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0.5px 4px #c3c2c2;
}  
.navbar {
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #fff;
}

.navbar-header {
    padding-left: 85px;
}

.justify-content-end {
    padding-right: 85px;
}

.navbar-nav {
    float: left;
}

.navbar-nav>li {
    height: 55px;
    line-height: 45px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    transition: all .5s ease-in-out;
}

.navbar-nav>li:hover,
.navbar-nav>li.active {
    border-bottom: 3px solid #fff200;
    background: #f9f9f9;
}
        
.navbar-nav>li>a {
    color: #808282 !important; 
    font-size: 14.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active {
    /*color: #fff200!important;*/
}
/*This is item search bar*/

.navbar-nav li>.search {
    color: #aaa;
    cursor: pointer;
    font-size: 15px;
    z-index: 0;
    min-width: 30px;
    margin-top: 3px;
    padding: 18px 0;
    text-align: center;
    display: inline-block;
}

.navbar-nav li>.search:hover {
    /*color: #2196f3;*/
}

.navbar .search-open {
    left: 0;
    top: 55px;
    display: none;
    height: 50px;
    padding: 4px;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
    z-index: 1001;
}

.navbar .search-open input,
.navbar .search-open span {
    height: 40px;
    border-color: #888;
    line-height: 50px;
}

.navbar .search-open span {
    background: #fff200;
    color: #333;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-toggle .navbar-toggler-icon {
    background-color: #fff!important;
}

.navbar-collapse {
    max-height: none !important;
}

.vesco-top-nav ul.navbar-nav>li>a.active {
    color: #2196f3!important;
}
  
@media (min-width: 992px){

    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        position: absolute;
        left: -280px;
    }

    .dropdown-cust.mega-menu .dropdown-item {
        border-right: 1px solid #e0e0e0;
    }    

    .dropdown-cust.mega-menu {
        margin-top: 0px;
        min-width: 450px;
        padding: 0;
        border-top: 2px solid #fff200;
        border-left: 2px solid rgba(1, 1, 1, 0);
        border-right: 2px solid rgba(1, 1, 1, 0);
        border-bottom: 2px solid #fff200;
        border-radius: 0;
    }
} 

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        position: absolute;
        left: -300px;
    }    
}

.dropdown-cust {
    margin-top: 0px;
    min-width: 220px;
    padding: 0;
    border-top: 2px solid #fff200;
    border-left: 2px solid rgba(1, 1, 1, 0);
    border-right: 2px solid rgba(1, 1, 1, 0);
    border-bottom: 2px solid #fff200;
    border-radius: 0;
} 

.top-data .dropdown {
  /*/min-width: 200px;*/
}
.top-data .dropdown-item {
    padding: 0.25rem 0.75rem !important;
    font-size: 14px;
}
.top-data .dropdown-item {
    padding: 0.25rem 0.75rem !important;
    font-size: 14px;
}
.top-data .dropdown-item i {
    margin-left: 5px; 
}
.top-data .dropdown-divider {
   margin: 0px 0 !important;
}
.top-data .dropdown-menu{
  padding: 0px !important;
  position:absolute !important;
}
.dropdown-cust .dropdown-item {
    display: block;
    width: 100%;
    padding: 0px 1rem;
    margin: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    clear: both;
    font-weight: 400;
    color: #61666b;
    text-align: inherit;
    white-space: nowrap;
    text-transform: uppercase;
    background: 0 0;
    border-bottom: 1px solid #e0e0e0;
} 

.dropdown-cust .dropdown-item:hover,
.dropdown-cust .dropdown-item.active {
    background: #f0f0f0;
}

.dropdown-cust.mega-menu .mega-menu-img img {
}

@media (max-width: 991px) {

    .navbar>.container .navbar-nav {
        float: left;
        border-top: 1px solid #ddd;
        width: 100%;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 12px 0px;
        margin-left: -10px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar .search-open {
        width: 100%;
    }

    .navbar-nav>li {
        height: auto;
        line-height: 35px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav>li.active,
    .navbar-nav>li:hover,
    .navbar-nav>li:active {
        border-bottom: 2px solid #ddd;
        background: #f0f0f0;
    }

    .navbar li>.search {
        display: none;
    }

    .navbar .search-open {
        right: 0;
        top: 0;
        display: block;
        height: auto;
        line-height: 50px;
        padding: 4px;
        position: relative;
        box-shadow: none;
        background: none;
        z-index: 1;
    }

    .dropdown-cust {
        margin-top: -2px;
        min-width: 220px;
        padding: 0;
        border-left: 2px solid rgba(1, 1, 1, 0);
        border-right: 2px solid rgba(1, 1, 1, 0);
        border-bottom: 2px solid #2196f3;
        border-radius: 0;
        z-index: 0;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .affix {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        box-shadow: 0px 0.5px 4px #c3c2c2;
    }  

    .top-menubar {
       /* display: none;*/
    }

    .container {
        max-width: 100%;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container .navbar-toggler,
    .navbar>.container-fluid .navbar-brand {
       margin: 2px 84% 4px;
        border-color: #fff !important;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 8px 0px;
    }

    .navbar-nav>li {
        line-height: 25px;
        padding: 0 20px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav>li:last-child {
        padding: 0px;
    }
    .navbar-nav>li.dropdown .dropdown-menu {
        margin-bottom: 15px;
    }

    .top-menubar-nav {
        display: block;
    }
}

@media (min-width: 1600px) {
    .dropdown-cust .dropdown-item {
        font-size: 15px;
    }
}

/*====================================================
                LOGIN OR REGISTER
======================================================*/

        #login-modal .modal-dialog {
            margin-top: 170px;
            width: 500px;
        }

        #login-modal label {
            color: #888;
            margin-bottom: 0;
        }

        #login-modal input[type=text],
        input[type=password] {
            /*margin-bottom: 15px;*/
            /*border-radius: 0;*/
        }
        #login-modal .form-group {
          margin-bottom: 0px !important;
        }
        .modal-backdrop.in {
            filter: alpha(opacity=10);
            opacity: .8;
        }

        .modal-content {
            /*background-color: #ececec;*/
            border: 3px solid #fff200;
            border-radius: 0px;
            outline: 0;
        }
        
        .black .modal-content {
            border: 3px solid #000 !important;
        }
        
        .black .modal-header {
            min-height: 0px !important;
            padding: 4px 0px 0px 7px !important;
        }
        .black .modal-body {
            padding: 0px 30px 30px !important;
        }
        
        .modal-header {
            min-height: 16.43px;
            padding: 15px 15px 15px 15px;
            border-bottom: 0px;
        }

        .modal-body {
            position: relative;
            padding: 5px 45px 50px;
        }

        .modal-footer {
            padding: 15px 45px 15px 45px;
            text-align: left;
            width: 100%;
            border-top: 0px;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: end;
            justify-content: center;
        }

        .modal-footer {
            display: -ms-flexbox;
            display: flex;
            padding: 15px;
            border-top: 1px solid #e9ecef;
        }

        .checkbox {
            margin-bottom: 0px;
        }


        .btn-link {
            padding: 5px 10px 0px 0px;
            color: #95a5a6;
        }

        .btn-link:hover,
        .btn-link:focus {
            color: #2c3e50;
            text-decoration: none;
        }

        @media (max-width: 575px) {
            #login-modal .modal-dialog {
                margin-top: 100px;
                width: 300px;
                margin: 100px auto;
            }
        }



.accordion .card {
  border-radius: 0px;
  margin-bottom: -2px;
}

.accordion .header-title {
  position: relative;
}

/*.accordion .header-title:after {
  font-family: "LineIcons";
  content: "\e93a";
  position: absolute;
  right: 10px;
  color: #999;
  top: 50%;
  line-height: 1;
  padding: 0px 5px;
  margin-top: -7px;
}

.accordion .collapsed:after {
  content: "\e940";
}*/

.accordion .card-header {
  background: transparent;
  cursor: pointer;
  padding: 0;
}
/***************taghyeer panel *****************/

.accordion .card-header i {
  color: #333;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-left: 10px;
  border-left: 1px solid #fff200;
  background-color: #fff200;
}

.accordion .card-body {
  padding-left: 56px;
}

.single-features-area:hover .ratings-map-area > a:last-child {
    background-color: #30c0a3;
}

/* Feature Events Area CSS */

.single-feature-events-area {
	height: 155px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 50px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.single-feature-events-area .feature-events-thumb {
    /*position: relative;*/
    z-index: 1;
}

.date-map-area {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.date-map-area > a {
    padding: 12px 15px;
    font-size: 12px;
    width: 65px;
    font-weight: 800;
    color: #333;
    height: 63px;
    background-color: #7643ea;
    text-align: center;
}

.date-map-area > a:last-child {
    background-color: #fff200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}
.feature-events-thumb {
    width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
}

.feature-events-content {
    position: relative;
    z-index: 2;
    padding: 0 15px 0 15%;
}

.feature-events-details-btn > a {
    width: 100px;
    height: 40px;
    background-color: #2a2a2a;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99
}

.feature-events-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-events-content h6 {
    font-size: 14px;
    font-weight: 400;
    color: #bfb1de;
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-events-content p {
    font-size: 14px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    margin-bottom: 0;
    margin-right: -80px;
}

/*.single-feature-events-area:hover {
    background-color: #fff200;
}*/

.single-feature-events-area:hover .feature-events-content h5,
.single-feature-events-area:hover .feature-events-content p {
    /*color: #fff;*/
}


.contact-section .contact-info p a {
  color: #1a1a1a; }

.contact-section .box {
  width: 100%;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  @media (max-width: 991.98px) {
    .contact-section .box {
      margin-bottom: 30px; } }
  .contact-section .box .icon {
    width: 100px;
    height: 100px;
    background: #17b978;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .contact-section .box .icon span {
      color: #fff;
      font-size: 30px; }
  .contact-section .box h3 {
    font-size: 18px;
    font-weight: 600; }

.contact-section .contact-form {
  width: 100%; }

.contact-section .img {
  width: 100%;
  background-position: top center; }
  @media (max-width: 991.98px) {
    .contact-section .img {
      height: 500px; } }

.contact-section .contact-info p a {
  color: #17b978; }

.contact-section .contact-form {
  width: 100%; }
  @media (max-width: 767.98px) {
    .contact-section .contact-form .btn-primary {
      display: block;
      width: 100%; } }

#location .single-address {
	padding: 30px;
	text-align: center;
	border-radius: 5px;
	margin-top: 30px;
	background:#252525;
}
#location .single-address i {
	font-size: 22px;
	margin-bottom: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border-radius: 100%;
	border: 1px solid #fff;
}
#location .single-address.active {
	background:#fff200;
	color:#252525;
}
#location .single-address.active i{
	background:transparent;
	color:#252525;
	border-color: #252525
}
#location .single-address h4 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 18px;
}
#location .single-address p{
	color:#fff;
	font-weight:400;
}
#location .single-address.active p{
	color:#252525;
	font-weight:400;
}
#footer {
	background: #252525;
	position: relative;
	text-align:center;
}
/*#footer::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #fff;
	border-bottom: 26px solid;
	border-left: 30px solid transparent;
}*/
#footer .footer-top {
	padding: 60px 0;
}
#footer .logo{
	margin-bottom:40px;
}
#footer .logo a{
	color:#fff;
	text-transform:uppercase;
	font-size:40px;
	font-weight:400;
}
#footer .social {
	float: none;
	/*margin-bottom:40px;*/
}
#footer .social li {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
	font-weight: 500;
}
#footer .social li:last-child{
	margin-left:0;
}
#footer .social a {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	border: 1px solid #eee;
	color: #fff;
	border-radius: 100%;
}
#footer .social li:hover a,
#footer .social li.active a{
	color:#fff;
	border-color:transparent;
}
#footer .nav li {
	display: inline-block;
	margin-left: 40px;
}
#footer .nav li:last-child{
	margin:0;
}
#footer .nav li a {
	padding: 0;
	text-transform: uppercase;
	font-size: 15px;
	color:#eee;
	background:transparent;
}
#footer .copyright {
	background: #151515;
	padding: 8px 0;
}
#footer .copyright p{
	color:#fff;
}
#footer .copyright p span{
	margin:0 5px;
}
#footer .copyright p i{
	-webkit-animation: blink 1s infinite;
	-moz-animation: blink 1s infinite;
	animation: blink 1s infinite;
}

/**********************************************************************/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{overflow: hidden;display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button, .owl-carousel .owl-dots button{background:0 0;color:inherit;border:none;padding:0;font:inherit}.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{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{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;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/** owl.theme.default.min.css**/
.owl-bar,.owl-carousel .owl-dots,.owl-carousel .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-nav{margin-top:10px}
.owl-carousel .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;}.owl-carousel .owl-nav .disabled{opacity:.5;cursor:default}.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px;-o-border-radius:30px;-ms-border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;}.owl-carousel 
.owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#f79029}
.owl-bar .button{font-size: 35px;margin: 0 5px;color: #d6d6d6;cursor: pointer;line-height: 1em;}
.owl-bar .button:hover, .owl-bar .button.active{color:#f79029}

/** owl.my.theme **/
/*----- buttons-----------*/
.owl-carousel .owl-nav{margin-top:0;text-align:center;}
.owl-carousel .owl-nav button.owl-prev{right:0;}
.owl-carousel .owl-nav button.owl-next{left:0;}
.owl-carousel .owl-nav [class*=owl-] {background: none;background-color: transparent !important;z-index: 9;position: absolute;margin: 0;top: 50%;overflow: hidden;}
.owl-carousel .owl-nav button .fa{position:relative;overflow: hidden;width:40px;height:40px;line-height:40px;border:0;background-color:#333;color:#FFF;font-size:17px;text-align:center;}
/*-----transition:all 0.5s---------*/
.owl-carousel .owl-nav button .fa{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
/*-----translateY(-50%)---------*/
.owl-carousel .owl-nav button{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
/*-----translate-X--(-300px)---------*/
.owl-carousel i.fa.fa-angle-left{-webkit-transform:translateX(-300px);-moz-transform:translateX(-300px);-o-transform:translateX(-300px);-ms-transform:translateX(-300px);t
transform:translateX(-300px);transform:translateX(-300px);}
/*-----translate-X--(300px)---------*/
.owl-carousel i.fa.fa-angle-right{-webkit-transform:translateX(300px);-moz-transform:translateX(300px);-o-transform:translateX(300px);-ms-transform:translateX(300px);transform:translateX(300px);}
/*-----translate-Y--(0)---------*/
.owl-carousel:hover .owl-nav button .fa, .owl-carousel .owl-nav button:focus .fa,.owl-carousel .owl-nav button:hover .fa:after{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}
/*-----border-radius--(100%)---------*/
.owl-carousel .owl-nav button .fa{border-radius:100%;-o-border-radius:100%;-ms-border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;}
/*-----box-shadow--(prim)---------*/
.owl-carousel .owl-nav button .fa{-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.26);box-shadow: 0 1px 3px 0 rgba(0,0,0,0.26);-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.26);-o-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.26);-ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.26);}

#category {
  background: #fff;
}

#sync1 .item {
  /*background: #f5f5f5;
  padding: 27px 5px;*/
  margin: 1px;
  color: #333;
  border-radius: 3px;
  /*border: 1px solid #e7e7e7;*/
  /*height: 160px;*/
  text-align: center;
}
#sync1 .item.active {
  background: #fbfbfb;
  border-bottom: 4px solid #fff200;
}
#sync1 .item i{
  font-size: 40px
}
#sync2 .item {
  background: #1ccacd;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync1 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #f79029;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}

#sync1.owl-theme {
  position: relative;
}
.tab-content .catBox {
  border: 1px solid #fbfbfb;
  display: inline-block;
  -webkit-box-shadow:0px 4px 10px rgba(0,0,0,0.1);-moz-box-shadow:0px 4px 10px rgba(0,0,0,0.1);box-shadow:0px 4px 10px rgba(0,0,0,0.1);
  padding: 10px;
  margin:10px;
  width: 100%;
  background-color: #fff;
}
/******************************************************************/
/*=====================================================
    Process
======================================================*/

.process-inner {
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 150px;
    margin-bottom: 30px;
    background-color: #f9f9f9
}

.process-inner .icon-holder {
    position: relative;
    top: 20px;
    display: inline-block;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}

.process-inner .heading {
    position: relative;
    top: 23px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/*.proecess-block:nth-child(2) .process-inner{

}
.proecess-block:nth-child(2) .process-inner:hover {
    border:1px solid #835aeb;
}

.proecess-block:nth-child(3) .process-inner {

}
.proecess-block:nth-child(3) .process-inner:hover {
    border:1px solid #002453;
}

.proecess-block:nth-child(4) .process-inner {

}*/
.proecess-block .process-inner:hover {
    border-color: #fff200;
    background-color: #fff;
    box-shadow: 0px 0.5px 4px #fff200;
}
.process-inner .icon-holder > img.icon {
    width: 40px;
}

.process-inner:hover {
    border-color: #00a8ff;
}

.process-inner:hover .icon-holder {
    top: -30px;
    background-color: #fff;
}

.process-inner:hover .heading {
    top: -30px;
}

.process-inner .description {
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.process-inner:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.process {
    /*background-color: #f6f6f6;*/
}

.proecess-block .process-inner {
    background-color: #f9f9f9;
    color: #333;
    text-align: center;
    border:1px solid #dedede;
}



.process-inner i {
    font-size: 40px;
    margin-bottom: 35px;
    color:#fff200;
}

.process-inner h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}


.services {
  background: #fff;
}

.padding-none {
  padding: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.padding-none:nth-child(1) {
  border-right: none;
}

.padding-none:nth-child(4) {
  border-bottom: none;
  border-right: none;
}

.padding-none:nth-child(5) {
  border-bottom: none;
}

.padding-none:nth-child(6) {
  border-bottom: none;
}

.services-wrapper {
  margin-top: 30px;
}

.services-item {
  padding: 40px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
  color: #212121;
  border-radius: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  line-height: 26px;
}

.services-item .services-content h3 a {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #212121;
}

.services-item:hover {
  background: #f3f3f3;
}

.services-item:hover .icon i {
  background: transparent;
  color: #E91E63;
}


.team-grid img {
    margin: 1em 0 0;
}

.team-grid ul {
    margin: 1em 0 0;
}

.team-grid {
    padding: 2em;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
}

.testi-grids i {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    background: #f9f9f9;
    padding: 0.3em;
    width: 70px;
    height: 70px;
    font-size: 40px;
    color: #fff200;
}

.subcat a{ font-size:11px; }


.clients-info-text h5 {
    color: #2529d8;
    font-size: 1.3em;
    margin: 10px 0;
}

.clients-info-text h5:before {
    content: '';
    width: 7%;
    height: 3px;
    margin: 20px 0px 0 10px;
    display: inline-block;
    background: rgba(88, 86, 86, 0.46);
}

.clients-info-text h6 {
    font-size: 1.4em;
    text-transform: capitalize;
    color: #2f2e2e;
    margin-bottom: 0.5em;
}

.testi-grids {
    padding: 2em 0 3em;
    position: relative;
    margin: 1em auto;
    width: 81%;
    text-align: left;
    height: 225px;
}

.testi-grids:before,
.testi-grids.t2:before {
    content: '';
    border: 2px solid #ddd;
    position: absolute;
    width: 100%;
    height: 89%;
    top: -5px;
}

.testi-grids:before {
    right: -11%;
}

.testi-grids.t2:before {
    right: 11%;
}

.testi-grids.t2 {
    text-align: right;
}

a.carousel-control-next.test,
a.carousel-control-prev.test {
    color: #333;
    text-align: center;
    opacity: 0.9;
    font-size: 2em;
    margin-bottom: 1em;
}


/********************************/
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}


.btn-category {
  border: 1px solid #dedede;
}
.dropdown-item  {
  font-size: 14px;
}
/*.dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}*/

.catIcon {
  width: 35px;
  height: 35px;
  padding:3px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 35px;
  float: right;
  margin-left: 5px;
  
}
.catIcon i {
  font-size:18px;
}
.panel-group .panel{
  margin-bottom: 25px !important;
}
.panel-title {
  height: 47px;
  font-size: 14px !important;
  display: inline;
}
.panel-title a {
  margin-top: 20px;
}
/*a:hover, a:focus{
    outline: none;
    text-decoration: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    margin: 0;
}
#accordion .panel-heading{
    padding: 0;
    background: #f6f7f7;
}
#accordion .panel-title a{
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bolder;
    color: #b6367f;
    background: transparent;
    padding: 15px 50px;
    text-transform: uppercase;
    transition: all 0.10s linear 0s;
}
#accordion .panel-title a i{
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 20px;
}
#accordion .panel-title a.collapsed{
    color: #808080;
    border-bottom: 1px solid #d3d3d3;
}
#accordion .panel-title a.collapsed:hover{
    color: #b6367f;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 50px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    color: #b6367f;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}
#accordion .panel-title a.collapsed:after{
    content: "\f00d";
    color: #808080;
}
#accordion .panel-body{
    font-size: 14px;
    color: #808080;
    border-top: 0 none;
}*/


/*.optionbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.optionbox select {
    background: #fff;
    color: #888;
    padding: 0px;
    width: 100%;
    height: 30px;
    border: none;
    font-size: 15px;
    box-shadow: 0 5px 48px rgb(93, 15, 9);
    -webkit-appearance: button;
    outline: none
}

.optionbox:before {
    content: '\e92b';
    font-family: "auto";
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background: #f9f9f9;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 30px;
    pointer-events: none
}

.optionbox:hover:before {
    background: #fff200
}*/

/*************inner page**********************/
.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  padding-right: 15px;
  padding-left: 40px;
  border: 1px solid #ccc;
  width: 100% !important;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 5px 0 10px 0px;
  height: 250px;
  overflow-y: auto;
  border: 1px solid #ccc;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding:4px 15px;
}

.default-select .nice-select .list .option.selected {
  color: #fff200;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #fff200;
  background: transparent;
}

.default-select .current {
  margin-right: 0px;
  font-weight: 300;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.default-select .nice-select::after {
  left: 20px;
}

.banner-area {
  background: url(../img/master-slides-02.jpg) center;
  background-size: cover;
  /*margin-top:-20px;*/
}
.fullscreen{
  height: 400px;
}
.banner-area .overlay-bg {
  opacity: .95;
}

.banner-content {
  margin-top: 20px;
  text-align: center;
}

.banner-content h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  margin-top: 20px;
}

.banner-content h1 span {
  color: #fff200;
}

@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .banner-content h1 br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .banner-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 414px) {
  .banner-content h1 {
    font-size: 32px;
  }
}

.banner-content p span {
  color: #fff200;
}

@media (max-width: 1280px) {
  .banner-content br {
    display: none;
  }
}

.banner-content .form-wrap {
  background-color: #f5f5f5;
  border: 1px solid #fff;
  padding: 20px 0;
  margin: 40px 0;
}

.banner-content .form-wrap .nice-select {
  width: 100%;
}

.banner-content .form-wrap .form-control {
  height: 40px;
  border-radius: 0;
  font-size: 14px;
}

.banner-content .form-wrap .btn-info {
  background-color: #fff200;
  width: 100%;
  height: 100%;
  color: #333;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  padding: 10px;
}

.banner-content .form-wrap .btn-info {
  font-size: 14px;
}

@media (max-width: 960px) {
  .banner-content .form-cols {
    margin-bottom: 30px;
  }
  .banner-content .form-cols:last-child {
    margin-bottom: 0;
  }
}

/*----------------------------*\
  product
\*----------------------------*/
#sideFilter #accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
/*    margin-bottom: 15px;*/
}
#sideFilter #accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#sideFilter #accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 13px;
   /* font-weight: bold;*/
    color: #333;
    border: 1px solid #ececec;
    border-bottom: none;
    /*box-shadow: 0 0 10px rgba(0,0,0,.05);*/
    position: relative;
    transition: all 0.5s ease 0s;
}
#sideFilter #accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
}
#sideFilter #accordion .panel-title a:before,
#sideFilter #accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "FontAwesome";
    width: 5px;
    height: 25px;
    line-height: 24px;
    font-size: 13px;
    /*font-weight: 900;*/
    color: #333;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#sideFilter #accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
/*#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    left: 55px;
}*/
label {
  font-weight: normal !important;
}
#sideFilter #accordion .panel-body{
    padding: 10px 15px 15px;
    border: none;
    font-size: 13px;
    color: #615f5f;
    line-height: 27px;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    background-color: #fff;
}
.aside{
  margin-bottom: 30px;
}
.aside-title{
  background-color: #fff200;
  padding: 14px;
  /*border-radius: 5px 5px 0 0;*/
}
.filterSide .panel-group .panel{
   margin-bottom: 0px !important;
   margin-top: 0px !important;
}
.filterSide .panel-group{
  border-bottom: 1px solid #ececec;
}
.filterSide .panel-title a {
  margin-top: 0px !important;
}
.product {
  position: relative;
  margin: 0px 0px 30px 0;
  -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product:hover {
  -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #fff200;
  box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #fff200;
}

.product .product-img {
  position: relative;
  text-align: center;
  padding: 20px 10px 0;
  background: #fff;
}

.product .product-img>img {
  /*width: 100%;*/
  height: 175px;
}

.product .product-img .product-label {
  position: absolute;
  top: 15px;
  right: 15px;
}

.product .product-img .product-label>span {
  border: 2px solid;
  padding: 2px 10px;
  font-size: 12px;
}

.product .product-img .product-label>span.sale {
  background-color: #333;
  border-color: #fff200;
  color: #fff200;
}

.product .product-img .product-label>span.new {
  background-color: #fff200;
  border-color: #fff200;
  color: #333;
}

.product .product-body {
  position: relative;
  padding: 15px;
  background-color: #FFF;
  text-align: center;
  z-index: 20;
}

.product .product-body .product-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #8D99AE;
}

.product .product-body .product-name {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  height: 35px;
}

.product .product-body .product-name>a {
  font-weight: 700;
  color: #333;
}

.product .product-body .product-name>a:hover, .product .product-body .product-name>a:focus {
  color: #fff200;
}

.product .product-body .product-price {
  color: #D10024;
  font-size: 18px;
  margin-top: 10px;
}

.product .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product .product-body .product-rating {
  position: relative;
  margin: 0px 0px 0px;
  height: 20px;
}

.product .product-body .product-rating>i {
  position: relative;
  width: 14px;
  margin-right: -4px;
  background: #FFF;
  color: #E4E7ED;
  z-index: 10;
}

.product .product-body .product-rating>i.fa-star {
  color: #ef233c;
}

.product .product-body .product-rating:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
  transform: translateY(-56%);
  height: 1px;
  background-color: #E4E7ED;
}

.product .product-body .product-btns>button {
  position: relative;
  width: 100%;
  /*height: 40px;
  line-height: 40px;
  background: transparent;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;*/
}
.more {
  background-color: #fff200;
  padding: 0 50px;
  /*margin-right: 5px;*/
}

/*.product .product-body .product-btns>button:hover {
  background-color: #E4E7ED;
  color: #D10024;
  border-radius: 50%;
}*/

.product .product-body .product-btns>button .tooltipp {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  width: 150px;
  padding: 10px;
  font-size: 12px;
  line-height: 10px;
  background: #1e1f29;
  color: #FFF;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns>button:hover .tooltipp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}

.product .add-to-cart {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 15px;
  background: #1e1f29;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 2;
}

.product:hover .add-to-cart {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.product .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #ef233c;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .add-to-cart .add-to-cart-btn>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #fff200;
  opacity: 0;
  visibility: hidden;
}

.product .add-to-cart .add-to-cart-btn:hover {
  background-color: #FFF;
  color: #fff200;
  border-color: #fff200;
  padding: 0px 30px 0px 50px;
}

.product .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
  Widget product
\*----------------------------*/

.product-widget {
  position: relative;
}

.product-widget+.product-widget {
  margin: 30px 0px;
}

.product-widget .product-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
}

.product-widget .product-img>img {
  width: 100%;
}

.product-widget .product-body {
  padding-left: 75px;
  min-height: 60px;
}

.product-widget .product-body .product-category {
  text-transform: uppercase;
  font-size: 10px;
  color: #8D99AE;
}

.product-widget .product-body .product-name {
  text-transform: uppercase;
  font-size: 12px;
}

.product-widget .product-body .product-name>a {
  font-weight: 700;
}

.product-widget .product-body .product-name>a:hover, .product-widget .product-body .product-name>a:focus {
  color: #fff200;
}

.product-widget .product-body .product-price {
  font-size: 14px;
  color: #fff200;
}

.product-widget .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product-widget .product-body .product-price .qty {
  font-weight: 400;
  margin-right: 10px;
}

.product-widget .delete {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  text-align: center;
  font-size: 10px;
  padding: 0;
  background: #1e1f29;
  border: none;
  color: #FFF;
}

/*----------------------------*\
  Products slick
\*----------------------------*/
.tab-content > .active {
  display: block;
}
.products-slick .slick-list {
  padding-bottom: 60px;
  margin-bottom: -60px;
  z-index: 2;
}

.products-slick .product.slick-slide {
  margin: 15px;
}

.products-tabs>.tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.products-tabs>.tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.products-slick-nav {
  position: absolute;
  right: 15px;
  z-index: 10;
}

.products-slick-nav .slick-prev, .products-slick-nav .slick-next {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 20px;
  height: 20px;
  display: inline-block !important;
  margin: 0px 2px;
}

.products-slick-nav .slick-prev:before, .products-slick-nav .slick-next:before {
  font-size: 14px;
}

/*----------------------------*\
  Product view
\*----------------------------*/

#product-main-img .slick-prev {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  left: 15px;
}

#product-main-img .slick-next {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  right: 15px;
}

#product-main-img .slick-prev, #product-main-img .slick-next {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#product-main-img:hover .slick-prev, #product-main-img:hover .slick-next {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

#product-main-img .zoomImg {
  background-color: #FFF;
}

#product-imgs .product-preview {
  margin: 0px 5px;
  border: 1px solid #E4E7ED;
  
}

.slick-vertical .slick-slide
{
    height: 153px !important;
    max-height: 153px;
}

#product-imgs .product-preview.slick-current {
  border-color: #fff200;
}

#product-imgs .slick-prev {
  top: -20px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#product-imgs .slick-next {
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-imgs .slick-prev:before {
  content: "\f106";
}

#product-imgs .slick-next:before {
  content: "\f107";
}

.product-preview img {
  width: 100%;
}

/*----------------------------*\
  Product details
\*----------------------------*/

.product-details .product-name {
  text-transform: uppercase;
  font-size: 22px;
}

.product-details .product-rating {
  display: inline-block;
  margin-right: 15px;
}

.product-details .product-rating>i {
  color: #E4E7ED;
}

.product-details .product-rating>i.fa-star {
  color: #D10024;
}

.product-details .review-link {
  font-size: 12px;
}

.product-details .product-price {
  display: inline-block;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #D10024;
}

.product-details .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product-details .product-available {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
  color: #D10024;
}

.product-details .product-options {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-details .product-options label {
  font-weight: 500;
  /*font-size: 12px;*/
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

.product-details .product-options .input-select {
  width: 90px;
}

.product-details .add-to-cart {
  margin-bottom: 10px;
}

.product-details .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #fff200;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product-details .add-to-cart .add-to-cart-btn>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #333;
  opacity: 0;
  visibility: hidden;
}

.product-details .add-to-cart .add-to-cart-btn:hover {
  background-color: #FFF;
  color: #333;
  border-color: #fff200;
  padding: 0px 30px 0px 50px;
}

.product-details .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

.product-details .add-to-cart .qty-label {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-bottom: 0px;
}

.product-details .add-to-cart .qty-label .input-number {
  width: 90px;
  display: inline-block;
}

.product-details .product-btns li {
  display: inline-block;
  text-transform: uppercase;
  /*font-size: 13px;*/
}

.product-details .product-btns li+li {
  /*margin-left: 15px;*/
}

.product-details .product-links {
  margin-top: 15px;
}

.product-details .product-links li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-links li+li {
  margin-left: 10px;
}

/*----------------------------*\
   Product tab
\*----------------------------*/

#product-tab {
  /*margin-top: 60px;*/
}

/*#product-tab .tab-nav {
  position: relative;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 30px;
}

#product-tab .tab-nav:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #E4E7ED;
  z-index: -1;
}

#product-tab .tab-nav li {
  display: inline-block;
  background: #FFF;
  padding: 0px 15px;
}

#product-tab .tab-nav li+li {
  margin-right: 15px;
}

#product-tab .tab-nav li a {
  display: block;
  font-weight: 700;
  color: #8D99AE;
}

#product-tab .tab-nav li.active a {
  color: #D10024;
}

#product-tab .tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #D10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#product-tab .tab-nav li a:hover:after, #product-tab .tab-nav li a:focus:after, #product-tab .tab-nav li.active a:after {
  width: 100%;
}
*/

.reviews li {
  position: relative;
  padding-right: 145px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #E4E7ED;
}

.reviews .review-heading {
  position: absolute;
  width: 130px;
  right: 0;
  top: 0;
  height: 70px;
}

.reviews .review-body {
  min-height: 60px;
}

.reviews .review-heading .name {
  margin-bottom: 5px;
  margin-top: 0px;
}

.reviews .review-heading .date {
  color: #8D99AE;
  font-size: 10px;
  margin: 0;
}

.reviews .review-heading .review-rating {
  margin-top: 5px;
}

.reviews .review-heading .review-rating>i {
  color: #E4E7ED;
}

.reviews .review-heading .review-rating>i.fa-star {
  color: #D10024;
}

/*.reviews-pagination {
  text-align: center;
}

.reviews-pagination li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.reviews-pagination li:hover {
  background-color: #E4E7ED;
  color: #fff200;
}

.reviews-pagination li.active {
  background-color: #fff200;
  border-color: #fff200;
  color: #FFF;
  cursor: default;
}

.reviews-pagination li a {
  display: block;
}*/

/*-- Review Form --*/

.review-form .input {
  margin-bottom: 15px;
}

.review-form .input-rating {
  margin-bottom: 15px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  color: #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  color: #D10024;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #D10024;
}


.input-number {
  position: relative;
  width: 90px;
}

.input-number input[type="number"]::-webkit-inner-spin-button, .input-number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-number input[type="number"] {
  -moz-appearance: textfield;
  height: 40px;
  width: 100%;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  padding: 0px 6px 0px 15px;
}

.input-number .qty-up, .input-number .qty-down {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.7;
}

.input-number .qty-up {
  left: 0;
  top: 0;
  border-bottom: 0px;
}

.input-number .qty-down {
  left: 0;
  bottom: 0;
}

.input-number .qty-up:hover, .input-number .qty-down:hover {
  background-color: #E4E7ED;
  color: #fff200;
}

.input-radio, .input-checkbox {
  position: relative;
  display: block;
}

.input-radio input[type="radio"]:not(:checked), .input-radio input[type="radio"]:checked, .input-checkbox input[type="checkbox"]:not(:checked), .input-checkbox input[type="checkbox"]:checked {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.input-radio label, .input-checkbox label {
  font-weight: 500;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;              
}  

.input-radio input[type="radio"]+label span, .input-checkbox input[type="checkbox"]+label span {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #E4E7ED;
  background: #FFF;
}

.input-radio input[type="radio"]+label span {
  border-radius: 50%;
}
.input-radio input[type="radio"]+label span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #FFF;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-checkbox input[type="checkbox"]+label span:after {
  content: '✔';
  position: absolute;
  top: -7px;
  left: 1px;
  font-size: 10px;
  color: #333;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: fontawsome;
  font-size: 14px;
}

.input-radio input[type="radio"]:checked+label span, .input-checkbox input[type="checkbox"]:checked+label span {
  background-color: #fff200;
  border-color: #fff200;
}

.input-radio input[type="radio"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input-radio .caption, .input-checkbox .caption {
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked~.caption, .input-checkbox input[type="checkbox"]:checked~.caption {
  max-height: 800px;
}
.checkbox-filter>div+div {
  margin-top: 10px;
}

.checkbox-filter .input-radio label, .checkbox-filter .input-checkbox label {
  font-size: 12px;
}

.checkbox-filter .input-radio label small, .checkbox-filter .input-checkbox label small {
  color: #8D99AE;
}
/*----------------------------*\
  Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  border-radius: 50%;
  z-index: 22;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #fff200;
  border-color: #fff200;
}

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  color: #2B2D42;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  color: #FFF;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

/*.tab{ font-family: 'Nunito', sans-serif; }
.tab .nav-tabs{
    background-color: transparent;
    border: none;
}
.tab .nav-tabs li a{
    color: #222;
    background: transparent;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 15px 10px;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li:last-child a{ margin-right: 0; }
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    color: #222;
    background: #fff;
    border: none;
}
.tab .nav-tabs li.active a{ color: #6CBF1C; }
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    background-color: #d1d1d1;
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:after{
    background-color: #6CBF1C;
    height: 100%;
    opacity: 0;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    height: 100%;
    opacity: 0;
}
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
    height: 7px;
    opacity: 1;
}
.tab .tab-content{
    color: #555;
    background: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px;
}
.tab .tab-content h3{
    color: #222;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{ width: 100%; }
    .tab .nav-tabs li a{ margin: 0 0 10px; }
    .tab .tab-content h3{ font-size: 18px; }
}*/
/**************************profile****************************/
.profile-nav, .profile-info{
    margin-top:30px; 
}
.profile-info .panel{
    border: 1px solid #ececec !important;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 0 ;  
}

.profile-nav .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.profile-nav .panel {
  border: 1px solid #ececec;
  background: #fff;
  margin-bottom: 15px;
  
}
.profile-nav .user-heading {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 10px;
    text-align: right;
    padding: 20px;
}

.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
}

.profile-nav .user-heading img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: right;
    margin-left: 15px;
    border: 1px solid rgba(255,255,255,0.3);
}

.profile-nav .user-heading h1 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #232933;
}

.profile-nav .user-heading p {
    font-size: 12px;
    color: #81858b;
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
    width: 100%;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #424750;
    border-right: 5px solid #fff;

}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
   /* background: #f8f7f5 !important;*/
    border-right: 5px solid #fff200;
   /* color: #89817f !important;*/
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-left: 10px;
    color: #424750;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.user-info-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    padding-top: 90px;
    padding-bottom: 30px;
    border: 1px solid #e1e7ec;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden
}

.user-info-wrapper .user-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-position: center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover
}

.user-info-wrapper .user-cover .tooltip .tooltip-inner {
    width: 230px;
    max-width: 100%;
    padding: 10px 15px
}

.user-info-wrapper .info-label {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    height: 26px;
    padding: 0 12px;
    border-radius: 13px;
    background-color: #fff;
    color: #606975;
    font-size: 12px;
    line-height: 26px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
    cursor: pointer
}

.user-info-wrapper .info-label>i {
    display: inline-block;
    margin-right: 3px;
    font-size: 1.2em;
    vertical-align: middle
}

.user-info-wrapper .user-info {
    display: table;
    position: relative;
    width: 100%;
    padding: 0 18px;
    z-index: 5
}

.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
    display: table-cell;
    vertical-align: top
}

.user-info-wrapper .user-info .user-avatar {
    position: relative;
    width: 115px
}

.user-info-wrapper .user-info .user-avatar>img {
    display: block;
    width: 100%;
    border: 5px solid #fff;
    border-radius: 50%
}

.user-info-wrapper .user-info .user-avatar .edit-avatar {
    display: block;
    position: absolute;
    top: -2px;
    right: 2px;
    width: 36px;
    height: 36px;
    transition: opacity .3s;
    border-radius: 50%;
    background-color: #fff;
    color: #606975;
    line-height: 34px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    text-align: center;
    text-decoration: none
}

.user-info-wrapper .user-info .user-avatar .edit-avatar::before {
    font-family: feather;
    font-size: 17px;
    content: '\e058'
}

.user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
    opacity: 1
}

.user-info-wrapper .user-info .user-data {
    padding-top: 48px;
    padding-left: 12px
}

.user-info-wrapper .user-info .user-data h4 {
    margin-bottom: 2px
}

.user-info-wrapper .user-info .user-data span {
    display: block;
    color: #9da9b9;
    font-size: 13px
}

.user-info-wrapper+.list-group .list-group-item:first-child {
    border-radius: 0
}

.user-info-wrapper+.list-group .list-group-item:first-child {
    border-radius: 0;
}


.bio-graph-heading {
    background: #fff200;
    color: #333;
    text-align: center;
    font-style: italic;
    padding: 10px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
    padding: 20px 40px;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}

.bio-row p span {
    width: 100px;
    display: inline-block;
}

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

.bio-desk h4 {
    font-size: 15px;
    font-weight:400;
}

.bio-desk h4.terques {
    color: #4CC5CD;
}

.bio-desk h4.red {
    color: #e26b7f;
}

.bio-desk h4.green {
    color: #97be4b;
}

.bio-desk h4.purple {
    color: #caa3da;
}

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.summary-head p {
    color: rgba(255,255,255,0.6);
}

ul.summary-list {
    display: inline-block;
    padding-left:0 ;
    width: 100%;
    margin-bottom: 0;
}

ul.summary-list > li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

ul.summary-list > li > a > i {
    display:block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li  {
    border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
    border-right: none;
}

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity.alt {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}
.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}
.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}
.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}
.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top:0 ;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

.activity.alt .activity-desk .panel {
    float: right;
    position: relative;
}

.activity-desk .panel {
    background: #F4F4F4 ;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

.activity-desk .album a{
    margin-right: 10px;
}

.activity-desk .album a:last-child{
    margin-right: 0px;
}
.call_to_action {
    background: #ffd54c;
    padding: 42px 0 45px;
}
.call_action_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.discover_now a {
    line-height: 48px;
    background: #333;
    color: #fff;
    padding: 0 33px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

/* social */
.social-body{
  position:fixed;
  top:50%;
  right:0;
  margin-top:-80px;
  z-index:999;
}
.social-body ul li{
  display:block;
}
.social-body ul li a{
  font-size:20px;
  color:#fff;
  background:#42bc7f;
  height: 40px;
    width: 40px;
  line-height:40px;
  text-align:center;
  display:block;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  transition:all 0.4s ease;
}
.social-body ul li a:hover{
  width:50px;
}
.social-body  ul li.facebook a{
  background:#425F9C;
}
.social-body .ul li.twitter a{
  background:#1DA1F3;
}
.social-body ul li.instagram a {
  background: #E21B75;
}
.social-body ul li.whatsapp a{
  background:#3ab54a;
}
.social-body ul li.telegram a{
  background:#0087cb;
}
.social-body ul li.linkedin a{
  background:#CB2028;
}

#product-tab .tab{
    text-align: center;
    position: relative;
    z-index: 1;
}
#product-tab .tab:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    top: 23px;
    right: 0;
    z-index: -1;
}
#product-tab .tab .nav-tabs{
    display: inline-block;
    border: 1px solid #cdcdcd;
    background: #f9f9f9;
    border-radius: 50px;
    text-align: center;
    padding: 7px 20px;
}
#product-tab .tab .nav-tabs li{
    float: none;
    display: inline-block;
    position: relative;
}
#product-tab .tab .nav-tabs li:after{
    content: "";
    width: 1px;
    height: 30px;
    background: #c4c4c4;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    transform: rotate(15deg) translateY(-50%);
}
#product-tab .tab .nav-tabs li:last-child:after{
    width: 0;
    height: 0;
}
#product-tab .tab .nav-tabs li a{
    font-size: 16px;
    font-weight: 700;
    color: #999;
    border: none;
    margin-left: 10px;
}
#product-tab .tab .nav-tabs li a:hover{
    background: transparent;
    color: #fff200;
    border: none;
}
#product-tab .tab .nav-tabs li a.active,
#product-tab .tab .nav-tabs li a.active:focus,
#product-tab .tab .nav-tabs li a.active:hover{
    border: none;
    background: none;
    color: #fff200;
}
#product-tab .tab .tab-content{
    font-size: 14px;
    color: #686868;
    line-height: 25px;
    text-align: right;
    padding: 5px 20px;
}
#product-tab .tab .tab-content h3{
    font-size: 22px;
    color: #232323;
}
@media only screen and (max-width: 480px){
    #product-tab .tab:before{
        width: 0;
        height: 0;
    }
    #product-tab .tab .nav-tabs{ padding: 0; }
    #product-tab .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e9e9e9;
    }
    #product-tab .tab .nav-tabs li:last-child{
        border-bottom: none;
    }
    #product-tab .tab .nav-tabs li:after{
        width: 0;
        height: 0;
    }
}


.overlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../img/Speedometer.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
#store.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
#store.loading .overlay{
    display: block;
}


/*.store-filter .pagination {
  float: right;
}

.store-filter .pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-filter .pagination li+li {
  margin-right: 5px;
}

.store-filter .pagination li:hover {
  background-color: #E4E7ED;
  color: #fff200;
}

.store-filter .pagination li.active {
  background-color: #fff200;
  border-color: #fff200;
  color: #333;
  font-weight: 500;
  cursor: default;
}

.store-filter .pagination li.disabled {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #777;
  font-weight: 500;
  cursor: not-allowed;
}

.store-filter .pagination li a {
  display: block;
}*/

.store-qty {
  margin-right: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

/*----------------------------*\
  Breadcrumb
\*----------------------------*/

#breadcrumb {
  padding: 20px 0px;
  background: #FBFBFC;
  border: 1px solid #E4E7ED;
/*  margin-bottom: 30px;*/
}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree li+li {
  margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
  content: '/';
  display: inline-block;
  color: #8D99AE;
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #8D99AE;
}

#breadcrumb .breadcrumb-tree li a:hover {
  color: #fff200;
}
.path-city{
 stroke: #f9f9f9;
}
.path-city:hover{
  fill: #fff200;
}
.path-city-g1{
  fill: #ececec;
}
.path-city-g2{
  fill: #ececec;
}
.path-city-g3{
  fill: #fff200;
}
.path-city-g4{
  fill: #aeaeae;
}

.comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px
}

.comment .comment-author-ava {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    border-radius: 50%;
    overflow: hidden
}

.comment .comment-author-ava>img {
    display: block;
    width: 100%
}

.comment .comment-body {
    position: relative;
    padding: 24px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #fff
}

.comment .comment-body::after,
.comment .comment-body::before {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none
}

.comment .comment-body::after {
    border-width: 9px;
    border-color: transparent;
    border-right-color: #fff
}

.comment .comment-body::before {
    margin-top: -1px;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #e1e7ec
}

.comment .comment-title {
    margin-bottom: 8px;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}

.comment .comment-text {
    margin-bottom: 12px
}

.comment .comment-footer {
    display: table;
    width: 100%
}

.comment .comment-footer>.column {
    display: table-cell;
    vertical-align: middle
}

.comment .comment-footer>.column:last-child {
    text-align: right
}

.comment .comment-meta {
    color: #9da9b9;
    font-size: 13px
}

.comment .reply-link {
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none
}

.comment .reply-link>i {
    display: inline-block;
    margin-top: -3px;
    margin-right: 4px;
    vertical-align: middle
}

.comment .reply-link:hover {
    color: #0da9ef
}

.comment.comment-reply {
    margin-top: 30px;
    margin-bottom: 0
}

@media (max-width: 576px) {
    .comment {
        padding-left: 0
    }
    .comment .comment-author-ava {
        display: none
    }
    .comment .comment-body {
        padding: 15px
    }
    .comment .comment-body::before,
    .comment .comment-body::after {
        display: none
    }
}
.item1-slick1{
  transform: scale(1);
  animation: animate 8s 1 ease-in-out;
}
/*.item2-slick1{
  transform: translateY(-50%);
  animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s; 
}*/

/*@keyframes animate{
  from{
    transform: scale(1) translate(0px);
  }
  to{
    transform: scale(1.3) translate(0px);
  }
}

@keyframes motion-blur {

    15% {
        transform: translateY(-70%);
    }
    100% {
        transform: translateY(-100%);
    }

}*/



.catFirst .counter{ 
    color: #333;
    text-align: center;
    width: 200px;
    padding: 15px 0 0;
    margin: 0 auto;
    border-bottom: 5px solid #ccc;
}
.catFirst .counter .counter-icon{
    background: #f5f5f5;
    font-size: 35px;
    line-height: 65px;
    height: 85px;
    width: 85px;
    margin: 0 auto;
    border-radius: 50%;
    border: 10px solid #ccc;
    box-shadow: 0 0 0 8px #fff;
    position: relative;
    transition: all 0.3s;
}
.catFirst .counter .counter-icon i{
  font-size: 32px;
  line-height: 2;
  }
.catFirst .counter:hover .counter-icon{ transform: rotate(360deg); }
.catFirst .counter .counter-content{
    /*min-height: 140px;
    padding: 60px 13px 20px;
    margin: -30px 10px 0;
    background-color: #fff;
    border-radius: 100% 100% 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);*/
    min-height: 140px;
    padding: 60px 13px 20px;
    margin: -40px 10px 0;
    background-color: #f5f5f5;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
.catFirst .counter .counter-value{
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 5px;
    display: block;
}
.catFirst .counter h3{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.catFirst .counter.green,
.catFirst .counter.green .counter-icon{
    color: #80ba03;
    border-color: #80ba03;
}
.catFirst .counter.orange,
.catFirst .counter.orange .counter-icon{
    color: #f98202;
    border-color: #f98202;
}
.catFirst .counter.red,
.catFirst .counter.red .counter-icon{
    color: #ff322b;
    border-color: #ff322b;
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 30px; }
}

.catSec .counter{
    text-align: center;
    width: 200px;
    padding: 0 0 45px 7px;
    margin: 0 auto;
    border-radius: 50px 0 0;
    position: relative;
}
.catSec .counter:before,
.catSec .counter:after{
    content: '';
    background: linear-gradient(to right,#fd91e8,#fa2a89);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.catSec .counter:after{
    background: #999;
    width: 90%;
    height: 8px;
    border-radius: 15px;
    left: auto;
    right: 0;
    bottom: 3px;
}
.catSec .counter .counter-icon{
    color: #fff;
    background: linear-gradient(to right,#fd91e8,#fa2a89);
    font-size: 30px;
    line-height: 60px;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
}
.catSec .counter .counter-icon i{ transition: all 0.3s ease 0s; }
.catSec .counter:hover .counter-icon i{
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    transform: rotateY(360deg) rotateX(360deg);
}
.catSec .counter .counter-content{
    color: #fff;
    background: linear-gradient(to right,#fd91e8,#fa2a89);
    padding: 45px 5px 20px;
    margin: -30px 0 0;
    border-radius: 50px 0;
    position: relative;
}
.catSec .counter .counter-content:before,
.catSec .counter .counter-content:after{
    content: '';
    background-color: #FD8DE4;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 100%;
}
.catSec .counter .counter-content:after{
    background-color: #fff;
    height: 40px;
    width: 100%;
    border-radius: 25px 0 0 0;
    left: auto;
    right: 0;
}
.catSec .counter h3{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.catSec .counter .counter-value{
    font-size: 32px;
    font-weight: 600;
    display: block;
}
.catSec .counter.brown:before,
.catSec .counter.brown .counter-icon,
.catSec .counter.brown .counter-content{
    background: linear-gradient(to right,#f67777,#842828);
}
.catSec .counter.brown .counter-content:before{ background: #f67777; }
.catSec .counter.purple:before,
.catSec .counter.purple .counter-icon,
.catSec .counter.purple .counter-content{
    background: linear-gradient(to right,#bf63dc,#7316b8);
}
.catSec .counter.purple .counter-content:before{ background: #bf63dc; }
.catSec .counter.green:before,
.catSec .counter.green .counter-icon,
.catSec .counter.green .counter-content{
    background: linear-gradient(to right,#08d5ac,#057e6c);
}
.catSec .counter.green .counter-content:before{ background: #08d5ac; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}

.catThird .counter{
    color: #f27f21;
    text-align: center;
    height: 190px;
    width: 190px;
    padding: 30px 25px 25px;
    margin: 0 auto;
    border: 3px solid #f27f21;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
}
.catThird .counter:before,
.catThird .counter:after{
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}
.catThird .counter:after{
    background: transparent;
    width: 100px;
    height: 100px;
    border: 15px solid #f27f21;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto;
}
.catThird .counter .counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}
.catThird .counter:hover .counter-icon{ transform: rotateY(360deg); }
.catThird .counter .counter-value{
    color: #555;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    display: block;
    transition: all 0.3s ease 0s;
}
.catThird .counter:hover .counter-value{ text-shadow: 2px 2px 0 #d1d8e0; }
.catThird .counter h3{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.catThird .counter.blue{
    color: #4accdb;
    border-color: #4accdb;
}
.catThird .counter.blue:after{
    border-bottom-color: #4accdb;
    border-left-color: #4accdb;
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}

.catFour .serviceBox{
    background: #666100;
    text-align: center;
    padding: 15px 10px 30px;
    border-radius: 15px;
    position: relative;
}
.catFour .serviceBox:before{
    content: "";
    background: #666100;
    width: 40px;
    height: 40px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    top: 30px;
    left: 50%;
}
.catFour .serviceBox .service-icon{
    color: #fff;
    /*font-size: 50px;*/
    /*margin: 0 0 10px;*/
    position: relative;
}
.catFour .serviceBox .service-icon i{
  font-size: 50px;
  line-height: 22px;
  }
.catFour .serviceBox .service-content{
    background: linear-gradient(#fff 50%, #f5f5f5 50%);
    padding: 45px 15px 25px;
    border-radius: 10px;
}
.catFour .serviceBox .title{
    color: #FB9C02;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.catFour .serviceBox .description{
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.catFour .serviceBox.blue,
.catFour .serviceBox.blue:before{
    background: #4C63FF;
}
.catFour .serviceBox.blue .title{ color: #4C63FF; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

.catFive .serviceBox{
    width: 220px;
    padding: 5px 0 0;
}
.catFive .serviceBox .service-icon{
    color: #333;
    background-color: #ccc;
    font-size: 45px;
    text-align: center;
    line-height: 81px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 50%;
    position: relative;
}
.catFive .serviceBox .service-icon i{
  font-size: 45px;
  line-height: 80px
  }
.catFive .serviceBox .service-icon:before,
.catFive .serviceBox .service-icon:after{
    content: "";
    border: 5px solid #ccc;
    border-radius: 50%;
    transform: rotate(36deg);
    position: absolute;
    left: -15px;
    top: -15px;
    bottom: -15px;
    right: -15px;
    clip-path: polygon(0 0, 0 87.5%, 87% 0);
}
.catFive .serviceBox .service-icon:after{
    transform: rotate(36deg);
    clip-path: polygon(100% 10%, 100% 100%, 11% 100%);
}
.catFive .serviceBox .service-content{
    padding: 70px 15px 15px;
    margin: -55px 0 0;
    border-radius: 20px;
    border: 5px solid #ccc;
}
.catFive .serviceBox .title{
    color: #333;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    height: 50px;
    text-align: center;
}
.catFive .serviceBox .description{
    color: #666;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}
.catFive .serviceBox.red .service-icon{ background-color: #DD0B10; }
.catFive .serviceBox.red .service-icon:before,
.catFive .serviceBox.red .service-icon:after,
.catFive .serviceBox.red .service-content{
    border-color: #DD0B10;
}
.catFive .serviceBox.red .title{ color: #DD0B10; }
.catFive .serviceBox.purple .service-icon{ background-color: #ce3998; }
.catFive .serviceBox.purple .service-icon:before,
.catFive .serviceBox.purple .service-icon:after,
.catFive .serviceBox.purple .service-content{
    border-color: #ce3998;
}
.catFive .serviceBox.purple .title{ color: #ce3998; }
.catFive .serviceBox.orange .service-icon{ background-color: #f96125; }
.catFive .serviceBox.orange .service-icon:before,
.catFive .serviceBox.orange .service-icon:after,
.catFive .serviceBox.orange .service-content{
    border-color: #f96125;
}
.catFive .serviceBox.orange .title{ color: #f96125; }
@media only screen and (max-width:990px) {
    .serviceBox{ margin: 0 0 30px; }
}

.catSix .serviceBox{
    color: #666;
    background: linear-gradient(to right,#f1c40f 49%,#f39c12 50%);
    text-align: center;
    padding: 2px 10px 12px;
    border-radius: 150px 0 50px 50px;
    transition: all 0.3s ease 0s;
}
.catSix .serviceBox .service-content{
    background: linear-gradient(to top left, #fff,#fff,rgba(255,255,255,0.8));
    padding: 20px 13px;
    border-radius: 0 130px 50px 50px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}
.catSix .serviceBox .service-icon{
    color: #f1c40f;
    font-size: 50px;
    margin: 0 0 10px 0;
}
.catSix .serviceBox .service-icon i{
  font-size: 45px;
  line-height: 80px
  }
.catSix .serviceBox:hover .service-icon i{
    color: #da8219;
    transform: rotateY(360deg);
    transition: all 0.3s;
}
.catSix .serviceBox .title{
    color: #da8219;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.catSix .serviceBox .description{
    font-size: 15px;
    line-height: 25px;
}
.catSix .serviceBox.green{ background: linear-gradient(to right,#01acb3 49%,#007687 50%); }
.catSix .serviceBox.green .service-icon{ color: #01acb3; }
.catSix .serviceBox.green:hover .service-icon i,
.catSix .serviceBox.green .title{
    color: #007687;
}
.catSix .serviceBox.purple{ background: linear-gradient(to right, #ae3de2 49%, #8622d5 50%); }
.catSix .serviceBox.purple .service-icon{ color: #ae3de2; }
.catSix .serviceBox.purple:hover .service-icon i,
.catSix .serviceBox.purple .title{
    color: #8622d5;
}
.catSix .serviceBox.blue{ background: linear-gradient(to right, #02aff1 49%,#0179e9 50%); }
.catSix .serviceBox.blue .service-icon{ color: #02aff1; }
.catSix .serviceBox.blue:hover .service-icon i,
.catSix .serviceBox.blue .title{
    color: #0179e9;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}


.catSeven .serviceBox{
    text-align: center;
    position: relative;
}
.catSeven .serviceBox .service-icon{
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    border: 3px solid #666100;
    /*padding: 50px;*/
    margin-bottom: 50px;
    font-size: 50px;
    color: #fff;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
.catSeven .serviceBox .service-icon i{
  font-size: 40px
}
.catSeven .serviceBox:hover .service-icon{ transform: rotateY(360deg); }
.catSeven .serviceBox .service-icon:before{
    content: "";
    background: #666100;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
    transition: all 0.5s ease 0.5s;
}
.catSeven .serviceBox:hover .service-icon:before{ transform: rotateX(360deg); }
.catSeven .serviceBox .service-content{
    padding: 40px 15px 20px;
    border: 3px solid #e53947;
    border-left: 2px solid transparent;
    color: #706e6e;
    line-height: 27px;
    position: relative;
}
.catSeven .serviceBox .service-content:before{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e53947;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}
.catSeven .serviceBox .service-content:after{
    content: "";
    width: 3px;
    height: 70px;
    background: #e53947;
    margin: 0 auto;
    position: absolute;
    top: -54px;
    left: 0;
    right: 0;
}
.catSeven .serviceBox .title{
    font-size: 20px;
    font-weight:600;
    color: #fff;
    background: #e53947;
    border-radius: 10px;
    padding: 7px 5px;
    margin: 0 0 10px 0;
}
.catSeven .serviceBox.green .service-icon{ border-color: #93aa01; }
.catSeven .serviceBox.green .service-icon:before,
.catSeven .serviceBox.green .service-content:before,
.catSeven .serviceBox.green .service-content:after,
.catSeven .serviceBox.green .title{ background: #93aa01; }
.catSeven .serviceBox.green .service-content{
    border-color: #93aa01;
    border-left-color: transparent;
}

@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}

.catNine .serviceBox{
    color: #fff;
    text-align: center;
    padding: 0 15px 50px;
    margin-top: 15px;
    border: 1px solid transparent;
    position:relative;
    z-index: 1;
    width: 220px
}
.catNine .serviceBox:before{
    content: "";
    background: linear-gradient(to bottom,#08949e,#00D9E8);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0% 80%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0% 80%, 0 0);
}
.catNine .serviceBox .service-icon{
    background: #2a969e;
    font-size: 60px;
    line-height: 110px;
    width: 100px;
    height: 110px;
    margin: -20px auto 20px;
    border-radius:0 0 50px 50px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    position: relative;
    transition: all 0.3s;
}
.catNine .serviceBox .service-icon i {
  font-size: 50px;
}
.catNine .serviceBox:hover .service-icon{
    text-shadow: 0 0 5px #000;
    font-size: 65px;
}
.catNine .serviceBox .service-icon:before,
.catNine .serviceBox .service-icon:after{
    content: "";
    background: linear-gradient(-45deg, #28595f 49%, transparent 50%);
    height: 20px;
    width: 20px;
    position: absolute;
    top:0;
    left: -20px;
}
.catNine .serviceBox .service-icon:after{
    transform: rotateY(180deg);
    left: auto;
    right: -20px;
}
.catNine .serviceBox .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.catNine .serviceBox .description{ font-size: 15px; }
.catNine .serviceBox.red:before{ background: linear-gradient(to bottom,#E53947,#f85c6c); }
.catNine .serviceBox.red .service-icon{ background: #e0535f; }
.catNine .serviceBox.red .service-icon:before,
.catNine .serviceBox.red .service-icon:after{ background: linear-gradient(-45deg, #752027 49%, transparent 50%); }
.catNine .serviceBox.blue:before{ background:linear-gradient(to bottom,#174B6D,#644B82); }
.catNine .serviceBox.blue .service-icon{ background: #156092; }
.catNine .serviceBox.blue .service-icon:before,
.catNine .serviceBox.blue .service-icon:after{ background: linear-gradient(-45deg, #15374d 49%, transparent 50%); }
.catNine .serviceBox.green:before{ background:linear-gradient(to bottom,#12AB8F,#68BA58); }
.catNine .serviceBox.green .service-icon{ background: #0a977d; }
.catNine .serviceBox.green .service-icon:before,
.catNine .serviceBox.green .service-icon:after{ background: linear-gradient(-45deg, #2b665b 49%, transparent 50%); }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 15px 0 40px; }
}

.leftSide {
/*  position: absolute;
  left: 0;
  top: 0;*/
  z-index: 100;
}
.schedule-wrap {
  padding: 10px 80px;
  background: #fff200;
  height: 90px;
  width: 250px;
  position:absolute;
  top: -35px;
  right: 0;
  z-index: 9;
  border-radius: 20px 0 0 20px;
 }
  .schedule-wrap img{
    height: 70px;
  }
 /* .schedule-wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: inherit;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(35deg, 0deg);
    -ms-transform: skew(35deg, 0deg);
    transform: skew(35deg, 0deg); }*/

@media (max-width: 767px) {
  .schedule-wrap {
    padding: 10px 30px;
    background: #fff200;
    height: 90px;
    width: 180px;
    position:absolute;
    top: -38px;
    z-index: 9;
    right: 0;
    border-radius: 20px 0 0 20px;
  }
  .schedule-wrap img{
    height: 70px !important;
  }
 /* .schedule-wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: inherit;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(35deg, 0deg);
    -ms-transform: skew(35deg, 0deg);
    transform: skew(35deg, 0deg);
  }*/
  .dropTitle{
      display:none;
  }
}
.cost .panel{
    padding: 0;
    border-radius: 20px;
    border: none;
}
.cost .panel .panel-heading{
    background: #fff200;
    padding: 15px;
    border-radius: 20px 20px 0 0;
    margin: 0;
}
.cost .panel .panel-heading .title{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 39px;
    text-transform: capitalize;
    margin: 0;
}
.cost .panel .panel-heading .add-new{
    color: #333;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px 8px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}
.cost .panel .panel-heading .add-new:hover,
.cost .panel .panel-heading .add-new:focus{
    color: #fff;
    background-color: #333;
}
.cost .panel .panel-heading .btn_group{
    background-color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
}
.cost .panel .panel-heading .btn_group .btn{ padding: 5px 10px; }
.cost .panel .panel-body{ padding: 0; }
.cost .panel .panel-body .table thead tr th{
    font-size: 14px;
    font-weight: 600;
    /*padding: 12px;*/
}
.cost .panel .panel-body .table tbody tr td{
    color: #555;
    font-size: 15px;
    padding: 10px 12px;
    vertical-align: middle;
}
.cost .panel .panel-body .table .user_icon{
    width: 50px;
    height: 50px;
    margin: 0 5px 0 0;
    border-radius: 10px;
    overflow: hidden;
}
.cost .panel .panel-body .table .user_icon img{
    width: 100%;
    height: auto;
}
.cost .panel .panel-body .table tbody .status{
    padding-left: 12px;
    position: relative;
}
.cost .panel .panel-body .table tbody .status:before{
    content: "";
    background: #28a745;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}
.cost .panel .panel-body .table tbody .status.block:before{ background: #dc3545; }
.cost .panel .panel-body .table tbody .action-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.cost .panel .panel-body .table tbody .action-list li{ display: inline-block; }
.cost .panel .panel-body .table tbody .action-list li a{
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
.cost .panel .panel-body .table tbody .action-list li button:hover,
.cost .panel .panel-body .table tbody .action-list li a:hover{
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.cost .panel .panel-footer{
    background-color: transparent;
    text-align: center;
    padding: 15px;
    border: none;
}
/*.cost .pagination{ margin: 0; }
.cost .pagination li a{
    color: #999;
    background-color: #e7e7e7;
    font-size: 15px;
    font-weight: 600;
    margin: 0 2px;
    border: none;
    transition: all 0.3s ease 0s;
}
.cost .pagination li a:hover,
.cost .pagination li a:focus,
.cost .pagination li.active a{
    color: #fff;
    background-color: #2C96D3;
}*/
@media only screen and (max-width:767px){
    .cost .panel .panel-heading .title{
        text-align: center;
        margin: 0 0 10px;
    }
    .cost .panel .panel-heading .text-right{ text-align: center; }
}


.tablecost .checkbox{ /*display: inline-block;*/ }
.tablecost .checkbox input[type=checkbox]{
    margin: 0;
    visibility: hidden;
    left: 1px;
    top: 1px;
    position: absolute;
}
.tablecost .checkbox label{
    background: #fff;
    width: 20px;
    border: 1px solid #ccc;
    height: 20px;
    cursor: pointer;
    display: block;
    position: relative;
    transition: 0.4s ease all;
}
.tablecost .checkbox label:before{
    content: "\f00c";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 900;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s;
}
.tablecost .checkbox label:after{
    content: "";
    background:#fff200;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.tablecost .checkbox input[type=checkbox]:checked+label{ background: #fff200; border-color: #fff200}
.tablecost .checkbox input[type=checkbox]:checked+label:before{ opacity: 1; }
.tablecost .checkbox input[type=checkbox]:checked+label:after{ animation: shadow 0.5s; }
.tablecost .checkbox input[type=checkbox]{ visibility: hidden; }
@keyframes shadow{
    0%{
        height: 20px;
        width: 20px;
        opacity: 0.5;
    }
    100%{
        height: 40px;
        width: 40px;
        opacity: 0;
    }
}
@media only screen and (max-width:767px){
    .tablecost .checkbox{ margin: 0 0 20px; }
}

/*.checkbox{
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    width: 28px;
    height: 28px;
    box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: relative;
}
.tablecost .checkbox label{
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    width: 20px;
    height: 20px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #fff;
    position: absolute;
    top: 4px;
    left: 4px;
}
.tablecost .checkbox label:after{
    content: "";
    height: 7.5px;
    width: 13px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    left: 3px;
    opacity: 0;
}
.tablecost .checkbox input[type="checkbox"]:checked+label:after{ opacity: 1; }
.tablecost .checkbox input[type=checkbox]{
    margin: 0;
    visibility: hidden;
    left: 7px;
    top: 7px;
}
@media only screen and (max-width:767px){
    .tablecost .checkbox{ margin: 0 0 20px; }
}
*/

.pagination {
  margin-top: 35px !important;
  /*display: inline-block;
  padding-right: 0;
  margin: 20px 0;
  border-radius: 4px;*/
}
.pagination > li {
  display: inline-block;
  width: 40px;
  height: 40px;
  /*padding: 6px 12px;*/
  margin-right: -1px;
  line-height: 2.8;
  color: #333;
  text-decoration: none;
  border: 1px solid #E4E7ED;
  text-align: center;
  background-color: #FFF;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#example_paginate .pagination li + li {
    margin-right: 5px;
}
.pagination > li > a,
.pagination > li > span {
  color: #666;
  /*display: block;*/
/*  position: relative;
  float: right;*/
  
}
/*.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}*/
.pagination > li:hover,
.pagination > li:hover,
.pagination > li:focus,
.pagination > li:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border: 1px solid #E4E7ED;
}
.pagination > li.active,
.pagination > li.active,
.pagination > li.active,
.pagination > li.active,
.pagination > li.active,
.pagination > li.active {
  z-index: 3;
  color: #666;
  cursor: default;
  background-color: #fff200;
  border: 1px solid #E4E7ED;
}
.pagination > li.disabled,
.pagination > li.disabled,
.pagination > li.disabled,
.pagination > li.disabled,
.pagination > li.disabled,
.pagination > li.disabled {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/*.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}*/
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/*.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}*/

.catTen .serviceBox{
    color: #f5f5f5;
    text-align: center;
    padding: 25px 25px 55px;
    position: relative;
    z-index: 1;
}
.catTen .serviceBox:before,
.catTen .serviceBox:after{
    content: '';
    background: linear-gradient(#fffaa1, #fff200);
    border-radius: 20px;
    position: absolute;
    left: 10px;
    right: 0;
    top: 15px;
    bottom: 0;
    z-index: -1;
}
.catTen .serviceBox:after{
    background: rgba(245,245,245,0.1);;
    left: 0;
    right: 10px;
    top: 0;
    bottom: 15px;
    clip-path: polygon(30% 0, 100% 0, 100% 85%, 75% 100%, 0 100%, 0 20%);
}
.catTen .serviceBox .service-icon{
    color: #882FD5;
    font-size: 35px;
    text-shadow: 4px 4px rgba(0,0,0,0.1);
    margin: 0 0 10px;
}
.catTen .serviceBox .title{
    color: #882FD5;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.catTen .serviceBox .title span{ font-weight: 700; }
.catTen .serviceBox .description{
    color: #888;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}
.catTen .serviceBox .read-more{
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    right: 15px;
    bottom: 9px;
    transition: all 0.3s ease 0s;
}
.catTen .serviceBox .read-more:hover{
    color: rgba(255,255,255,0.7);
    text-shadow: 3px 3px rgba(255,255,255,0.1);
}

@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}
/******************************bootstrap **************************/




/**************************end bootstrap*********************/

.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.dt-button{
  background-color: #607D8B;
  color: #fff;
  padding: 7px 12px;
  margin-right: 5px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: none;
  font-size: 13px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
/*******************chat********************/


/* Messages */
.messages-panel img.img-circle {
    border: 1px solid rgba(0,0,0,0.1);
}

.medium-image {
    width: 45px;
    height: 45px;
    margin-right: 5px;
}

.img-circle {
    border-radius: 50%;
}
.messages-panel {
  width: 100%;
  height: calc(100vh - 150px);
  min-height: 460px;
  background-color: #fbfcff;
  display: inline-block;
  border-top-left-radius: 5px;
  margin-bottom: 0;
}

.messages-panel img.img-circle {
  border: 1px solid rgba(0,0,0,0.1);
}

.messages-panel .tab-content {
  border: none;
  background-color: transparent;
}
.message-body {
  background-color: #fbfcff;
  height: 100%;
  width: calc(100% - 305px);
  float: right;
}

.message-body .message-top {
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 53px;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(205,211,237,0.5);
}

.message-body .message-top .new-message-wrapper {
  width: 100%;
}

.message-body .message-top .new-message-wrapper > .form-group {
  width: 100%;
  padding: 10px 10px 0 10px;
  height: 50px;
}

.message-body .message-top .new-message-wrapper .form-group .form-control {
  width: calc(100% - 50px);
  float: left;
}

.message-body .message-top .new-message-wrapper .form-group a {
  width: 40px;
  padding: 6px 6px 6px 6px;
  text-align: center;
  display: block;
  float: right;
  margin: 0;
}

.message-body .message-top > .btn {
  height: 53px;
  line-height: 53px;
  padding: 0 20px;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  font-size: 15px;
  opacity: 0.9;
}

.message-body .message-top > .btn:hover,
.message-body .message-top > .btn:focus,
.message-body .message-top > .btn.active {
  opacity: 1;
}

.message-body .message-top > .btn > i {
  margin-right: 5px;
  font-size: 18px;
}

.new-message-wrapper {
  position: absolute;
  max-height: 400px;
  top: 53px;
  background-color: #fff;
  z-index: 105;
  padding: 20px 15px 30px 15px;
  border-bottom: 1px solid #cfdbe2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 7px 10px rgba(0,0,0,0.25);
  transition: 0.5s;
  display: none;
}

.new-message-wrapper.closed {
  opacity: 0;
  max-height: 0;
}

.chat-footer.new-message-textarea {
  display: block;
  position: relative;
  padding: 0 10px;
}

.chat-footer.new-message-textarea .send-message-button {
  right: 35px;
}

.chat-footer.new-message-textarea .upload-file {
  right: 85px;
}

.chat-footer.new-message-textarea .send-message-text {
  padding-right: 100px;
  height: 90px;
}

.message-chat {
  width: 100%;
  overflow: hidden;
}

.chat-body {
  width: calc(100% + 17px);
  min-height: 290px;
  height: calc(100vh - 320px);
  background-color: #fbfcff;
  margin-bottom: 30px;
  padding: 30px 5px 5px 5px;
  overflow-y: scroll;
}

.message {
  position: relative;
  width: 100%;
}

.message br {
  clear: both;
}

.message .message-body {
  position: relative;
  width: auto;
  max-width: calc(100% - 150px);
  float: left;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dbe3e8;
  margin: 0 5px 20px 15px;
  color: #788288;
}

.message:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 63px;
  float: left;
  z-index: 100;
  border-top: 10px solid transparent;
  border-left: none;
  border-bottom: 10px solid transparent;
  border-right: 13px solid #fff;
}

.message:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 62px;
  float: left;
  z-index: 99;
  border-top: 11px solid transparent;
  border-left: none;
  border-bottom: 11px solid transparent;
  border-right: 13px solid #dbe3e8;
}

.message .medium-image {
  float: left;
  margin-left: 10px;
}

.message .message-info {
  width: 100%;
  height: 22px;
}

.message .message-info > h5 > i {
  font-size: 11px;
  font-weight: 700;
  margin: 0 0px 0 2px;
  color: #a2b8c5;
}

.message .message-info > h5 {
  color: #a2b8c5;
  margin: 8px 0 0 0;
  font-size: 12px;
  float: right;
  padding-right: 10px;
}

.message .message-info > h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 7px 13px 0 10px;
  color: #65addd;
  float: left;
}

.message hr {
  margin: 4px 2%;
  width: 96%;
  opacity: 0.75;
}

.message .message-text {
  text-align: right;
  padding: 3px 13px 10px 13px;
  font-size: 14px;
}

.message.my-message .message-body {
  float: right;
  margin: 0 15px 20px 5px;
}

.message.my-message:after {
  content: "";
  position: absolute;
  top: 11px;
  left: auto;
  right: 63px;
  float: left;
  z-index: 100;
  border-top: 10px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 10px solid transparent;
  border-right: none;
}

.message.my-message:before {
  content: "";
  position: absolute;
  top: 10px;
  left: auto;
  right: 62px;
  float: left;
  z-index: 99;
  border-top: 11px solid transparent;
  border-left: 13px solid #dbe3e8;
  border-bottom: 11px solid transparent;
  border-right: none;
}

.message.my-message .medium-image {
  float: right;
  margin-left: 5px;
  margin-right: 10px;
}

.message.my-message .message-info > h5 {
  float: left;
  padding-left: 10px;
  padding-right: 0;
}

.message.my-message .message-info > h4 {
  float: right;
}

.message.info .message-body {
  background-color: #2da9e9;
  border: 1px solid #2da9e9;
  color: #fff;
}

.message.info:after, .message.info:before {
  border-right: 13px solid #2da9e9;
}

.message.success .message-body {
  background-color: #0ec8a2;
  border: 1px solid #0ec8a2;
  color: #fff;
}

.message.success:after, .message.success:before {
  border-right: 13px solid #0ec8a2;
}

.message.warning .message-body {
  background-color: #ff9e2a;
  border: 1px solid #ff9e2a;
  color: #fff;
}

.message.warning:after, .message.warning:before {
  border-right: 13px solid #ff9e2a;
}

.message.danger .message-body {
  background-color: #f95858;
  border: 1px solid #f95858;
  color: #fff;
}

.message.danger:after, .message.danger:before {
  border-right: 13px solid #f95858;
}

.message.dark .message-body {
  background-color: #314557;
  border: 1px solid #314557;
  color: #fff;
}

.message.dark:after, .message.dark:before {
  border-right: 13px solid #314557;
}

.message.info .message-info > h4, .message.success .message-info > h4,
.message.warning .message-info > h4, .message.danger .message-info > h4,
.message.dark .message-info > h4 {
  color: #fff;
}

.message.info .message-info > h5, .message.info .message-info > h5 > i,
.message.success .message-info > h5, .message.success .message-info > h5 > i,
.message.warning .message-info > h5, .message.warning .message-info > h5 > i,
.message.danger .message-info > h5, .message.danger .message-info > h5 > i,
.message.dark .message-info > h5, .message.dark .message-info > h5 > i {
  color: #fff;
  opacity: 0.9;
}

.chat-footer {
  position: relative;
  width: 100%;
  padding: 0 80px;
}

.chat-footer .send-message-text {
  position: relative;
  display: block;
  width: 100%;
  min-height: 55px;
  max-height: 75px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 95px 5px 10px;
  font-size: 13px;
  resize: vertical;
  outline: none;
  border: 1px solid #e0e6eb;
}

.chat-footer .send-message-button {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid rgba(0,0,0,0.05);
  outline: none;
  font-weight: 600;
  border-radius: 50%;
  padding: 0;
}

.chat-footer .send-message-button > i {
  font-size: 16px;
  margin: 0 0 0 -2px;
}

.chat-footer label.upload-file input[type="file"] {
  position: fixed;
  top: -1000px;
}

.chat-footer .upload-file {
  display: block;
  position: absolute;
  right: 150px;
  height: 30px;
  font-size: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.25;
}

.chat-footer .upload-file:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .messages-panel {
    min-width: 0;
    display: inline-block;
  }
  .message-body {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #dce2e9;
    background-color: #fff;
  }

  .message .message-body {
    max-width: calc(100% - 85px);
  }

  .message-body .chat-body {
    background-color: #fff;
    width: 100%;
  }

  .chat-footer {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .chat-footer .send-message-button {
    right: 40px;
  }

  .chat-footer .upload-file {
    right: 90px;
  }

  .message-body .message-top > .btn {
    border-radius: 0;
    width: 100%;
  }

  .contacts-add {
    display: none;
  }
}

.comment{
  max-height: 700px;
  overflow: auto;
}
/* Profile page */

.profile-main {
  background-color: #fff;
  border: 1px solid #dce2e9;
  border-radius: 3px;
  position: relative;
  margin-bottom: 20px;
}

.profile-main .profile-background {
  background-image: url('../images/samples/forest.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 260px;
}

.profile-main .profile-info {
  width: calc(100% - 380px);
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  height: 70px;
  border-radius: 0 0 3px 3px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-main .profile-info > div {
  margin: 0 10px;
}

.profile-main .profile-info > div:last-child {
  padding-right: 25px;
}

.profile-main .profile-info > div h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.profile-main .profile-info > div h5 {
  margin-top: 5px;
  font-weight: 500;
}

.profile-main .profile-button {
  padding: 8px 0;
  position: absolute;
  right: 25px;
  bottom: 16px;
  width: 150px;
}

.profile-main .profile-picture {
  width: 150px;
  height: 150px;
  border: 4px solid #fff;
  position: absolute;
  left: 25px;
  bottom: 14px;
}

@media screen and (max-width: 767px) {
  .profile-main .profile-info .profile-status,
  .profile-main .profile-info .profile-posts,
  .profile-main .profile-info .profile-date {
    display: none;
  }
}

.contacts li > .info-combo {
   display:inline-block;
}
/*******************chat********************/

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0px auto 50px;
}

.notfound .notfound-404>div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffa200;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 5px dashed #000;
  border-radius: 5px;
}

.notfound .notfound-404>div:first-child:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
}

.notfound .notfound-404 h1 {
  color: #000;
  font-weight: 700;
  margin: 0;
  font-size: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.notfound h2 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
}

.notfound p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 25px 0;
}

.notfound a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #8f8f8f;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #2c2c2c;
}

.gallery{
  
}
.gallery .works-menu{
  text-align:center;
  padding-top:10px;
  padding-bottom:80px;
}

.gallery .single-work{
  position:relative;
  margin-bottom:30px;
  overflow:hidden;
}
.gallery .single-work:before{
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
  content:"";
  background:#000;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  transition:all 0.4s ease;
  z-index:99;
}
.gallery .single-work:hover:before{
  opacity:0.8;
  visibility:visible;
}
.gallery .single-work img{
  width:100%;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  transition:all 0.4s ease;
}
.gallery .single-work:hover img{
  transform:scale(1.1);
  z-index:-2;
}
.gallery .single-work .works-hover{
  text-align:center;
  position:absolute;
  top:-130px;
  left:0;
  width:100%;
  height:100%;
  padding:30px; 
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  transition:all 0.4s ease;
  z-index:999;
}
.gallery .single-work:hover .works-hover{
  top:50px;
}
.gallery .single-work:hover .works-hover{
  opacity:1;
  visibility:visible;
}
.gallery .single-work .works-hover h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.gallery .single-work .works-hover a{
  margin-right:10px;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

.gallery .single-work .works-hover a i{
  color:#fff200;
  font-size: 25px;
  border:1px solid #fff200;
  padding: 5px;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  transition:all 0.4s ease;
}

/****************** data table ********************/
div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}
.dt-buttons {
  margin: 10px 0;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.02) !important;
}
.table .thead-light th {
    background-color: #f9f9f9 !important;
    border-color: #f9f9f9 !important;
}
#ProductCost {
  font-size: 12.5px;
}
#ProductCost.dataTable > thead > tr > th:not(.sorting_disabled), 
#ProductCost.dataTable > thead > tr > td:not(.sorting_disabled){
  padding-right: 22px;
}
#ProductCost th, #ProductCost td{
  padding: 0.5rem;
  line-height:17px;
}

#ProductCost th{
    cursor:pointer;
}

#cartTable {
  font-size: 12.5px;
}
#cartTable.dataTable > thead > tr > th:not(.sorting_disabled), 
#cartTable.dataTable > thead > tr > td:not(.sorting_disabled){
  padding-right: 22px;
}
#cartTable th, #cartTable td{
  padding: 0.5rem;
}
#orderTable, #returnTable{
  font-size: 12.5px;
}
#orderTable.dataTable > thead > tr > th:not(.sorting_disabled), 
#orderTable.dataTable > thead > tr > td:not(.sorting_disabled),
#returnTable.dataTable > thead > tr > th:not(.sorting_disabled), 
#returnTable.dataTable > thead > tr > td:not(.sorting_disabled){
  padding-right: 22px;
}
#orderTable th, #orderTable td,#returnTable th, #returnTable td{
  padding: 0.5rem;
}


/******************data table ******************/
.filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  /*border-bottom: 2px solid #D9D9D9;*/
  margin: 30px 0px;
  text-align: center;
}
.filters ul li{
/*  font-size: 21px;
  color: #888;
  display:inline-block;
  padding: 8px;
  position:relative;
  cursor:pointer;
  transition:all 0.2s ease;
  min-width: 49%;
  */
  display: inlnie-block;
  text-align: center;
  margin-right: 0px;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 16px; 
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
  color: #777;
  transition: 0.3s;
  text-transform: uppercase;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  width: 50%
}
.filters ul li:hover,.filters ul li.is-checked{
  background-color: #fff200;
}
.filters ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  height: 1px;
  width: 100%;
  background: #fff200;
  opacity:0;
  visibility:hidden;
  transition:all 0.4s ease;
}
.filters ul li.is-checked:before{
  top: -4px;
  opacity:1;
  visibility:visible;
}

.filters ul li:after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background: #fff200;
  opacity:0;
  visibility:hidden;
  transition:all 0.4s ease;
}
.filters ul li.is-checked:after{
  opacity:1;
  visibility:visible;
  bottom: -4px;
}
.filters ul li.is-checked{
  /*border-bottom: 2px solid #EB2D3A;*/
}
.filters ul li:last-child{
  /*margin-right: 0;*/
}
 

.grid .grid-item h1{
  background: #EEEEEE;
  height: 150px;
  line-height: 150px;
  color: white;
  font-size: 3em;
  text-align: center;
  margin-bottom: 30px;
}
 .grid-item a {
  color: #333 !important;
 }


#Services .serviceBox{
    color: #555;
    background: #fff;
    text-align: center;
    width: 260px;
    padding: 15px 0 40px;
    margin: 0 auto;
    border: 10px solid #fff200;
    border-radius: 140px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
#Services .serviceBox .service-icon{
    color: #9B0183;
    font-size: 50px;
    margin: 0 0 10px;
}
#Services .serviceBox .service-icon img{
  max-width: 40%;
  width: 40%;
  }
#Services .serviceBox .service-icon img{ transition: all 0.3s ease 0s; }
#Services .serviceBox:hover .service-icon img{
    text-shadow: 0 0 5px #555;
    transform: rotateY(360deg);
}
#Services .serviceBox .title{
    color: #333;
    /*background: linear-gradient(to right,#D23D8F,#9B0183);*/
    background-color: #ef5734;
    background-image: linear-gradient(315deg, #fbb034 0%, #fff200 74%);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin: 0 -33px 15px;
    border-radius: 25px 0;
    position: relative;
    z-index: 1;
}
#Services .serviceBox .title:before,
#Services .serviceBox .title:after{
/*    content: "";
    background: #222;
    width: 23px;
    height: 17px;
    border-radius: 15px 0 0 15px;
    position: absolute;
    bottom: -17px;
    left: 0;*/
}
#Services .serviceBox .title:after{
/*    background: #D23D8F;
    border-radius: 0 0 0 15px;
    z-index: -1;*/
}
#Services .serviceBox .description{
    font-size: 15px;
    line-height: 25px;
    margin: 0 23px;
}
#Services .serviceBox.blue{ border-color: #0783CD; }
#Services .serviceBox.blue .service-icon{ color: #1D1D81; }
#Services .serviceBox.blue .title{ background: linear-gradient(to right,#0783CD,#1D1D81); }
#Services .serviceBox.blue .title:after{ background: #0783CD; }
#Services .serviceBox.green{ border-color: #65A723; }
#Services .serviceBox.green .service-icon{ color: #006629; }
#Services .serviceBox.green .title{ background: linear-gradient(to right,#65A723,#006629); }
#Services .serviceBox.green .title:after{ background: #65A723; }
@media only screen and (max-width:990px){
    #Services .serviceBox{ margin: 0 auto 40px; }
}
@media only screen and (max-width:479px){
    #Services .serviceBox{
        width: 100%;
        margin: 0 0 40px;
    }
    #Services .serviceBox .title{ margin: 0 -24px 10px; }
    #Services .serviceBox .title:before,
    #Services .serviceBox .title:after{
        width: 15px;
    }
}


#Services01 .serviceBox{
    color: #555;
    background: #fff;
    text-align: center;
    height: 120px;
    margin: 0 auto;
    border: 1px solid #fff200;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    display: flex;
}
#Services01 .serviceBox .service-icon{
    color: #9B0183;
    font-size: 50px;
    width: 120px;
    height: 120px;
    background-color: #fff200;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
}
#Services01 .serviceBox .service-icon img{
  max-width: 60%;
  width: 60%;
  }
#Services01 .carService {
  width: 50%;
  border-radius: 50%;
  margin: 0 auto;
}


#Services01 .serviceBox:before,
#Services01 .serviceBox:after{
    content: '';
    background-color: transparent;
    height: 100px;
    width: 25%;
    opacity: 1;
    position: absolute;
    right: 50%;
    bottom: 100%;
    transition: all 0.3s;
    border-right: 2px dashed #999;
    margin-bottom: 10px; 
}
#Services01 .serviceBox.rightB:before,
#Services01 .serviceBox.rightB:after{
border-top: 2px dashed #999;
}

#Services01 .serviceBox.leftB:before,
#Services01 .serviceBox.leftB:after{
border-top: 2px dashed #999;
border-left: 2px dashed #999;
border-right: none !important;
left: 50% !important;
right: auto !important;
}
#Services01 .serviceBox .service-icon img{ transition: all 0.3s ease 0s; }
#Services01 .serviceBox:hover .service-icon img{
    text-shadow: 0 0 5px #555;
    transform: rotateY(360deg);
}
#Services01 .serviceBox .title{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 10px;
    margin: 0 -33px 15px;
    border-radius: 25px 0;
    position: relative;
    z-index: 1;
}
#Services01 .serviceBox .description{
    font-size: 15px;
    line-height: 25px;
    margin: 0 23px;
}

/*.car-parts {
    background: #ffffff;
    margin-bottom: 20px;
    display: flex;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 10px #999999;
    -webkit-box-shadow: 0px 0px 10px #999999;
    -moz-box-shadow: 0px 0px 10px #999999;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    cursor: pointer;
    padding: 20px;
}*/
.car-parts{
  height: 110px;
  background-size: contain !important;
  background-repeat: no-repeat !important; 
}

.car-parts-2{
  height: 200px;
  background-color: #fff200;
  border-radius: 10px 10px 50% 50% ;
  padding: 20px;
}

.car-parts .car-img {
    padding: 20px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 10px #999999;
    -webkit-box-shadow: 0px 0px 10px #999999;
    -moz-box-shadow: 0px 0px 10px #999999;
}
/*.car-parts .car-img img{
  max-width: 80% !important;
  }*/
.car-parts-1 .car-text {
    border-radius: 0 5px 5px 0;
    text-align: right;
}
.car-parts-1 .car-text {
   /* display: flex;
    flex-direction: column;*/
    padding: 10px;
    /*width: 66%;*/
    height: 100px;
}

.icon-img {
  width: 55%;
}
.icon-img img{
  width: 100%;
  height: 100px;
  line-height: 100px;
  }
.car-parts .car-img {
    border-radius: 50%;
}
.car-parts .car-text h5 {
    color: #333;
}
.car-parts .car-text h5 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.car-parts-3 .car-text{
  height: 100px;
}
.car-parts-3 .serviceBox{
    text-align: center;
    padding: 0 23px 20px;
    position: relative;
    z-index: 1;
}
.car-parts-3 .serviceBox:before{
    content: "";
    width: 100%;
    height: 200px;
    background-color: #fff200;
    border-radius: 10px 10px 50% 50% ;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.car-parts-3 .serviceBox .service-icon{    
    /*width: 130px;
    height: 130px;
    margin: 0 auto 25px;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
    padding: 20px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 10px #999999;
    -webkit-box-shadow: 0px 0px 10px #999999;
    -moz-box-shadow: 0px 0px 10px #999999;
    border-radius: 50%;
}
.car-parts-3 .serviceBox .title{
    color: #444;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 7px;
    height: 100px;
    padding-top: 30px;
}
.car-parts-3 .serviceBox .description{
    color: #888;
    font-size: 14px;
    line-height: 24px;
}
.car-parts-4{
  /*height: 140px;*/
  display: flex;
  margin-bottom: 20px;
  height: 150px;
  background-size: contain !important;
  background-repeat: no-repeat !important; 
  background-position: center;
}
.car-parts-4 .car-img{
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px dashed #f5f5f5;
  box-shadow: 0px 0px 10px #999999;
  -webkit-box-shadow: 0px 0px 10px #999999;
  -moz-box-shadow: 0px 0px 10px #999999;
  text-align: center;
  line-height: 100px;
  margin: 0 10px
}
.car-parts-4 .car-text{
  font-size: 14px;
  font-weight: bold;
  width: 60%;
  text-align: center;
}
.car-parts-4 .car-img img{
  max-width: 70% !important;
  }

.wrapper {
  width: auto;
  height: auto;
}

.circle {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 3px solid #333;
  border-radius: 100px;
  position: relative;
  margin: 100px auto 0 auto;
  line-height: 100px;
  text-align: center;
}
.circle img{
  max-width: 70% !important;
  }

.car-logo {
  width: 100px;
}
.vertical-line {
  /*width: 2px;
  height: 100px;
  background: #2ecc71;
  margin: 20px auto 0 auto;*/
}

.large-centered{
  position: relative;
  top: -160px;
}
.large-centeredx2{
  position: relative;
  top: -240px;
}
.large-centeredx4{
  position: relative;
  top: -300px;
}
.large-centeredx8{
  position: relative;
  top: -350px;
}
.large-centeredx6{
  position: relative;
  top: -298px;
}
.borderRight {
  border-right: 2px dashed #999;
}
.borderLeft {
  border-left: 2px dashed #999;
}
.borderBottom {
  border-bottom: 2px dashed #999;
}


#pot {
  bottom: 15%;
  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 5s;
}
@-webkit-keyframes run {
  0% {
    right: 0;
  }
  50% { 
    right: calc(100% - 100px); 
   }
  100% {
    left: -200; 
    z-index: 0;
    opacity: 0    
  }
}


.counter{
    background: linear-gradient(to bottom,#eee,#fff);
    text-align: center;
    height: 120px;
    /*padding: 20px 5px 20px 70px;*/
    padding: 0px 5px 20px 80px;
    /*margin: 0 auto;*/
    border-radius: 20px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    border: 1px solid #fff200;
    margin-bottom: 20px; 
    margin-left: 40px;
    line-height: 120px;
}
.counter:before{
    content: '';
    background-color: #fff200;
    height: 130px;
    width: 80px;
    border-radius: 20px 0px 0 20px;
    position: absolute;
    left: 0;
    top: -5px;
    clip-path: polygon(0% 0%, 80% 0px, 98% 50%, 80% 100%, 0px 100%);
}
.counter:after{
    content: '';
    background-color: #000;
    height: 130px;
    width: 20px;
    position: absolute;
    left: 46px;
    top: -5px;
    clip-path: polygon(25% 0%, 100% 50%, 25% 100%, 0% 100%, 75% 50%, 0% 0%)
}
.counter .counter-icon{   
    font-size: 50px;
    line-height: 110px;
    width: 90px;
    height: 110px;
    margin: 0 auto 10px;
    border-radius: 20px 0px 0 20px;
    position: absolute;
    top: 5px;
    left: -40px;
    clip-path: polygon(0% 0%, 85% 0px, 100% 50%, 85% 100%, 0px 100%)
    /*polygon(0% 0%, 70% 0px, 100% 50%, 70% 100%, 0px 100%)*/
    /*polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);*/
}
.counter .saipa.counter-icon{
  background: #e97a25;
  }
.counter .ikco.counter-icon{
  background: #253a77;
  }
.counter .counter-content img{
height: 120px;
object-fit: contain;
width: 100%;
}
.counter .counter-content span{
  background-color: #fff200;
  position: absolute;
  bottom: -10px;
  height: 20px;
  line-height: 20px;
  left: 50%;
  border-radius: 50px;
  padding: 0px 13px;
  font-size: 11px;
}

/*.counter .saipa.counter-content span{
  color: #e97a25;
}

.counter .ikco.counter-content span{
  color: #253a77;
}*/
.counter .counter-icon img{
  max-width: 65% !important;
  width: 65%;
  }
.counter:hover .counter-icon img{
    transform: rotate(360deg);
    transition: all 0.3s ease;
}

@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}

.whiteBg {
	background-color : #fff;
}

.formClass .form-group {
  display: flex;
}
.formClass .form-group label{
  width: 200px;
}
.list-group {
  border-top: none !important;
  max-height: 300px;
  overflow: auto;
  border:1px solid #ddd;
  padding-right: 0px !important;
  padding-left: 0px !important;
  position: absolute;
  z-index: 10;
  width: 94%;
}
.list-group button{
  text-align: right;
  padding-right: 14px !important;
}
.list-group button:hover{
  background-color: #f5f5f5;
}
.hide-Icon {
  position: absolute;
  left: 10px;
  bottom: 14px;
  color: #666;
  cursor: pointer;
}
.pos-relative{
  position: relative;
}

.navbar>.container .navbar-brand,
    .navbar>.container .navbar-toggler,
    .navbar>.container-fluid .navbar-brand {
       margin: 0.5rem 84% 4px;
        border-color: #fff !important;
    }
@media (min-width: 768px) and (max-width: 1024px) {
  
  .item-slick1 {
        height: 343px;
    }  
  
}
@media (min-width: 1400px) {
  .item-slick1 {
    height: 80vh;
  }
}


@media (min-width: 1700px) {
  .item-slick1 {
    height: 70vh;
  }
}
/*
@media (min-width: 992px) and (max-width: 1200px) {
     
}

.navbar>.container .navbar-brand,
    .navbar>.container .navbar-toggler,
    .navbar>.container-fluid .navbar-brand {
       margin: 10px 84% 4px;
        border-color: #fff !important;
    }
@media (min-width: 900px) and (max-width: 992px) {
    .item-slick1 {
        height: 466px;
    }   
    
}

@media (min-width: 576px) and (max-width: 900px) {
    .item-slick1 {
        height: 278px;
    }  
    
}
*/

