/*** ======= // TABLE OF CONTENT // ============================
1. General Styling
2. Cross Browser Compatibility
3. Header Style
4. Header Style 2
5. Sticky Header
6. Responsive Header
7. Slider
8. All Services
9. Reviews
10. Fun Facts
11. Our Team
12. Why Us
13. Theme Tabs
1900
14. Testimonial Carousel
15. Contact Form
16. Map
17. Latest News
18. Awards
19. Video
20. Contact Info
21. Single Attorney
22. Case Studies
23. Get Free Consultation
24. Fancy Attorney Style
25. Laws
26. Parallax Text
27. Simple Attorney Carousel
28. Testimonial Full Carousel
29. Custom Tabs
30. Page Top
31. About Section
32. Lawyer Single
33. Awards
34. Careers
35. Blog Single Page
36. Sidebar
37. Footer
38. Experience Bar
39. Bottom Bar
40. LIGHTBOX PLUGIN STYLING
41. OWL CAROUSEL STYLING
===================================================== ***/


/*=============== General Styling ===================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,100italic,100,400italic,500,500italic,700,700italic,900,900italic');

html, body{
    overflow-x:hidden;
}
.body-dark{
    background-color: #121212;
}
body{
    float:left;
    width:100%;
    font-family:Roboto;
    color:#666666;
    position:relative;
}
h1,h2,h3,h4,h5,h6{
    font-family:Montserrat;
    color:#2e2e2e;
}
p{
    font-family:Roboto;
    color:#666666;
    line-height:30px;
    font-size:16px;
    letter-spacing:0.4px;
}
ul li ,ul li a,
ol li,ol li a{
    font-family:Roboto;
    color:#666666;
    font-size:15px;
    line-height:28px;
}
a:hover,
a:focus{
    text-decoration:none;
    outline:none;
}
.theme-layout{
    float:left;
    width:100%;
}
.theme-layout.boxed{
    background:none repeat scroll 0 0 #FFFFFF;
    float:none;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    z-index:1;
    width:1300px;
    
    -webkit-box-shadow:0 0 6px #747474;
    -moz-box-shadow:0 0 6px #747474;
    -ms-box-shadow:0 0 6px #747474;
    -o-box-shadow:0 0 6px #747474;
    box-shadow:0 0 6px #747474;
}
section{
    float:left;
    position:relative;
    width:100%;
}
.block{
    float:left;
    width:100%;
    padding:100px 0;
    position:relative;
}
.block .container{
    padding:0;
}
.container{
    padding:0;
}
.block.remove-top{
    padding-top:0;
}
.block.no-padding{
    padding:0;
}
.block.remove-bottom{
    padding-bottom:0;
}
.block.gray,.gray{
    background-color:#f4f4f4;
}
iframe{
    width:100%;
    border:0;
}
body.fixed-bg-boxed {
    background-image: url("../images/resource/parallax1.jpg");
    background-attachment: fixed;
    background-size: cover;
}
.parallax,.fixed-bg{
    height:100%;
    width:100%;
    margin:0;
    position:absolute;
    left:0;
    top:0;
    z-index:-2;
}
.parallax.no-parallax {
    background-size: cover !important;
    background-position: 0 0 !important;
}
.fixed-bg{
    background-attachment:fixed !important;
    background-size:cover!important;
}
.blackish:before{
    background:#090d14;
    content:"";
    height:100%;
    left:0;
    opacity:0.9;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1;
}
.whitish:before{
    background: #f2f2f2;
    opacity: 0.92;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1;    
}
iframe{
    border:0;
    width:100%;
    float:left;
}
.block .blackish h1,
.block .blackish h2,
.block .blackish h3,
.block .blackish h4,
.block .blackish h5,
.block .blackish h6 {
    color: #ffffff;
}
.block .blackish p,
.block .blackish span,
.block .blackish div{
    color: #b8b8b8;
}




/* Loader Animation Start */
.thecube {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.thecube .cube {
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.thecube .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.thecube .cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff3740;
  -webkit-animation: foldthecube 2.4s infinite linear both;
  -moz-animation: foldthecube 2.4s infinite linear both;
  -ms-animation: foldthecube 2.4s infinite linear both;
  -o-animation: foldthecube 2.4s infinite linear both;
  animation: foldthecube 2.4s infinite linear both;

  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.thecube .c2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.thecube .c3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.thecube .c4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.thecube .c2:before {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.thecube .c3:before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.thecube .c4:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes foldthecube {
  0%,
    10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -o-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
    75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -o-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
    100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -o-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes foldthecube {
  0%,
    10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -o-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
    75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -o-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
    100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -o-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.page-loading {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
.page-loading > .thecube {
    left: 50%;
    margin-left: -30px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
}
/* Loader Animation End */

.main-slider {
    float: left;
    width: 100%;
    position: relative;
}

/* Transparent Header */
.transparent-header {
    position: fixed;
    left: 0;
    top:  0;
    width: 100%;
    z-index: 9999999;
}
.transparent-header .logo {
    float: left;
    padding: 50px 0 0;
}
.transparent-menu {
    float: right;
    margin-top: 26px;
}
.transparent-menu > nav {
    float: left;
}
.transparent-menu > nav > ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.transparent-menu > nav > ul > li {
    float: left;
    padding: 30px 25px;
    position: relative;
}
.transparent-menu > nav > ul > li > a {
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 14px;
}
.transparent-menu > span {
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 0;
    padding: 35px 0 35px 45px;
    text-transform: uppercase;
}
.transparent-menu > span > i {
    margin-right: 7px;
}
.search-form {
    float: right;
    margin: 17px 0;
    position: relative;
}
.search-form > i {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 13px;
    padding: 20px;
    padding-right: 0;
}
.search-form > form {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 40px;
    opacity: 0;
    padding: 13px;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    width: 350px;
}
.search-form > form > input {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    padding: 20px 71px 20px 30px;
    width: 100%;
}
.search-form > form > button {
    border: medium none;
    color: #ffffff;
    height: 42px;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 42px;
}
.search-form.active > form {
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
}
.transparent-header.sticky {
    background: rgba(28,74,249,0.90)(0,1,0,0.9);
}
.transparent-header.sticky .logo {
    padding-top: 23px;
    padding-bottom: 23px;
}
.transparent-header.sticky .transparent-menu {
    margin: 0;
}
.transparent-header.sticky .transparent-menu > span {
    padding-top: 35px;
    padding-bottom: 35px;
}
.transparent-header.sticky .logo {
    padding-bottom: 18px;
    padding-top: 24px;
}

.transparent-header.style2 {
    background-image: url("../images/resource/header-bg.jpg");
    background-size: cover;
     height: 100px;
}
.transparent-header.style2::before {
    background:#00BFFF none repeat scroll 0 0;
    content: "";
    height: 100px;
    left: 0;
    opacity: 0.97;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.transparent-header.style2 .logo {
    padding-top: 52px;
}
.transparent-header.style2 .transparent-menu nav > ul > li > a {
    color: #2c2c2c;
}
.transparent-header.style2 .transparent-menu {
    margin-top: 33px;
}
.transparent-header.style2 .transparent-menu > span {
    color: #232323;
}
.transparent-header.style2 .transparent-menu .search-form > i {
    color: #232323;
}
.transparent-header.style2.sticky {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    height: 100px;
}
.transparent-header.style2.sticky .logo {
    padding-top: 27px;
}
.transparent-header.style2.sticky .transparent-menu {
    margin-top: 7px;
}
.transparent-header.style2.dark::before {
    background: #121212 none repeat scroll 0 0;
    opacity: 0.8;
}
.transparent-header.style2.dark .transparent-menu nav > ul > li > a {
    color: #ffffff;
}
.transparent-header.style2.dark .transparent-menu > span {
    color: #ffffff;
}
.transparent-header.style2.dark .transparent-menu > .search-form > i {
    color: #ffffff;
}
.transparent-menu > nav > ul > li.menu-item-has-children > ul {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    left: 0;
    margin-top: 1px;
    padding: 30px;
    position: absolute;
    top: 100%;
    width: 270px;
    opacity: 0;
    visibility: hidden;
}

.transparent-menu > nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}
.transparent-menu,
.transparent-menu nav *{
    -webkit-transition:all 0s ease 0s !important;
    -moz-transition:all 0s ease 0s !important;
    -ms-transition:all 0s ease 0s !important;
    -o-transition:all 0s ease 0s !important;
    transition:all 0s ease 0s !important;
}
a:focus {
    color: ButtonFace;
}
/* Mega Menus */
.mega-menus {
    background-image: url("../images/mega-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    opacity: 0;
    padding: 60px 50px;
    position: absolute;
    top: 100%;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    visibility: hidden;
    width: 1170px;
    z-index: 0;
}
.transparent-menu > nav > ul > li:hover > .mega-menus {
    opacity: 1;
    visibility: visible;
}
.mega-link-sec {
    float: left;
    width: 100%;
}
.mega-menus:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000;
    opacity: 0.7;
    z-index: -1;
}
.mega-menus .blog {
    margin-top: 15px;
}
.mega-links {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mega-links > li {
    float: left;
    padding-left: 30px;
    position: relative;
    width: 100%;
    margin: 5px 0;
}
.mega-links > li:hover > a{
    color: #fff;
}
.mega-links > li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontawesome;
    font-size: 15px;
    color: #545454;
    content: "\f140";
}
.mega-links > li > a {
    color: #b3b3b3;
    float: left;
    font-family: Montserrat;
    font-size: 13px;
    width: 100%;
}
.mega-menus.left {
    left: 0;

    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
.mega-menus.right {
    left: auto;
    right: 0;

    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
.mega-menus .blog-info {
    margin-top: 7px;
}
.mega-menus .blog-info > a {
    margin-bottom: 0;
    font-size: 13px;
}
.mega-menus .blog-info > h2 {
    margin: 0;
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 37px;
    margin: 0 0 11px;
    width: 100%;
}
.mega-menus .blog-info > h2 a{
    margin: 0;
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 37px;
    margin: 0 0 11px;
    width: 100%;
}


/* Services Sec */
.services-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.service {
    background: #f4f4f4 none repeat scroll 0 0;
    float: left;
    margin-top: 30px;
    overflow: hidden;
    padding: 80px 50px 110px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
.service::before {
    border-bottom: 68px solid #ffffff;
    border-left: 68px solid transparent;
    border-right: 0 solid #444444;
    bottom: 5px;
    content: "";
    position: absolute;
    right: 5px;
}
.service > i {
    background: #fff none repeat scroll 0 0;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    display: inline-block;
    font-size: 38px;
    height: 108px;
    line-height: 108px;
    width: 108px;
}
.service > h3 {
    color: #333333;
    float: left;
    font-family: Montserrat;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 37px 0 17px;
    width: 100%;
}
.service > p {
    color: #777777;
}
.service:hover,
.service.active {
    background: #2b2c30 none repeat scroll 0 0;
}
.service:hover > i,
.service.active > i {
    color: #ffffff;
}
.service:hover > h3,
.service.active > h3 {
    color: #ffffff;
}
.service:hover > p,
.service.active > p {
    color: #c8c8c9;
}
.service:hover::before,
.service.active::before  {
    border-bottom-color: #515256;
}
.services-sec.overlape {
    margin-top: -80px;
    z-index: 9;
    position: relative;
    float: left;
    width: 100%;
}

/* About text */

.about-text-sec {
    float: left;
    width: 100%;
}
.about-text-sec > img {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.about-text-block {
    float: left;
    padding: 0 177px;
    text-align: center;
    width: 100%;
}
.about-text-block > h3 {
    color: #141414;
    float: left;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 43px;
    margin: -10px 0 9px;
    width: 100%;
}
.about-text-block > a {
    display: inline-block;
    float: none;
    margin-top: 30px;
}
.about-text-block > p {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.theme-btn.rounded {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
.theme-btn.rounded {
    padding: 16px 38px;
}
.theme-btn {
    border: medium none;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 15px;
    padding: 15px 35px;
    text-transform: uppercase;
    overflow: hidden;
}
.theme-btn:hover,
.theme-btn.gray:hover {
    color: #ffffff;
    background: #333333;
}
.about-text-admin a.theme-btn:hover {
    color: #ffffff;
}
.theme-btn.gray {
    background: #f0f0f0;
    color: #333333;
}

/* About Text Admin */
.about-text-admin {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.about-text-admin > span {
    float: left;
    width: 100%;
    font-family: Roboto;
    font-size: 21px;
    letter-spacing: 0.3px;
}
.about-text-admin > h3 {
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 53px;
    margin: 10px 0 27px;
    width: 100%;
}
.about-text-admin > p {
    color: #cac9c9;
    margin-bottom: 18px;
}
.about-text-admin a.theme-btn {
    background: #ffffff;
    color: #333333;
    margin-top: 30px;
}

/* Subscribe Us */
.subscribe-us {
    float: left;
    width: 100%;
}
.subscribe-us > span {
    float: left;
    font-family: Roboto;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 40px 0;
    width: auto;
}
.subscribe-us > form > input[type="text"] {
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-style: italic;
    height: 59px;
    padding: 0 80px 0 40px;
    width: 335px;
}
.subscribe-us > form {
    float: right;
    margin: 24px 0;
}
.subscribe-us > form > input[type="submit"]:hover{
    background-color: #333333;
}
.subscribe-us > form > input[type="submit"] {
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #fff;
    float: right;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: bold;
    margin-left: -70px;
    margin-top: 4px;
    padding: 13px 30px;
}

/* Heading */
.heading {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 55px;
}
.heading.turn-left{
  text-align: left;
}
.heading.turn-left > p {
    padding: 0;
    width: 40%;
}
.heading > span {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
}
.heading > h2 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 53px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    margin: 15px 0;
}
.heading > p {
    color: #9f9f9f;
    float: left;
    margin: 0;
    width: 100%;
    padding: 0 240px;
}

/* Heading 2 */
.heading2 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.heading2 > h3 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    color: #f3f3f3;
    margin: 0;
    line-height: 30px;
}

/* Heading 3 */
.heading3 {
    float: left;
    width: 100%;
}
.heading3 h3 {
    color: #2e2e2e;
    float: left;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
.heading3 h3::after {
    background: #f6f6f6 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
}
.heading3 h3::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}



/* My Work Sec */
.my-work-sec {
    float: left;
    margin-bottom: -10px;
    margin-top: -10px;
    width: 100%;
}
.my-work-sec > .project-list {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.heading2.go-black > h2 {
    color: #212121;
}

/* Slider */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'Ã¢â€ Â';
}
[dir='rtl'] .slick-prev:before
{
    content: 'Ã¢â€ â€™';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'Ã¢â€ â€™';
}
[dir='rtl'] .slick-next:before
{
    content: 'Ã¢â€ Â';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'Ã¢â‚¬Â¢';
    text-align: center;
    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-slider
{
    position: relative;
    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.my-work-sec > .project-list > .slick-list .slick-slide.slick-active.slick-center {
    position: relative;
    
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

    z-index: 1;
}
.our-work {
    float: left;
    margin: 59px 0;
    position: relative;
    width: 100%;
}
.our-work > img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    width: 100%;
}
.our-work-info-sec {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
.our-work-infos {
    float: left;
    height: 100%;
    margin-bottom: 70px;
    opacity: 0;
    padding: 15px;
    position: relative;
    width: 100%;
}
.our-work-info {
    background: #fff none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    padding: 30px;
    width: 100%;
}
.our-work-info > h3, .our-work-info > h3 a {
    color: #2e2e2e;
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    width: 100%;
}
.our-work-info > span {
    color: #909090;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}
.our-work-info > ul {
    float: left;
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}
.our-work-info > ul li {
    float: left;
    margin-right: 5px;
}
.our-work-info > ul li > a {
    background: #434343 none repeat scroll 0 0;

     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    float: left;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 44px;
}
.our-work-info > ul li > a:hover {
    background: #ececec none repeat scroll 0 0 !important;
    color: #636363 !important;
}
.slick-slide.slick-active.slick-center > .our-work .our-work-infos {
    margin: 0;
    opacity: 1;
}
.my-work-sec > .project-list > button {
    background: #ececec none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    height: 83px;
    width: 83px;
}
.my-work-sec > .project-list > button:hover:before{
    color: #fff;
}
.my-work-sec > .project-list > button.slick-prev {
    left: -90px;
}
.my-work-sec > .project-list > button.slick-next {
    right: -90px;
}
.my-work-sec > .project-list > button::before {
    color: #333333;
    content: "\f104";
    font-family: fontawesome;
    font-size: 23px;
}
.my-work-sec > .project-list > .slick-next::before {
    content: "\f105";
}

/* Testimonial Sec */
.testimonial-sec {
    float: left;
    width: 100%;
}
.testimonial-sec > #testimonials {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.testimonial-sec ul li {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.testimonials {
    float: left;
    width: 100%;
}
.testimonials {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  
    border: 1px solid #f2f6f6;
    float: left;
    margin-bottom: 30px;
    padding: 50px;
    position: relative;
    width: 100%;
}
.testimonials::before {
    border-left: 0 solid transparent;
    border-right: 26px solid transparent;
    border-top: 29px solid #e1e1e1;
    bottom: -29px;
    content: "";
    position: absolute;
    right: 30px;
}
.testimonial-title {
    float: left;
    width: 100%;
}
.testimonial-title > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    float: left;
    height: 78px;
    margin-right: 20px;
    width: 78px !important;
}
.testimonial-title > h3 {
    color: #323232;
    display: block;
    font-family: Montserrat;
    font-size: 20px;
    margin: 20px 0 0;
}
.testimonial-title > span {
    display: block;
    font-family: Roboto;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
}
.testimonials > p {
    color: #9a9b9d;
    float: left;
    font-family: Roboto;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 29px;
    margin-top: 23px;
    width: 100%;
}
.testimonials::after {
    content: "\f10e";
    font-family: fontawesome;
    font-size: 100px;
    opacity: 0.05;
    position: absolute;
    right: -12px;
    top: 10px;
}
.testimonial-sec .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}
.testimonial-sec .owl-nav > div {
    background: #d3d3d3 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: transparent;
    float: left;
    height: 39px;
    margin-left: 8px;
    position: relative;
    text-align: center;
    width: 41px;
}
.testimonial-sec .owl-nav > div::before {
    color: #333333;
    content: "\f104";
    font-family: fontawesome;
    font-size: 17px;
    left: 0;
    line-height: 38px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.testimonial-sec .owl-nav > .owl-next::before {
    content: "\f105";
}

/* Mockup Sec */
.mockup-sec {
    float: left;
    width: 100%;
}
.mockup-image {
    float: left;
    text-align: center;
    width: 100%;
}
.mockup-infos {
    float: left;
    width: 100%;
    padding-top: 30px;
}
.mockup-infos > span {
    float: left;
    width: 100%;
    font-family: Roboto;
    font-size: 14px;
    color: #929292;
    letter-spacing: 0.5px;
}
.mockup-infos > h3 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 27px;
    font-weight: bold;
    color: #333333;
    line-height: 39px;
    margin: 12px 0;
    padding-right: 80px;
}
.mockup-infos > p {
    float: left;
    margin: 11px 0 3px;
    padding-right: 100px;
    width: 100%;
}
.features-mini-list {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.features-mini-list > li {
    color: #4a4a4a;
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 53px;
    margin-top: 20px;
    padding-right: 30px;
    width: 50%;
}
.features-mini-list li > i {
    color: #fff;
    float: left;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    margin-right: 17px;
    text-align: center;
    width: 50px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* Blog Sec */
.blog-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.blog {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.video-thumb {
    float: left;
    position: relative;
    width: 100%;
}
.video-thumb .blog-thumb a i {
    color: #fff;
    font-size: 60px;
    left: 0;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.post-carousel {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.post-carousel li {
    float: left;
    width: 100%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.post-carousel .owl-nav {
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.post-carousel .owl-nav > div {
    background: #ffffff none repeat scroll 0 0;
    color: transparent;
    float: left;
    height: 94px;
    line-height: 94px;
    margin-top: -47px;
    position: relative;
    width: 38px;
}
.post-carousel .owl-nav > div::before {
    color: #b3b3b3;
    content: "\f104";
    font-family: fontawesome;
    font-size: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.post-carousel .owl-nav > div:hover:before{
    color: #fff;
}
.post-carousel .owl-nav > .owl-next {
    float: right;
}
.post-carousel .owl-nav > .owl-next:before {
    content: "\f105";
}
.video-thumb img {
    opacity: 0.4;
}
.blog-thumb {
    float: left;
    width: 100%;
}
.blog-thumb > a {
    background: #000000 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.blog-thumb > a img {
    float: left;
    width: 100%;
}
.blog-thumb > a:hover img{
    opacity: 0.8;
} 
.blog-info {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.blog-info > a {
    float: left;
    font-family: Montserrat;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}
.blog-info > h2 {
    color: #333333;
    float: left;
    font-family: Montserrat;
    font-size: 25px;
    line-height: 37px;
    margin: 0 0 11px;
    width: 100%;
}
.blog-info > h2 a{
    color: inherit;
}
.blog-info > p {
    float: left;
    margin: 0;
    padding-right: 110px;
    width: 100%;
}

/* Footer */
footer.light-footer .bottom-line {
    background: #ffffff;
}
footer {
    float: left;
    width: 100%;
}
/* About Widget */
.about_widget {
    float: left;
    width: 100%;
    text-align: left;
}
.about_widget > p {
    color: #c1c1c1;
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.contact-widget-list {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 25px 0;
}
.contact-widget-list > li {
    color: #c1c1c1;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    margin: 3px 0;
    padding-left: 40px;
    position: relative;
    width: 60%;
}
.contact-widget-list > li > i {
    left: 0;
    position: absolute;
    top: 6px;
}


/* Post Widget */
.posts_widgets_area {
    float: left;
    width: 100%;
}
.post_widget {
    float: left;
    width: 100%;
    margin-top: 1px;
    display: table;
}
.post_widget_thumb {
    display: table-cell;
}
.post_widget_thumb > a {
    float: left;
}
.post_widget_info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 30px;
}

.post_widget_info > h3 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 17px;
    color: #ececec;
    margin: 0;
}

.post_widget_info > h3 a{
color: inherit;
}

.post_widget_info > a {
    font-family: Roboto;
    font-size: 12px;
    color: #a6a6a6;
    margin-top: 12px;
    float: left;
}
.post_widget_info > a > i {
    float: left;
    margin-right: 8px;
    margin-top: 1px;
}

/* Usefull Link Widget */
.useful_link {
    float: left;
    width: 100%;
}
.useful_link > ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.useful_link > ul li {
    float: left;
    width: 50%;
    padding: 4px 0;
}
.useful_link > ul > li > a {
    color: #a6a6a6;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0.3px;
    width: 100%;
}
.useful_link > ul > li > a i {
    margin-right: 10px;
}
.useful_link > ul > li > a:hover{
    color: #ffffff;
}
/* Subscribe Widget */
.subscribe_widget {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.subscribe_widget > form {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    position: relative;
    width: 100%;
}
.subscribe_widget > form > input {
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #333333;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    height: 60px;
    letter-spacing: 0.4px;
    padding: 0 60px 0 33px;
    text-transform: uppercase;
    width: 100%;
}
.subscribe_widget > form > button {
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #fff;
    height: 44px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 44px;
}
.subscribe_widget > form > button:hover{
    background-color: #333333;
}
.subscribe_widget > p {
    float: left;
    width: 100%;
    font-family: Roboto;
    font-size: 13px;
    color: #797979;
    padding-right: 80px;
    line-height: 24px;
    margin: 0;
    margin-top: 22px;
}

/* Bottom Line */
.bottom-line {
    background: #09090d none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.bottom-line span {
    float: left;
    font-family: Roboto;
    font-size: 14px;
    color: #868686;
    padding: 30px 0;
    letter-spacing: 0.4px;
}
.bottom-line .quick-bottom-links {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.bottom-line .quick-bottom-links > li {
    float: left;
    padding: 26px 20px;
}
.quick-bottom-links > li a {
    color: #b1b1b1;
    font-family: Roboto;
    font-size: 13px;
}


/* Product Features */
.product-features {
    background-image: url("../images/resource/parallax7.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: table;
    float: left;
    width: 100%;
    position: relative;
}
.product-features > .product-features-list {
    display: table-cell;
    vertical-align: middle;
    width: 31%;
}
.product-features > .features-list-thumb {
    display: table-cell;
    position: relative;
    text-align: center;
    width: 38%;
}
.product-features-list > ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0 55px 0 0;
    text-align: right;
    width: 100%;
}
.product-features > .product-features-list.flip {
    padding-left: 0;
}
.product-features-list.flip > ul {
    padding-left: 55px;
    padding-right: 0;
}
.product-features-list > ul > li {
    float: right;
    margin-bottom: 70px;
    padding-right: 65px;
    position: relative;
    text-align: right;
    width: 100%;
}
.product-features-list > ul > li:first-child, .product-features-list > ul > li:last-child {
    margin-right: -60px;
}
.product-features-list.flip, .product-features-list.flip ul, .product-features-list.flip li {
    text-align: left;
}
.product-features-list.flip li {
    float: left;
    padding-left: 65px;
    padding-right: 0;
}
.product-features-list.flip > ul > li:first-child, .product-features-list.flip > ul > li:last-child {
    margin-left: -60px;
}
.product-features-list.flip li > i {
    left: 0;
    right: auto;
}
.product-features-list > ul > li:last-child {
    margin-bottom: 0;
}
.product-features-list > ul > li > i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    width: 40px;
}
.product-features-list h3 {
    color: #232323;
    float: left;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    width: 100%;
}
.product-features-list p {
    float: left;
    font-family: Roboto;
    font-size: 15px;
    margin: 2px 0 0;
    width: 100%;
}


/* Single Project */
.single-project-sec {
    float: left;
    width: 100%;
    background: #2b2c30;
}
.single-project-sec > .row {
    margin: 0;
}
.single-project-sec > .row > div {
    padding: 0;
}
.single-project-infos {
    float: left;
    padding: 70px 40px;
}
.single-project-infos > h3 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
.single-project-infos > h3 > span {
    float: left;
    font-weight: normal;
    margin-bottom: 9px;
    width: 100%;
}
.single-project-infos > p {
    color: #c3c3c3;
    float: left;
    font-size: 15px;
    margin: 14px 0 0;
    width: 100%;
}
.single-project-infos > a {
    float: left;
    color: #ffffff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 24px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    margin-top: 32px;
}
.single-project-infos > a:hover{
    background-color: #ffffff;
    color: #222222;
}
.single-project-box:hover > img {
    opacity: 0.2;
}
.single-project-box {
    float: left;
    width: 100%;
    position: relative;
}
.single-project-details {
    bottom: 0;
    left: 0;
    padding: 46px 40px;
    position: absolute;
    width: 70%;
}
.single-project-box > img {
    float: left;
    width: 100%;
    opacity: 0.4;
}
.single-project-details > h3 {
    color: #f2f2f2;
    float: left;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 5px;
    text-transform: uppercase;
    width: 100%;
}
.single-project-details > h3 a{
    color: inherit;
}
.single-project-details > span {
    float: left;
    width: 100%;
    font-family: Roboto;
    font-size: 13px;
    color: #cbcaca;
    margin-top: 11px;
}
.single-project-details > span > i {
    margin-right: 10px;
}

.group-btns {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px;
    text-align: center;
}

.group-btns > li {
    float: none;
    display: inline-block;
    margin: 0 6px;
}

.about-text-block > img {
    float: left;
    width: 100%;
}


/* Our Work */
.our-work-sec {
    float: left;
    width: 100%;
    margin-top: -30px;
}
.our-work-box {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.our-work-thumb {
    background: #1e1e1e none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.our-work-thumb > img {
    float: left;
    width: 100%;
}
.our-work-thumb > ul {
    bottom: 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 25px;
    position: absolute;
    width: 100%;
}
.our-work-thumb > ul li {
    float: left;
    margin-right: 5px;
}
.our-work-thumb > ul li > a {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #232323;
    float: left;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 44px;
}
.our-work-thumb > ul li > a:hover{
    background-color: #555555;
    color: #ffffff;
}
.our-work-thumb > ul li:first-child > a{
    color: #ffffff;
}
.our-work-box > h3 {
    color: #2e2e2e;
    float: left;
    font-size: 18px;
    margin: 22px 0 8px;
    width: 100%;
}
.our-work-box > h3 a{
    color: inherit;
}
.our-work-box > span {
    float: left;
    width: 100%;
    font-family: Roboto;
    font-size: 14px;
}

/* Custom Text Block */
.custom-text-block {
    float: left;
    width: 100%;
    text-align: center;
}
.custom-text-block > h3 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 29px;
    color: #1c1c1c;
    margin: 0;
    margin-bottom: 17px;
    letter-spacing: -0.9px;
}
.custom-text-block > span {
    float: left;
    width: 100%;
    font-family: Roboto;
    font-size: 16px;
    color: #636262;
}
.custom-text-block > .theme-btn {
    float: none;
    display: inline-block;
    margin-top: 33px;
}


/* Fun Fact Sec */
.fun-fact-sec {
    float: left;
    width: 100%;
    background: #171717;
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-right: 0px;
}
.fun-fact-sec:before {
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #171717;
}
.fun-fact-title {
    float: left;
    width: 100%;
    padding-right: 140px;
}
.fun-fact-title > h3 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    margin-bottom: 13px;
}
.fun-fact-title > p {
    color: #b8b8b8;
    font-size: 15px;
    float: left;
    width: 100%;
    margin: 0;
}
.fun-fact {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-right: 80px;
}
.fun-fact > li {
    float: left;
    width: 33.334%;
    margin-top: 55px;
}
.fun-fact > li > i {
    float: left;
    width: 100%;
    font-size: 32px;
    color: #5c5858;
}
.fun-fact-title > h3 {
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 17px;
    width: 100%;
}
.fun-fact > li > span {
    float: left;
    width: 100%;
    font-family: Roboto;
    font-size: 14px;
    color: #b8b8b8;
}
.fun-fact h3 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 28px;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 4px;
}

/* Team Sec */
.team-sec {
    float: left;
    width: 100%;
    margin-top: -30px;
}
.team-box {
    float: left;
    margin-top: 30px;
    position: relative;
    width: 100%;
    background: #000;
}
.team-box > img {
    float: left;
    width: 100%;
    height:70%;
}
.team-name {
    background: red none repeat scroll 0 0;
    
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;

    bottom: 30px;
    left: 10%;
    position: absolute;
    width: 80%;
    height: 71px;
    padding-left: 70px;
    padding-right: 20px;
    text-align: center;
}
.team-name > i {
    background: #ffffff none repeat scroll 0 0;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #232323;
    float: left;
    font-size: 20px;
    height: 71px;
    left: 0;
    line-height: 71px;
    margin-left: -1px;
    margin-right: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 71px;
}
.team-name > h3 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 22px;
    color: #ffffff;
    line-height: 70px;
    margin: 0;
}
.team-box:hover > .team-name {
    bottom: 0;
    opacity: 0;
}
.team-box:hover > img {
    opacity: 0.39;
}
.team-infos {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    padding: 0 50px;
    margin-top: 50px;
    opacity: 0;
    visibility: hidden;
}
.team-box:hover > .team-infos {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.team-infos > h3 {
    color: #ffffff;
    float: left;
    font-size: 29px;
    margin: 0 0 14px;
    width: 100%;
}

.team-infos > p {
    color: #dcdcdc;
}

/* Social Buttons */
.social-btns {
    float: left;
    list-style: outside none none;
    margin: 12px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.social-btns > li {
    float: none;
    display: inline-block;
    margin: 0;
}
.social-btns > li a {
    float: left;
}
.social-btns > li a i {
    color: #ffffff;
    float: left;
    height: 39px;
    line-height: 39px;
    width: 43px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.social-btns > li a i.fa-facebook{
    background: #6b77d3;
}
.social-btns > li a i.fa-twitter{
    background: #0dcfff;
}
.social-btns > li a i.fa-google-plus{
    background: #ff5858;
}

/* Services */
.service-2 {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 60px 30px 55px;
    position: relative;
    text-align: center;
    width: 100%;
}
.service-2:hover {
    background: #232323;
}
.service-2:hover > span {
    color: #ffffff;
}
.service-2:hover > h3 {
    color: #ffffff;
}
.service-2:hover > p {
    color: #999999;
}
.service-2:hover > a{
    color: #ffffff;
}
.service-2.active {
    background: #232323;
}
.service-2.active > span {
    color: #ffffff;
}
.service-2.active > h3 {
    color: #ffffff;
}
.service-2.active > p {
    color: #999999;
}
.service-2.active > a{
    color: #ffffff;
}
.service-2 > span {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 58px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: -1px;
}
.service-2 > span > i {
    font-style: normal;
}
.service-2 > h3 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin-top: 30px;
}
.service-2 > p {
    float: left;
    width: 100%;
    font-style: italic;
    font-size: 18px;
    color: #757474;
    font-weight: 300;
}
.service-2 > a {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #f5f5f5;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    bottom: 0;
    color: #e5e5e5;
    font-size: 17px;
    height: 60px;
    left: 50%;
    line-height: 56px;
    margin-bottom: -30px;
    margin-left: -30px;
    position: absolute;
    text-align: center;
    width: 60px;
}

/* LookBook Post */
.look-book-post {
    float: left;
    margin-top: 60px;
    width: 100%;
}
.look-book-post img {
    float: left;
    width: 100%;
}
.look-book-post:first-child {
    margin: 0;
}
.look-book-info > span {
    color: #eeeeee;
    float: left;
    font-family: Montserrat;
    font-size: 173px;
    font-weight: bold;
    letter-spacing: -7px;
    margin-left: -10px;
    width: 100%;
}
.look-book-info > span {
    color: #eeeeee;
    float: left;
    font-family: Montserrat;
    font-size: 173px;
    font-weight: bold;
    letter-spacing: -7px;
    line-height: 130px;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-top: 30px;
    width: 100%;
}
.look-book-info > p {
    color: #777777;
    float: left;
    font-size: 17px;
    margin-top: 33px;
    padding-right: 20px;
    width: 100%;
}
.look-book-info h2 a {
    color: #242424;
}
.look-book-post:nth-child(2n+2) .look-book-info {
    padding-left: 20px;
}
.look-book-info {
    float: left;
    padding-top: 30px;
    width: 100%;
}

.whitish p {
    color: #666666;
}
.whitish .contact-widget-list > li {
    color: #777777;
}
.whitish .heading2 > h3 {
    color: #232323;
}
.whitish .post_widget_info > h3 {
    color: #333333;
}
.whitish .post_widget_info > a {
    color: #777777;
}
.whitish .useful_link > ul > li > a {
    color: #676767;
}
.look-book-post.dark .look-book-info > span {
    color: #7a7a7a;
}
.look-book-info > h2 {
    float: left;
    font-family: Montserrat;
    font-size: 55px;
    font-weight: bold;
    margin: 0;
    width: 100%;
}
.look-book-post.dark .look-book-info > h2 a {
    color: #ffffff;
}
.body-dark .about-text-block > h3 {
    color: #fff;
}
.body-dark .about-text-block > p {
    color: #777777;
}

/* Category Box */
.shop-cat-sec {
    float: left;
    width: 100%;
}
.shop-cat-sec > .row {
    margin: 0 -1px;
}
.shop-cat-sec > .row > div {
    padding: 0 1px;
}
.category-box {
    float: left;
    width: 100%;
    position: relative;
}
.category-box > img {
    float: left;
    width: 100%;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.category-info {
    position: absolute;
    background: #ffffff;
    width: 78%;
    bottom: 0;
    left: 11%;
    
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -ms-border-radius: 3px 3px 0px 0px;
    -o-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;

    text-align: center;
    padding: 30px 20px;
    padding-bottom: 0;
}
.category-info > h3 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: normal;
    color: #232323;
    margin: 0;
    margin-bottom: 12px;
    margin-top: 7px;
}
.category-info > h3 a{
    color: inherit;
}
.category-info > a {
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
}

/* Product Sec */
.product-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.product-box {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.product-thumb {
    float: left;
    position: relative;
    width: 100%;
    z-index: 0;
}
.product-thumb > img {
    float: left;
    width: 100%;
}
.product-thumb a.add-to-cart {
    bottom: 20px;
    color: #ffffff;
    font-size: 14px;
    height: 45px;
    left: 20px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    width: 48px;
    z-index: 2;
}
.product-box > h3 {
    color: #1b1d21;
    float: left;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: bold;
    margin: 22px 0 7px;
    width: 100%;
}
.product-box > h3 a{
    color: #1b1d21;
}
.product-box span.price {
    float: left;
    font-family: Montserrat;
    font-size: 15px;
}
.product-thumb::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);

    width: 100%;
    z-index: 1;
}
.product-box:hover .product-thumb::before {
    opacity: 0.7;
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.product-box:hover .product-thumb a.add-to-cart {
    bottom: 50%;
    left: 50%;

    -webkit-transform: translateY(50%) translateX(-50%);
    -moz-transform: translateY(50%) translateX(-50%);
    -ms-transform: translateY(50%) translateX(-50%);
    -o-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
    background: none;
    font-size: 25px;
}
.owl-dots {
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.owl-dots > .owl-dot {
    background: #e3e3e3 none repeat scroll 0 0;
    display: inline-block;
    float: none;
    height: 10px;
    margin: 0 1px;
    width: 10px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


.our-clients-sec {
    float: left;
    padding: 0 100px;
    position: relative;
    width: 100%;
}
.carousel-client {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.our-clients-sec li a {
    opacity: 0.5;
}
.our-clients-sec li a:hover{
    opacity: 1;
}
.our-clients-sec .owl-nav {
    height: 0;
    left: 0;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.our-clients-sec .owl-nav > div {
    background: #716a6a none repeat scroll 0 0;
    color: transparent;
    float: left;
    height: 26px;
    position: relative;
    width: 26px;
}
.our-clients-sec .owl-nav > .owl-next {
    float: right;
    margin-right: -60px;
}
.our-clients-sec .owl-nav .owl-prev {
    float: left;
    margin-left: -60px;
}
.our-clients-sec .owl-nav > div::before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    left: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.our-clients-sec .owl-nav > .owl-next::before {
    content: "\f105";
}

/* Inner Head */
.inner-head {
    float: left;
    margin-top: 90px;
    text-align: center;
    width: 100%;
}
.inner-head > h2 {
    color: #ffffff;
    float: left;
    font-size: 65px;
    font-weight: bold;
    margin: 0;
    width: 100%;
}
.breadcrumbs {
    float: left;
    list-style: outside none none;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.breadcrumbs > li {
    color: #ffffff;
    display: inline-block;
    font-family: Roboto;
    font-size: 17px;
    padding: 0 20px;
    position: relative;
}
.breadcrumbs > li > a {
    color: #bfbfbf;
    float: left;
    font-family: Roboto;
    font-size: 17px;
}
.breadcrumbs > li::before {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: -6px;
    top: 0;
}
.breadcrumbs > li:first-child {
    padding-left: 0;
}
.breadcrumbs > li:last-child {
    padding-right: 0;
}
.breadcrumbs > li:last-child::before {
    display: none;
}
#carousel-about {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.about-text {
    float: left;
    margin-top: 70px;
    padding-left: 30px;
    width: 100%;
}
.about-text > span {
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    width: 100%;
}
.about-text > h3 {
    color: #242424;
    float: left;
    font-family: Montserrat;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: -3px;
    margin: 0 0 20px;
    width: 100%;
}
.about-text > p {
    float: left;
    margin: 0 0 40px;
    padding-right: 100px;
    width: 100%;
}


select {
  display: none; 
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;

  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
.nice-select:hover {
  border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px; }
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0); }
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }
.nice-select.disabled:after {
  border-color: #cccccc; }
.nice-select.wide {
  width: 100%; }
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }
.nice-select.right {
  float: right; }
.nice-select.right .list {
  left: auto;
  right: 0; }
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }
.nice-select.small:after {
  height: 4px;
  width: 4px; }
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }
.nice-select .list {
  background-color: #fff;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;

  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }
.nice-select .option.selected {
  font-weight: bold; }

.billing-sec {
    float: left;
    width: 100%;
}
.billing-sec > form {
    float: left;
    width: 100%;
}
.field-custom {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.field-custom > label {
    color: #121212;
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    width: 100%;
}
.field-custom .nice-select {
    background: #f3f3f3 none repeat scroll 0 0;
    border: medium none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    float: left;
    height: 58px;
    margin-bottom: 10px;
    padding: 9px 30px;
    width: 100%;
}
.field-custom > p {
    float: left;
    font-size: 14px;
    line-height: 10px;
    margin: 0 0 21px;
    width: 100%;
}
.field-custom textarea {
    background: #f3f3f3 none repeat scroll 0 0;
    border: medium none;
    float: left;
    min-height: 200px;
    padding: 30px;
    width: 100%;
}
.cart-total-details {
    background: #f3f3f3 none repeat scroll 0 0;
    float: left;
    margin-top: 20px;
    padding: 40px 50px;
    width: 100%;
}
.cart-total-details > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.cart-total-details > ul > li {
    float: left;
    line-height: 30px;
    margin: 4px 0;
    width: 100%;
}
.cart-total-details li > span {
    color: #232323;
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    width: 60%;
}
.cart-total-details li > i {
    float: left;
    font-family: Roboto;
    font-style: normal;
    width: 40%;
}
.cart-total-details > .total {
    color: #111111;
    float: left;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: normal;
    margin-top: 25px;
    width: 100%;
}
.cart-total-details > h3 {
    border-bottom: 2px solid #c8cccc;
    float: left;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 30px;
    padding-bottom: 20px;
    width: 100%;
}
.cart-coupon-detail {
    float: left;
    padding: 40px 0;
    width: 100%;
}
.cart-coupon-detail > h3 {
    border-bottom: 2px solid #e8ecec;
    float: left;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 37px;
    padding-bottom: 20px;
    width: 100%;
}
.cart-coupon-detail > input[type="text"] {
    background: #f3f3f3 none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 58px;
    margin-bottom: 10px;
    padding: 0 30px;
    width: 100%;
}
.cart-coupon-detail > input[type="submit"] {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 15px;
    padding: 17px 30px;
}
.submit-all-fields {
    float: left;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}
.submit-all-fields > button {
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-family: Roboto;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 23px 90px;
}


.field-custom > label i{
    font-style: normal;
}
.field-custom .nice-select::after {
    right: 30px;
}
.field-custom .nice-select > ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    width: 100%;
}
.field-custom > input {
    background: #f3f3f3 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Roboto;
    height: 58px;
    margin-bottom: 10px;
    padding: 0 30px;
    width: 100%;
}

/* Pagination */
.pagination {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    margin: 70px 0 0;
    padding: 2px 2px 3px 1px;
    text-align: center;
    width: 100%;
}
.pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 7px 0 0;
    padding: 0;
}
.pagination li {
    float: left;
    font-family: Montserrat;
    font-size: 12px;
    margin: 0 4px 0 0;
}
.pagination li:last-child {
  margin: 0;
}
.pagination li.active a,
.pagination li a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pagination li.active a, .pagination li a:hover {
    color: #ffffff;
}
.pagination li .delimeter {
  display: block;
  padding-top: 6px;
}
.pagination a {
    background: #fff none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    color: #666;
    float: left;
    font-family: Roboto;
    padding: 3px 13px;
    text-decoration: none;
}


.widget {
    float: left;
    margin-top: 50px;
    width: 100%;
}
footer .widget {
    margin: 0;
}

/* Social Widget */
.social_widget {
    float: left;
    width: 100%;
}
.social_widget > a {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    font-size: 22px;
    height: 70px;
    line-height: 70px;
    margin-right: 8px;
    text-align: center;
    width: 70px;
}
.social_widget > a:hover > i{
    color: #ffffff !important;
}
.social_widget > a i.fa-facebook{
    color: #596fc2;
}
.social_widget > a i.fa-google-plus{
    color: #ff1f1f;
}
.social_widget > a i.fa-twitter{
    color: #4bd7ff;
}
.social_widget > a i.fa-tumblr{
    color: #4c8fb5;
}

/* Admin Widget */
.meet_admin {
    float: left;
    position: relative;
    width: 100%;
}
.meet_admin > img {
    float: left;
    width: 100%;
}
.meet_admin::before {
    background: rgba(0, 0, 0, 0) url("../images/layer.png") no-repeat scroll 0 0 / 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.admin_detail {
    bottom: 0;
    left: 0;
    padding: 40px 45px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}
.admin_detail > h3 {
    color: #fff;
    float: left;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 11px;
    text-align: center;
    width: 100%;
}
.admin_detail > span {
    float: left;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
}
.admin_detail > p {
    color: #d6d6d6;
    padding: 0 10px;
}

/* Search Widget */
.search_widget > form {
    float: left;
    width: 100%;
    position: relative;
}
.search_widget > form input {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #5f5f5f;
    float: left;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 21px 30px;
    width: 100%;
}
.search_widget > form button {
    border: medium none;
    color: #ffffff;
    height: 46px;
    position: absolute;
    right: 6px;
    top: 7px;
    width: 46px;
}
.search_widget > form button:hover{
    background: #333333;
}
/* Category Widget */
.category_widget > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.category_widget > ul li {
    color: #a6a6a6;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    line-height: 26px;
    padding: 6px 0;
    text-align: right;
    width: 100%;
}
.category_widget > ul li a {
    color: #555555;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding-left: 22px;
    position: relative;
}
.category_widget > ul li a::before {
    background: #f2f2f2 none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    position: absolute;
    top: 50%;
    width: 5px;
}
.category_widget > ul li a:hover {
    padding-left: 30px;
}

/* Branch Sec */
.branch-sec {
    float: left;
    margin-top: -60px;
    width: 100%;
}
.our-branch {
    float: left;
    margin-top: 60px;
    width: 100%;
}
.branch-thumb {
    background: #000 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
}
.branch-thumb > img {
    float: left;
    opacity: 0.7;
    width: 100%;
}
.branch-thumb > a {

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    bottom: 30px;
    color: #fff;
    font-family: Montserrat;
    font-size: 26px;
    height: 47px;
    left: 30px;
    line-height: 47px;
    position: absolute;
    text-align: center;
    width: 47px;
}
.branch-title {
    float: left;
    padding-top: 30px;
    width: 100%;
}
.branch-title > h3 {
    color: #131212;
    float: left;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
}
.branch-title > h3 a{
    color: inherit;
}
.branch-title > span {
    color: #777777;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    margin-left: 18px;
}
.branch-title > span > i {
    font-size: 16px;
    margin-right: 10px;
}

/* Cart */
.c-input-number {
    display: table-cell;
    vertical-align: middle;
    width: 110px;
}
.c-input-number > span {
    float: left;
    width: 100%;
}
.c-input-number > span input.manual-adjust {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    font-family: Montserrat;
    height: 48px;
    margin-bottom: 1px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}
.c-input-number > span input.userincr-btn-dec {
    background: #6a6a6a none repeat scroll 0 0;
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    float: left;
    font-family: Montserrat;
    height: 33px;
    line-height: 33px;
    padding: 0;
    width: 55px;
}
.c-input-number > span input.userincr-btn-inc {
    background: #6a6a6a none repeat scroll 0 0;
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    float: right;
    font-family: Montserrat;
    height: 33px;
    line-height: 33px;
    padding: 0;
    width: 54px;
}
.total-of-item {
    color: #323232;
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.cart-sec {
    float: left;
    width: 100%;
}
.item-carts {
    float: left;
    list-style: outside none none;
    margin: -62px 0 0;
    padding: 0;
    width: 100%;
}
.item-carts > li {
    display: table;
    float: left;
    margin-top: 62px;
    width: 100%;
}
.cart-list {
    display: table;
    float: left;
    width: 100%;
}
.cart-image-title {
    display: table-cell;
    width: 43%;
}
.cart-image-title > span {
    float: left;
    position: relative;
}
.cart-image-title > span img {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    width: 100%;
}
.cart-image-title > span > i {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    bottom: 10px;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 30px;
}
.title-of-cart {
    display: table;
    padding-left: 27px;
    vertical-align: middle;
}
.title-of-cart > h3 {
    color: #232323;
    float: left;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    margin: 39px 0 0;
    width: 100%;
}
.title-of-cart > h3 > a {
    color: #232323;
    float: left;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}
.title-of-cart > span {
    color: #a0a0a0;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    margin-top: 7px;
    width: 100%;
}
.quantity {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 19%;
}
.quantity > span {
    color: #555555;
    float: left;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
}
.quantity > i {
    float: left;
    font-style: normal;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
}
.how-much-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 19%;
}
.coupens-area {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.coupens-area .coupon {
    float: left;
    margin-right: 20px;
}
.coupens-area .coupon > label {
    float: left;
    font-family: Montserrat;
    line-height: 56px;
    margin: 0 12px 0 0;
}
.coupens-area .coupon > input[type="text"] {
    border: 1px solid #e8ecec;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    height: 51px;
    margin-right: 6px;
    padding: 0 20px;
}
.coupens-area > input {
    background: #555555 none repeat scroll 0 0;
    margin-right: 1px;
}

/* Cart total Area */
.cart-total-area {
    float: left;
    width: 100%;
}
.cart-total-area > h2 {
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 28px 20px;
    text-align: center;
    width: 100%;
}
.cart-total-area > ul {
    background: #fafafa none repeat scroll 0 0;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 40px 70px;
    width: 100%;
}
.cart-total-area li {
    float: left;
    padding: 14px 0;
    width: 100%;
}
.cart-total-area li > strong {
    color: #575757;
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    width: 70%;
}
.cart-total-area li > span {
    color: #888888;
    float: left;
    font-family: Roboto;
    font-size: 16px;
    width: 30%;
}
.cart-total-area li > p {
    color: #808080;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    margin: 0;
    width: 100%;
}
.calculating-shipping {
    background: #fafafa none repeat scroll 0 0;
    float: left;
    padding: 50px 70px;
    width: 100%;
}
.calculating-shipping > .nice-select {
    border: medium none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    float: left;
    height: 49px;
    margin: 5px 0;
    width: 100%;
}
.calculating-shipping > .nice-select > span {
    color: #afafaf;
    float: left;
    padding: 4px 10px;
    width: 100%;
}
.calculating-shipping > .theme-btn {
    background: #666666 none repeat scroll 0 0;
    float: right;
    margin-top: 40px;
}
.comming-soon-sec {
    float: left;
    padding-bottom: 300px;
    padding-top: 110px;
    text-align: center;
    width: 100%;
}
.comming-soon {
    float: left;
    width: 100%;
}
.comming-soon > .logo {
    float: left;
    width: 100%;
}
.comming-soon > span {
    color: #585858;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    margin-top: 160px;
    width: 100%;
}
.comming-soon h2 {
    color: #1f1f1f;
    float: left;
    font-family: Montserrat;
    font-size: 104px;
    font-weight: bold;
    letter-spacing: -6px;
    line-height: 90px;
    margin-top: 40px;
    width: 100%;
}
.comming-soon ul.countdown {
    float: left;
    list-style: outside none none;
    margin: 100px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.comming-soon ul.countdown > li {
    display: inline-block;
}
.comming-soon ul.countdown > li > p {
    color: #616161;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
}
.comming-soon ul.countdown > li > span {
    float: left;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 11px;
    width: 100%;
}
.bottom-line-soon {
    background: #dde0e5 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 30px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.comming-soon-sec.dark-version .comming-soon > span {
    color: #a8a8a8;
}
.comming-soon-sec.dark-version .comming-soon > h2 {
    color: #ffffff;
}
.comming-soon-sec.dark-version .comming-soon ul.countdown > li > p {
    color: #a8a8a8;
}
.comming-soon-sec.dark-version .bottom-line-soon {
    background: #0f0f11 none repeat scroll 0 0;
}

/* Contact */
.google-map {
    float: left;
    position: relative;
    width: 100%;
    z-index: 0;
}
.google-map::before {
    background: transparent none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.google-map iframe { 
  float: left;
  widows: 100%;
  height: 656px;
  position: relative;
}
.wanna-touch {
    background-color: rgba(255, 255, 255, 0.98);
    background-repeat: no-repeat;
    
    -webkit-box-shadow: 0 0 51px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 51px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0 0 51px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0 0 51px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 51px rgba(0, 0, 0, 0.13);

    left: 50%;
    padding: 50px 70px;
    position: absolute;
    top: 50%;
   
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    width: 710px;
    z-index: 1;
}
.google-map.active > .wanna-touch {
    margin-top: -110px;
    opacity: 0;
    visibility: hidden;
}
.wanna-touch::before {
    background-image: url("../images/resource/info-bg.jpg");
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.info-title {
    float: left;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.info-title > span {
    float: left;
    font-family: Montserrat;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    width: 100%;
}
.info-title > h3 {
    float: left;
    font-family: Montserrat;
    font-size: 37px;
    font-weight: bold;
    margin: 0;
    width: 100%;
}
.contact-info-list {
    float: left;
    text-align: center;
    width: 100%;
}
.contact-info-list > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.contact-info-list > ul > li {
    color: #282828;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    line-height: 31px;
    margin: 4px 0;
    width: 50%;
}
.contact-info-list > ul > li i {
    margin-right: 12px;
}
.contact-info-list > ul > li {
    float: left;
    text-align: center;
    width: 50%;
}
.google-map.active::before {
    display: none;
}
.google-map.active > .hide-location {
    opacity: 1;
    visibility: visible;
}
.view-location {
    background: #282828 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat;
    font-size: 15px;
    margin-top: 40px;
    padding: 21px 40px;
}
.hide-location {
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    -ms-border-radius: 43px;
    -o-border-radius: 43px;
    border-radius: 43px;

    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat;
    font-size: 12px;
    margin: 7px;
    opacity: 0;
    padding: 16px 28px;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 9;
}
.hide-location > i {
    margin-right: 10px;
}
.view-location > i {
    margin-right: 10px;
}
.view-location:hover{
    color: #ffffff;
}
.view-location:hover > i{
    color: #ffffff;
}


.contact-form {
    float: left;
    width: 100%;
}
.contact-form > form {
    float: left;
    width: 100%;
}
.contact-form > form .row > div {
    margin-bottom: 10px;
    position: relative;
}
.contact-form > form .row > div > input[type="text"], .contact-form > form .row > div > textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-family: Montserrat;
    font-size: 15px;
    height: 68px;
    padding: 18px 80px;
    width: 100%;
}
.contact-form > form .row > div > i {
    color: #b5b5b5;
    font-size: 15px;
    left: 58px;
    line-height: 16px;
    margin-top: -7px;
    position: absolute;
    top: 34px;
}
.contact-form > form .row > div > textarea {
    min-height: 170px;
    padding-top: 25px;
}
.contact-form img.loader {
    margin: 17px 50px;
}

/* Error Page */
.error-page {
    float: left;
    text-align: center;
    width: 100%;
}
.error-page > img {
    display: inline-block;
}
.error-page > h2 {
    color: #c9c9c9;
    float: left;
    font-family: Montserrat;
    font-size: 293px;
    letter-spacing: -17px;
    margin: 40px 0;
    width: 100%;
}
.error-page > h2 > span {
    font-size: 124px;
}
.error-page > p {
    float: left;
    margin-top: 26px;
    width: 100%;
}
.error-page > span {
    color: #444444;
    float: left;
    font-family: Montserrat;
    font-size: 29px;
    width: 100%;
}

/* Event Sec */
.event-sec {
    float: left;
    margin-top: -50px;
    width: 100%;
}
.event-box {
    background: #1a1a1a none repeat scroll 0 0;
    float: left;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.event-box:hover > img {
    opacity: 0.15;
}
.event-box > img {
    float: left;
    width: 100%;
}
.event-title-sec {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding-left: 108px;
    padding-top: 30px;
    position: absolute;
    width: 100%;
}
.event-date > span {
    background: #4b4b4b none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 17px;
    height: 99px;
    padding: 27px 0;
    text-align: center;
    width: 80px;
}
.event-date > span > strong {
    float: left;
    font-size: 25px;
    font-weight: bold;
    line-height: 24px;
    width: 100%;
}
.event-box:hover > .event-title-sec {
    bottom: -90px;
    opacity: 0;
    visibility: hidden;
}
.event-title-sec > h3 {
    color: #282828;
    float: left;
    font-family: Montserrat;
    font-size: 20px;
    margin: 16px 0 10px;
    width: 100%;
}
.event-title-sec > h3 a{
    color: inherit;
}
.event-title-sec > span {
    float: left;
    font-family: Roboto;
    font-size: 14px;
    width: 100%;
}
.event-title-sec > span > i {
    font-style: normal;
}
.event-title-sec > p {
    color: #5e5e5e;
    float: left;
    font-size: 14px;
    margin: 5px 0 0;
    width: 100%;
}
.event-title-sec > p i{
    margin-right: 8px;
}
.event-box:hover .event-hover-sec{
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.event-hover-sec {
    left: 0;
    margin-top: -40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    visibility: hidden;
    width: 100%;
}
.event-date {
    left: 0;
    position: absolute;
}
.event-hover-sec > .event-date {
    display: inline-block;
    position: static;
}
.event-hover-sec > h3 {
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 20px;
    margin: 30px 0 0;
    width: 100%;
}
.event-hover-sec > h3 a{
    color: inherit;
}
.event-hover-sec {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.event-hover-sec > .countdown > li {
    display: inline-block;
    padding: 0 5px;
}
.event-hover-sec > .countdown > li > span {
    color: #f4f4f4;
    float: left;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: bold;
    width: 100%;
}
.event-hover-sec > .countdown > li > p {
    font-family: Roboto;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}
.event-box .countdown {
    float: left;
    list-style: outside none none;
    margin: 29px 0 0;
    padding: 0;
    width: 100%;
}

/* Event Single */
.event-single-sec {
    float: left;
    width: 100%;
}
.event-single {
    float: left;
    width: 100%;
}
.event-single > img {
    float: left;
    width: 100%;
}
.event-single > .event-title-sec {
    float: left;
    left: 0;
    padding-bottom: 22px;
    position: relative;
    top: 0;
    width: 50%;
}
.event-single > .event-title-sec > h3 {
    margin-top: 26px;
}

.event-single > .event-hover-sec {
    float: right;
    margin: 53px 0 0;
    opacity: 1;
    position: relative;
    text-align: right;
    top: 0;
    
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);

    visibility: visible;
    width: 50%;
}
.event-single > .event-hover-sec .countdown li span{
    color: #232323;
}
.event-single-infos {
    float: left;
    padding-top: 30px;
    width: 100%;
}
.event-single-infos > p {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.post-gallery {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.post-gallery > .row {
    margin: 0 -4px;
}
.post-gallery > .row > div {
    margin-top: 8px;
    padding: 0 4px;
}
.post-gallery img {
    float: left;
    width: 100%;
}
.post-tags {
    float: left;
    width: 100%;
}
.post-tags > span {
    color: #848484;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 2px;
    text-transform: uppercase;
}
.post-tags > span i {
    font-size: 14px;
    margin-right: 5px;
}
.post-tags > a {
    color: #7e7e7e;
    display: inline-block;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
/* FAQ */
.faq-form {
    float: left;
    width: 100%;
}
.faq-form input[type="text"] {
    background: #f4f4f4 none repeat scroll 0 0;
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #555555;
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    height: 76px;
    letter-spacing: 0.5px;
    padding: 19px 60px;
    width: 100%;
}
.faq-form button {
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #fff;
    float: left;
    font-size: 21px;
    height: 76px;
    padding: 19px 20px;
    text-align: center;
    width: 100%;
}
.faq-sec > .faq-form {
    margin-bottom: 100px;
}
.experties {
    float: left;
    width: 100%;
}
#toggle-widget > h2 {
    border: 1px solid #f1f1f1;
    color: #222222;
    cursor: pointer;
    float: left;
    font-family: Montserrat;
    font-size: 15px;
    margin: 0 0 -1px;
    padding: 22px 40px;
    position: relative;
    width: 100%;
}
.experties > .content {
    border: 1px solid #f1f1f1;
    float: left;
    margin-bottom: -1px;
    padding: 30px 40px;
    width: 100%;
}
#toggle-widget > h2.active{
    color: #fff;
}
.contact-details {
    float: left;
    width: 100%;
}
.contact-infos > ul {
    float: left;
    list-style: outside none none;
    margin: 25px 0 0;
    padding: 0;
    width: 100%;
}
.contact-infos > ul > li {
    float: left;
    padding-right: 20px;
    width: 100%;
    margin-top: 20px;
}
.contact-infos > ul li span {
    color: #333333;
    float: left;
    font-family: Montserrat;
    font-size: 17px;
    margin-bottom: 7px;
    width: 100%;
}
.contact-infos > ul > li > span > i {
    margin-right: 9px;
}
.contact-details .social-btns > li {
    float: left;
    margin-right: 3px;
}

/* Gallery Sec */
.gallery-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.gallery-box {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.gallery-sec.no-space {
    margin-top: -2px;
}
.gallery-sec.no-space .gallery-box {
    margin-top: 2px;
}
.gallery-sec.no-space > .row {
    margin: 0 -1px;
}
.gallery-sec.no-space > .row > div {
    padding: 0 1px;
}
.gallery-box > img {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    width: 100%;
}
.gallery-infos > h3 {
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 19px;
    letter-spacing: -0.5px;
    margin: 0;
    width: 100%;
}
.gallery-infos > h3 a{
    color: inherit;
}
.gallery-infos > span {
    float: left;
    font-family: Roboto;
    font-size: 15px;
    margin-top: 9px;
    width: 100%;
}
.gallery-infos > a {
    background: #292929 none repeat scroll 0 0;
    color: #7e7d7d;
    font-size: 15px;
    height: 100%;
    line-height: 98px;
    padding: 0 16px;
    position: absolute;
    right: 30px;
    top: 0;
}
.gallery-infos {
    background: #121212 none repeat scroll 0 0;
    bottom: -100px;
    left: 0;
    opacity: 0;
    padding: 27px 80px 27px 30px;
    position: absolute;
    visibility: hidden;
    width: 100%;
}
.gallery-box:hover > .gallery-infos {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}



.account-popup-sec.active{
    opacity: 1;
    visibility: visible;
}
.account-popup-sec {
    background: rgba(20, 20, 20, 0.81) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99999999999;
}
.registration-sec input[type="submit"] {
    display: inline-block;
    float: none;
    margin-top: 40px;
}
.account-popup-area {
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100%;
}
.account-popup {
    background: #ffffff none repeat scroll 0 0;
    margin-left: 50%;
    margin-top: 70px;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    width: 970px;
}
.account-popup > .row {
    margin: 0;
}
.account-popup > .row > div {
    padding: 0;
}
.account-user {
    background-image: url("../images/resource/login-bg.jpg");
    background-size: cover;
    float: left;
    height: 100%;
    padding: 110px 65px;
    position: relative;
    width: 100%;
    z-index: 0;
    text-align: center;
}
.account-user > form input[type="submit"] {
    display: inline-block;
    float: none;
    margin-top: 50px;
}
.account-user .logo {
    display: inline-block;
    float: none;
    margin-bottom: 40px;
    padding: 0;
}
.account-user > p {
    color: #cfcfcf;
    float: left;
    width: 100%;
}
.account-user > form {
    float: left;
    width: 100%;
}
.account-user > form > h4 {
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
    width: 100%;
}
.account-user .field {
    float: left;
    width: 100%;
    margin: 0;
}
.account-user .field input[type="text"], .account-user .field input[type="password"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 15px;
    height: 58px;
    margin-top: 16px;
    padding: 0 30px;
    width: 100%;
    margin-bottom: 0;
}
.account-user > form input.flat-btn {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin-top: 30px;
    padding: 15px 30px;
}
.account-user > i {
    color: #c8c8c8;
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 40px;
    margin-top: 48px;
    width: 100%;
}
.account-user > span {
    color: #c8c8c8;
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 30px;
    width: 100%;
}
.account-user > .social-btns {
    display: inline-block;
    float: left;
    width: 100%;
}
.account-user > .social-btns > li {
    display: inline-block;
    float: none;
    margin: 0;
}
.registration-sec {
    float: left;
    padding: 120px 66px;
    text-align: center;
    width: 100%;
}
.registration-sec > h3 {
    color: #282828;
    float: left;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 17px;
    text-transform: uppercase;
    width: 100%;
}

.close-popup {
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.close-popup:hover{
    background: #444444;
}
.registration-sec .field {
    float: left;
    width: 100%;
}
.registration-sec .field input[type="text"], .registration-sec .field input[type="password"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid rgba(0, 0, 0, 0.1);
    color: #666666;
    float: left;
    font-family: Montserrat;
    font-size: 15px;
    height: 58px;
    margin-top: 16px;
    padding: 0 30px;
    width: 100%;
}
.registration-sec > form input.flat-btn {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin-top: 30px;
    padding: 15px 30px;
}
html.no-scroll {
    overflow: hidden;
}
.registration-sec .field > label {
    color: #747474;
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    margin-right: 20px;
    margin-top: 27px;
}
.registration-sec .field > label > input {
    margin-right: 5px;
}
.registration-sec form > label {
    color: #747474;
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: left;
}
.registration-sec form > label > input {
    margin-right: 5px;
}

.portfolio-sec.no-space {
    margin-top: -2px;
}
.portfolio-sec.no-space .portfolio-box {
    margin-top: 2px;
}
.portfolio-sec.no-space > .row {
    margin: 0 -1px;
}
.portfolio-sec.no-space > .row > div {
    padding: 0 1px;
}
.portfolio-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.portfolio-box {
    float: left;
    margin-top: 30px;
    position: relative;
    width: 100%;
}
.portfolio-box > img {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    width: 100%;
}
.portfolio-infos {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;

    bottom: 10px;
    padding: 30px;
    position: absolute;
    width: 80%;
}
.portfolio-infos > h3 {
    color: #2e2e2e;
    float: left;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin: -5px 0 0;
    width: 100%;
}
.portfolio-infos > h3 a{
    color: inherit;
}
.portfolio-infos > span {
    color: #909090;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    margin-top: 4px;
    width: 100%;
}
.portfolio-infos > ul {
    float: left;
    list-style: outside none none;
    margin: 22px 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.portfolio-infos > ul li {
    float: left;
    margin-right: 5px;
}
.portfolio-infos > ul li > a {
    background: #e8e8e8 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #aaaaaa;
    float: left;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 44px;
}
.portfolio-infos > ul li:first-child > a{
    color: #fff;
}

.prices-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.price-table {
    border: 3px solid #f0f0f0;
    float: left;
    list-style: outside none none;
    margin: 30px 0 0;
    overflow: hidden;
    padding: 65px 60px;
    position: relative;
    width: 100%;
    z-index: 0;
}
.price-table .price-image {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}
.price-icon {
    float: left;
    width: 100%;
}
.price-icon > i {
    float: left;
    font-size: 29px;
    width: 100%;
}
.price-title {
    color: #000000;
    float: left;
    font-family: Roboto;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 29px;
    width: 100%;
}
.price-here {
    color: #1d1923;
    float: left;
    font-family: Roboto;
    font-size: 57px;
    font-weight: 200;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.price-feature {
    color: #777777;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    padding: 15px 0;
    position: relative;
    width: 100%;
}
.price-feature::before {
    background: #e3e3e3 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
}
.price-here > i {
    float: left;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-right: 5px;
    margin-top: -13px;
    vertical-align: top;
}
.price-here > span {
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin-left: 4px;
}
.price-btn {
    float: left;
    margin-top: 70px;
    width: 100%;
}
.price-btn > a {
    font-size: 14px;
    padding: 14px 31px;
}

.featured_widget {
    float: left;
    position: relative;
    width: 100%;
}
.featured_widget > span {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    left: 0;
    padding: 5px 20px;
    position: absolute;
    top: 30px;
}
.featured-product_detail {
    float: left;
    text-align: center;
    width: 100%;
}
.featured-product_detail > h3 {
    color: #282828;
    float: left;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 27px;
    width: 100%;
}
.featured-product_detail > h3 a{
    color: inherit;
}
.featured-product_detail > span {
    color: #888888;
    font-family: Roboto;
    font-size: 14px;
}


.shop_list_colors {
    float: left;
    width: 100%;
    text-align: center;
}
.shop_list_colors > span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}
.shop_list_colors > span > a {
    float: left;
    height: 30px;
    width: 30px;
}


.search-result {
    float: left;
    width: 100%;
}
.search-result h3 {
    color: #222222;
    float: left;
    font-family: Montserrat;
    font-size: 19px;
    margin: 0 0 11px;
    width: 100%;
}
.search-result > p {
    color: #767676;
    font-size: 14px;
}
.search-result .search_widget {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.search_widget > form {
    float: left;
    position: relative;
    width: 100%;
}
.search_widget > form input {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #5f5f5f;
    float: left;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 21px 30px;
    width: 100%;
}
.search-result .search_widget > form input {
    background: #f5f5f5 none repeat scroll 0 0;
}
.search_widget > form button {
    border: medium none;
    color: #ffffff;
    height: 46px;
    position: absolute;
    right: 6px;
    top: 7px;
    width: 46px;
}
.search-result > img {
    left: 50%;
    margin-top: 100px;
    position: relative;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}



blockquote {
    background-image: url("../images/blockquote.jpg");
    background-size: cover;
    border: medium none;
    float: left;
    margin: 0 0 30px;
    padding: 50px 190px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
blockquote::before {
    background: #f8f8f8 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.94;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
blockquote span {
    color: #747474;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
}
blockquote span a {
    font-family: Montserrat;
}
blockquote p {
    color: #333333;
    float: left;
    font-family: Roboto;
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    line-height: 34px;
    width: 100%;
}
.post-single .blog-info > p {
    display: block;
    float: none;
    margin: 28px 0;
}

.responsive-menus {
    background: #222222 none repeat scroll 0 0;
    display: none;
    float: left;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.responsive-menus .transparent-menu > nav > ul > li.menu-item-has-children > ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    margin: 11px 0 0;
    opacity: 1;
    padding: 0;
    position: static;
    text-align: left;
    visibility: visible;
    width: 100%;
    display: none;
}
.responsive-menus > .logo {
    float: left;
    padding: 0 30px;
}
.responsive-menus > .transparent-menu nav {
    background: #282828 none repeat scroll 0 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
}
.responsive-menus.active .transparent-menu > nav {
    opacity: 1;
    visibility: visible;
}
.responsive-menus > .transparent-menu nav > ul {
    float: left;
    width: 100%;
}
.responsive-menus > .transparent-menu nav > ul > li {
    border-bottom: 1px solid #363a3a;
    float: left;
    padding: 17px 38px;
    width: 100%;
}
.show-menus {
    border-radius: 30px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 17px;
    margin-left: 30px;
    padding: 10px 31px;
}
.responsive-menus > .transparent-menu {
    margin: 0;
}
.responsive-menus .transparent-menu > span {
    padding-bottom: 0;
    padding-top: 20px;
}
.responsive-menus .transparent-menu > .search-form {
    margin: 0;
}



.our-work:hover > .our-work-info-sec > div {
    padding: 0;
}
.our-work:hover > .our-work-info-sec > div .our-work-info {
    border-radius: 0 0;
}
.testimonials:hover:after {
    opacity: 1;
}
.features-mini-list > li:hover > i {
    background: #333333 none repeat scroll 0 0;
}
.our-work-thumb:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


.side-panel {
    background: none repeat scroll 0 0 #5D5D5D;
    
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    -ms-border-radius: 0 0 0 3px;
    -o-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    
    height: auto;
    position: fixed;
    right: -209px;
    top: 30%;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    
    width: 209px;
    z-index: 2147483647;
}
.side-panel:hover .panel-button {
    background: #a3a3a3 none repeat scroll 0 0;
    color: #ffffff;
}
.color-schemes > h4 {
    color: #ffffff;
    float: left;
    font-family: Montserrat;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 10px;
    margin: 0 0 30px;
    padding: 21px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.color-schemes > h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #4E4E4E;
    content: "";
}
.two-layouts {
    float: left;
    margin-bottom: 38px;
    width: 100%;
}
.two-layouts > h4 {
    border-bottom: 1px solid #696969;
    color: #FFFFFF;
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 10px;
    margin: 0;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 30px;
}
.two-layouts > h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #4E4E4E;
    content: "";
}
.color-schemes > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.color-schemes > ul > li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; 

    display: inline-block;
    float: none;
    height: 30px;
    list-style: outside none none;
    margin: 5px;
    overflow: hidden;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    
 
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    
    width: 30px;
}
.color-schemes > ul > li:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.color-schemes > ul > li .blue {
    background: #659fff;
}
.color-schemes > ul > li .brown {
    background: #968759;
}
.color-schemes > ul > li .green {
    background: #61cd87;
}
.color-schemes > ul > li .mehandi {
    background: #5b5618;
}
.color-schemes > ul > li .orange {
    background: #fc9b44;
}
.color-schemes > ul > li .peach {
    background: #daa969;
}
.color-schemes > ul > li .purple {
    background: #9244fc;
}
.color-schemes > ul > li .red {
    background: #ff2929;
}
.color-schemes > ul > li .salmon {
    background: #ec799a;
}
.color-schemes > ul > li .skyblue {
    background: #6cb8ff;
}

.panel-button {
    background-color: #404040;
    background-repeat: no-repeat;
    
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    
    color: #fff;
    cursor: pointer;
    height: 40px;
    left: -40px;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 39px;
}
.side-panel.show {
    right: 0;
}

.color-schemes > ul > li > a {
    float: left;
    height: 30px;
    width: 30px;
    background: #fff;
    cursor: pointer;
}
.color-schemes {
    float: left;
    width: 100%;
}

.side-panel:hover {
    right: 0;
}
.two-layouts > ul {
    display: table;
    float: none;
    margin: 0 auto;
    padding: 0;
}
.two-layouts > ul > li {
    float: left;
    list-style: none outside none;
    margin: 0 5px;
}
.side-panel .two-layouts > .choose-bg > li {
    float: left;
    list-style: none outside none;
    margin: 15px 2px 30px;
}
.side-panel .two-layouts > ul > li > a {

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; 
    
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 10px;
    padding: 10px 12px;
}
.two-layouts ul.choose-bg > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    float: left;
    height: 30px;
    margin: 0 5px;
    width: 30px;
}
.two-layouts > ul > li {
    float: left;
    list-style: none outside none;
}
.two-layouts > ul > li > a {

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; 
    
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 10px;
    margin: 0 5px;
    padding: 10px 12px;
}

.two-layouts > ul > li > .boxed-style {
    background: none repeat scroll 0 0 #28AB7C;
}
.two-layouts > ul > li > .full-width {
    background: none repeat scroll 0 0 #ed9d5c;
}

/* Cross Browser Compatibility */
.search-form > form,
.service *,
.service,
.service::before,
.transparent-header,
.transparent-header  *,
.theme-btn,
.my-work-sec > .project-list > .slick-list .slick-slide.slick-active.slick-center,
.my-work-sec > .project-list > .slick-list .slick-slide,
.our-work-infos,
.my-work-sec > .project-list > button,
.my-work-sec > .project-list > button::before,
.our-work-info > h3, 
.our-work-info > h3 a,
.our-work-info > ul li > a,
.blog,
.blog *,
.our-work-sec,
.our-work-sec *,
.team-box,
.team-box *,
.product-box,
.product-box *,
.product-thumb::before,
aside *,
.event-box,
.event-box *,
.experties,
.experties *,
.gallery-box,
.gallery-box *,
.account-popup-sec,
.account-popup-sec *,
.subscribe-us,
.subscribe-us *,
footer,
footer *,
.single-project-sec,
.single-project-sec *,
.our-work-box,
.our-work-box *,
.service-2,
.service-2 *,
.fun-fact-sec,
.fun-fact-sec *,
.category-box,
.category-box *,
.product-box,
.product-box *,
.responsive-menus,
.responsive-menus *,
.our-work,
.our-work *,
.testimonials,
.testimonials *,
.testimonials:after,
.features-mini-list,
.features-mini-list *,
.quick-bottom-links,
.quick-bottom-links *,
.our-work-box,
.our-work-box *,
.look-book-post,
.look-book-post *  {
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}