/*

[ComeLooks Core Stylesheet]

Project: ComeLooks - Multipurpose Business HTML Template 
Version: 1.0
Author : themelooks.com

[Table of contents]

1. GENERAL STYLES
    - 1-1 PRE-LOADER

2. MAIN CONTENT AREA

3. NAVIGATION

4. OFF-CANVAS MENU

5. BACK TO TOP BUTTON

6. HOME
    - 6-1 OVERLAY
    - 6-2 HOME CONTENT
    - 6-3 LOGO
    - 6-4 COUNTDOWN
    - 6-5 SUBSCRIBE
    - 6-6 OWL CARSOUSEL
    
7. SUBSCRIBE
        
8. FEATURES

9. ABOUT

10. SERVICES

11. TEAM

12. TESTIMONIAL

13. PRICING TABLE

14. CALL TO ACTION

15. GALLERY

16. COUTNER

17. BRAND

18. BLOG

19. CONTACT

20. MAP

21. COPYRIGHT

22. GENERAL PAGE STYLES

23. ABOUT PAGE

24. BLOG PAGE

25. BLOG DETAILS PAGE

26. SERVICES PAGE

27. GALLERY PAGE

28. TEAM PAGE

29. PRICING PAGE

30. CONTACT PAGE

31. 404 PAGE

32. COMMING SOON PAGE

33. MEDIA QUERIES
    - 31-1 LARGE DEVICES, WIDE SCREENS
    - 31-2 MEDIUM DEVICES, DESKTOPS
    - 31-3 SMALL DEVICES, TABLETS
    - 31-4 EXTRA SMALL DEVICES, PHONES
    - 31-5 CUSTOM, IPHONE RETINA

34. HELPER CLASSES
    - 34-1 RESET-MARGIN
    - 34-2 RESET-PADDING

*/

/*------------------------------------*\
    1. GENERAL STYLES
\*------------------------------------*/
html {
    overflow-x: hidden;
}
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
a, a:link, a:visited, a:hover, a:active {
    /*color: #fff;*/
    color: #a79f0f;
    text-decoration: none;
    outline: 0;
}
.form-control {
    background-color: transparent;
}
input.form-control,
textarea.form-control {
    color: #555;
}
.wow {
    visibility: hidden;
}
.tooltip-inner {
    border-radius: 0;
}
/* 1-1 PRE-LOADER */
.preloader-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #162B40;
    z-index: 9999;
}
.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    display: block;
    width: 3.75em;
    height: 4.25em;
    margin-left: -1.875em;
    margin-top: -2.125em;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotateY(180deg) rotateZ(-60deg);
            transform: rotateY(180deg) rotateZ(-60deg);
}
.preloader .slice {
    border-top: 1.125em solid transparent;
    border-right: none;
    border-bottom: 1em solid transparent;
    border-left: 1.875em solid #a79f0f;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    border-radius: 3px 3px 0 0;
}
.preloader .slice:nth-child(1) {
    -webkit-transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.82s preload-hide-1 both 1;
            animation: 0.15s linear 0.82s preload-hide-1 both 1;
}
.preloader .slice:nth-child(2) {
    -webkit-transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.74s preload-hide-2 both 1;
            animation: 0.15s linear 0.74s preload-hide-2 both 1;
}
.preloader .slice:nth-child(3) {
    -webkit-transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.66s preload-hide-3 both 1;
            animation: 0.15s linear 0.66s preload-hide-3 both 1;
}
.preloader .slice:nth-child(4) {
    -webkit-transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.58s preload-hide-4 both 1;
            animation: 0.15s linear 0.58s preload-hide-4 both 1;
}
.preloader .slice:nth-child(5) {
    -webkit-transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.5s preload-hide-5 both 1;
            animation: 0.15s linear 0.5s preload-hide-5 both 1;
}
.preloader .slice:nth-child(6) {
    -webkit-transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
            transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
    -webkit-animation: 0.15s linear 0.42s preload-hide-6 both 1;
            animation: 0.15s linear 0.42s preload-hide-6 both 1;
}
.preloader.loading {
    -webkit-animation: 2s preload-flip steps(2) infinite both;
          animation: 2s preload-flip steps(2) infinite both;
}
.preloader.loading .slice:nth-child(1) {
    -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-1 linear infinite both;
            animation: 2s preload-cycle-1 linear infinite both;
}
.preloader.loading .slice:nth-child(2) {
    -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-2 linear infinite both;
            animation: 2s preload-cycle-2 linear infinite both;
}
.preloader.loading .slice:nth-child(3) {
    -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-3 linear infinite both;
            animation: 2s preload-cycle-3 linear infinite both;
}
.preloader.loading .slice:nth-child(4) {
    -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-4 linear infinite both;
            animation: 2s preload-cycle-4 linear infinite both;
}
.preloader.loading .slice:nth-child(5) {
    -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-5 linear infinite both;
            animation: 2s preload-cycle-5 linear infinite both;
}
.preloader.loading .slice:nth-child(6) {
    -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
            transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-6 linear infinite both;
            animation: 2s preload-cycle-6 linear infinite both;
}
@-webkit-keyframes preload-show-1 {
    from {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-show-1 {
    from {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-hide-1 {
    to {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-hide-1 {
    to {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-cycle-1 {
    5% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    10%,
                75% {
        -webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    80%,
                100% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-cycle-1 {
    5% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    10%,
                75% {
        -webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    80%,
                100% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-show-2 {
    from {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-show-2 {
    from {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-hide-2 {
    to {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-hide-2 {
    to {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-cycle-2 {
    10% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    15%,
                70% {
        -webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    75%,
                100% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-cycle-2 {
    10% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    15%,
                70% {
        -webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    75%,
                100% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-show-3 {
    from {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-show-3 {
    from {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-hide-3 {
    to {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-hide-3 {
    to {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-cycle-3 {
    15% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    20%,
                65% {
        -webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    70%,
                100% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-cycle-3 {
    15% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    20%,
                65% {
        -webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    70%,
                100% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-show-4 {
    from {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-show-4 {
    from {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-hide-4 {
    to {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-hide-4 {
    to {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-cycle-4 {
    20% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    25%,
                60% {
        -webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    65%,
                100% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-cycle-4 {
    20% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    25%,
                60% {
        -webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    65%,
                100% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-show-5 {
    from {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-show-5 {
    from {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-hide-5 {
    to {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-hide-5 {
    to {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-cycle-5 {
    25% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    30%,
                55% {
        -webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    60%,
                100% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-cycle-5 {
    25% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    30%,
                55% {
        -webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    60%,
                100% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-show-6 {
    from {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-show-6 {
    from {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-hide-6 {
    to {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-hide-6 {
    to {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-cycle-6 {
    30% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    35%,
                50% {
        -webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    55%,
                100% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@keyframes preload-cycle-6 {
    30% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    35%,
                50% {
        -webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #a79f0f;
    }
    55%,
                100% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
                transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #a79f0f;
    }
}
@-webkit-keyframes preload-flip {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(-60deg);
                transform: rotateY(0deg) rotateZ(-60deg);
    }
    100% {
        -webkit-transform: rotateY(360deg) rotateZ(-60deg);
                transform: rotateY(360deg) rotateZ(-60deg);
    }
}
@keyframes preload-flip {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(-60deg);
                transform: rotateY(0deg) rotateZ(-60deg);
    }
    100% {
        -webkit-transform: rotateY(360deg) rotateZ(-60deg);
                transform: rotateY(360deg) rotateZ(-60deg);
    }
}
/*------------------------------------*\
    2. MAIN CONTENT AREA
\*------------------------------------*/
#content {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
/*------------------------------------*\
    3. NAVIGATION
\*------------------------------------*/
#navigation {
    position: fixed;
    top: 0;
    right: 30px;
    height: 100%;
    display: table;
    z-index: 9991;
}

html[dir="rtl"] #navigation {
    left :30px;
    right: auto;
}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
#navigation li a {
    border: 1px solid #ff5252;
    margin-bottom: 12px;
    padding: 8px;
}
#navigation li a:hover, #navigation li a:focus {
    background-color: transparent;
}
#navigation li a:hover, #navigation li.active a {
    background-color: #ff5252;
}
#navigation.white li a {
    border-color: #fff;
}
#navigation.white li a:hover, #navigation.white li.active a {
    background-color: #fff;
}
#navigation .tooltip-inner {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ff5252;
}
#navigation .tooltip.left .tooltip-arrow {
    border-left-color: #ff5252;
}
#navigation.white .tooltip-inner {
    background-color: #fff;
    color: #ff5252;
}
#navigation.white .tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}
/*------------------------------------*\
    4. OFF-CANVAS MENU
\*------------------------------------*/
#off-canvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    margin-left: -240px;
    background-color: #ff5252;
    z-index: 100;
    -webkit-transition: margin 400ms;
            transition: margin 400ms;
    padding-bottom: 30px;
    overflow-y: auto;
}
html[dir="rtl"] #off-canvas-menu{
    right: 0;
    left: auto;
    margin-right: -240px;
}
#off-canvas-menu.menu-open {
    margin-left: 0;
}
html[dir="rtl"] #off-canvas-menu.menu-open {
    margin-right:0;
}


body.admin-bar #off-canvas-menu {
    margin-top: 32px;
}
@media screen and ( max-width: 782px ) {
    body.admin-bar #off-canvas-menu {
        margin-top: 46px;
    }
}

.off-canvas-menu-logo {
    margin-top: 60px;
}
.off-canvas-menu-logo img {
    width: 100px;
    display: block;
    margin: 0 auto;
}
.close-btn {
    float: right;
    margin: 10px 13px;
}
.close-btn button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    outline: 0;
    -webkit-transition: .45s;
            transition: .45s;
}
/*.close-btn button:hover{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}*/

html[dir="rtl"] #navigation .tooltip.left .tooltip-arrow, .team-member:hover .team-member-title:before, .team-member.active .team-member-title:before{
        border-left-color: #a79f0f !important;
}

html[dir="rtl"] .close-btn {
    float: left;
    margin: 13px 10px;
}

/*html[dir="rtl"] .close-btn button:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}*/

#off-canvas-menu .nav {
    margin-top: 20px;
    text-align: center;
}
#off-canvas-menu .nav li a {
    background: transparent;
    border-bottom: 1px solid #fff;
    width: 130px;
    margin: 0 auto;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: #fff;
}
#off-canvas-menu .nav li a:before {
    content: " ";
    background: #ff5252;
    position: absolute;
    height: 1px;
    bottom: -1px;
    right: 50%;
    left: 50%;
    -webkit-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}
#off-canvas-menu .nav li a:hover:before {
    left: 0;
    right: 0;
}

/*#off-canvas-menu .dropdown-menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 0;
    background-color: rgba(34, 34, 34, 0.25);
    position: relative;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transition: .25s;
            transition: .25s;
}
#off-canvas-menu .dropdown-menu li a {
    padding: 12px 0;
}
#off-canvas-menu .nav li.open .dropdown-menu {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    height: auto;
    padding-bottom: 10px;
}*/
.navigation_menu .sub-menu{
       padding: 0px!important;
    margin: 0px 0 0!important;
}
.showHideMenu {
 display: none;
}
.left-align{
    width: 15%
}
.right-align{
    width: 85%;
    text-align:right;
    margin-top: 5px;
}
.custom-container{
    margin-left: 5%;
    margin-right: 1%;
    margin-top: 5px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    /*color: #a79f0f!important;
    background-color: transparent!important;*/
    color: #a79f0f!important;
    background-color: #eee!important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent!important;
    outline: 0;
}
.navigation_menu .menu-menu-1-container{
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 990px) and (min-width: 500px){
.showHideMenu {
    display: block!important;
    float: right;
    margin: 23px 15px 17px 0;
    cursor: pointer;
}
.navigation_menu .menu-menu-1-container{
    display: none;
}
.navigation_menu .menu-menu-1-container ul li{
    display: block!important;
}

}
/*@media (min-width: 990px){
    #main-menu-container {
        display: inline-block!important;
    }
}*/
@media (max-width: 990px) and (min-width: 500px){
    .navigation_menu {
         text-align: left; 
    }
    .navigation_menu .menu-menu-1-container{
            background: #28364f;
            float: right;
            width: 270px;
            clear: both;
    }
}
@media (max-width: 500px){
    .navigation_menu {
         text-align: left; 
    }
    .navigation_menu .menu-menu-1-container{
            background: #28364f;
            float: right;
            width: 100%;
            clear: both;
            display: none;
    }
    .showHideMenu {
    display: block!important;
    float: right;
    margin: 23px 15px 17px 0;
    cursor: pointer;
    }
    .custom-container{
        margin-left: 0!important;
    }
    .navigation_menu .menu-menu-1-container ul li{
        display: block!important;
    }
    #menu-menu-1 .sub-menu {
    position: relative;
    width: 100%;
    }
    .menu-menu-1-container{
        position: relative!important;
        z-index: 10;
    }
    .left-align{
        width: 1%;
    }
    .right-align{
        width: 99%;
    }
}
@media (max-width: 990px) and (min-width: 500px){
#menu-menu-1 .sub-menu {
    position: relative;
    width: 100%;
}
}
.right-align{
    float: right;
}

.menu-menu-1-container ul li:hover{
    display: inline-block;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.menu-menu-1-container ul li {
    /*list-style-type: none;
    display: inline-block;
    margin: 1px;
    text-transform: uppercase;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;*/
}
.menu-menu-1-container ul li a{
    /*padding: 10px 10px!important;*/
}
.menu-item {
    position: relative;
}
#off-canvas-menu .nav li a i.fa-plus {
    margin-left: 10px;
    font-size: 10px;
}
#off-canvas-menu .nav li.open a i.fa-plus:before {
    content: "\f068";
}





.off-canvas-social-links ul {
    list-style: none;
    padding: 0;
    margin: 40px 30px 0;
}
.off-canvas-social-links li {
    display: inline-block;
    margin: 0 2px 10px;
}
.off-canvas-social-links li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 0;
    -webkit-transition: .25s;
            transition: .25s;
    width: 35px;
    display: block;
}
.off-canvas-social-links li a:hover {
    color: #ff5252;
    border: 1px solid #fff;
    background: #fff;
}
/*------------------------------------*\
    5. BACK TO TOP BUTTON
\*------------------------------------*/
.back-to-top {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 28px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .25s;
            transition: .25s;
}
.back-to-top.show {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.back-to-top a {
    display: block;
    border: 1px solid #ff5252;
    color: #ff5252;
}
.back-to-top i.fa {
    padding: 8px 14px;
    font-size: 25px;
    -webkit-transition: .25s;
            transition: .25s;
}
.back-to-top.white a {
    border-color: #fff;
    color: #fff;
}
.back-to-top.white i.fa:hover {
    color: #ff5252;
    background-color: #fff;
}
.back-to-top i.fa:hover {
    color: #fff;
    background: #ff5252;
}
/*------------------------------------*\
    6. HOME
\*------------------------------------*/
#home {
    /*min-height: 100%;*/
    min-height: 85%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    overflow: hidden;
}
#pageHeader,
#pageHeaderother,
#comingSoon,
#f0f {
    position: relative;
    overflow: hidden;
    background-color: #333;
}
.home-image img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
img.slider-img-top {
    top: 0;
}
img.slider-img-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
img.slider-img-bottom {
    top: auto;
    bottom: 0;
}
.home-content {
    color: #fff;
}
.buy-now-btn {
    margin-top: 15px;
    background-color: #ff5252;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-transition: 400ms;
            transition: 400ms;
}
.buy-now-btn:hover {
    color: #ff5252;
    background-color: #fff;
}
/* 6-1 OVERLAY */
#home .overlay_page,
#pageHeader .overlay_page,
#pageHeaderother .overlay_page,
#comingSoon .overlay_page,
#f0f .overlay_page,
.comingSoon_overlay {
    background: rgba(3,19,24,0.8);
    height: 100%;
    width: 100%;
    position: absolute;
}

.overlay ,
.overlay_page{ 
    position: relative;
    z-index: 0;
}

.overlay:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3,19,24,.8);
}
/* 6-2 HOME CONTENT */
.home-content h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.home-content h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 65px;
    margin-top: 0;
    margin-bottom: 0;
}
.home-content p {
    font-size: 24px;
    margin-top: 10px;
}
/* 6-3 LOGO */
.logo-holder {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.logo-holder h1 {
    padding-left: 12px;
    font-size: 25px;
    font-weight: 800;
    margin-top: 40px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
}
.logo-holder h1:after {
    content: " ";
    background: #ff5252;
    width: 5px;
    height: 29px;
    position: absolute;
    top: -2px;
    left: 0;
}
.logo-holder h1 span {
    color: #ff5252;
}
.menu-toggle-btn, .logo {
    display: inline-block;
}
.menu-toggle-btn button {
    background: transparent;
    border: none;
    color: #ff5252;
    font-size: 26px;
    padding-left: 0;
    outline: 0;
}
.menu-toggle-btn .tooltip-inner {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ff5252;
}
.menu-toggle-btn .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff5252;
}
.menu-toggle-btn .tooltip.bottom {
    margin-top: 0;
    margin-left: -3px;
}
/* 6-4 COUNTDOWN */
.home-countdown p {
    display: inline-block;
    border: 1px solid #fff;
    width: 118px;
    height: 110px;
    margin-right: 10px;
}
.home-countdown .value, .home-countdown .text {
    display: block;
    text-align: center;
}
.home-countdown .value {
    font-weight: 500;
    font-size: 50px;
    line-height: 70px;
    border-bottom: 1px solid #fff;
}
.home-countdown .text {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 4px;
}
/* 6-5 SUBSCRIBE */
.home-subscribe input[type="text"] {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 0 8px 12px;
    margin-right: 10px;
    width: 382px;
}
.home-subscribe input[type="submit"] {
    background: transparent;
    border: 1px solid #fff;
    padding: 8px 25px;
    margin-top: 20px;
    -webkit-transition: .25s;
            transition: .25s;
}
.home-subscribe input[type="submit"]:hover {
    background: #ff5252;
    border-color: #ff5252;
    color: #fff;
}
.shout p {
    margin-top: 11px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
/* 6-6 OWL CARSOUSEL */
.owl-control-buttons {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
}
.owl-controls {
    position: absolute;
    left: 14.4%;
    width: 100%;
    color: #fff;
    bottom: 8%;
}
.owl-prev-button, .owl-next-button {
    display: inline-block;
    border: 1px solid #ff5252;
    margin-right: 10px;
    cursor: pointer;
}
.owl-prev-button i.fa, .owl-next-button i.fa {
    color: #ff5252;
    padding: 8px 16px;
    font-size: 25px;
    -webkit-transition: .25s;
            transition: .25s;
}
.owl-prev-button i.fa:hover, .owl-next-button i.fa:hover {
    color: #fff;
    background: #ff5252;
}
.owl-prev-button i.fa:before {
    content: "\f104";
}
.owl-next-button i.fa:before {
    content: "\f105";
}

.owl-item.active .animate-up {
    -webkit-animation: fadeInUp 800ms linear 400ms both;
            animation: fadeInUp 800ms linear 400ms both;
}
.owl-item.active .animate-down {
    -webkit-animation: fadeInDown 600ms linear 0ms both;
            animation: fadeInDown 600ms linear 0ms both;
}
.owl-item.active .animate-fade {
    -webkit-animation: fadeIn 600ms linear 600ms both;
            animation: fadeIn 600ms linear 600ms both;
}

.va {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/*------------------------------------*\
    7. SUBSCRIBE
\*------------------------------------*/
#subscribe {
    color: #fff;
    padding: 80px 0 100px;
    position: relative;
}
#subscribe h2 {
    text-transform: uppercase;
    font-weight: 700;
}
#subscribe p {
    color: inherit;
}
.subscribe-form input[type="text"] {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 0 8px 12px;
    margin-right: 10px;
    width: 100%;
    max-width: 382px;
    outline: 0;
    box-shadow: none;
}
.subscribe-form input[type="submit"] {
    background: #ff5252;
    border: 1px solid #ff5252;
    color: #fff;
    padding: 8px 25px;
    margin-top: 20px;
    -webkit-transition: .25s;
            transition: .25s;
    outline: 0;
}
.subscribe-form input[type="submit"]:hover {
    border-color: #fff;
    background-color: #fff;
    color: #ff5252;
}
.subscribe-form input.error {
    border-color: #ff5252;
}
/*------------------------------------*\
    8. FEATURES
\*------------------------------------*/
#features {
    background: #fff;
    padding: 180px 0 85px;
}
#features h2 {
    position: relative;
    text-transform: uppercase;
    padding-left: 75px;
    font-weight: 500;
}
#features h2:before {
    content: " ";
    background: #ff5252;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 25px;
    top: 20px;
    -webkit-transition: .25s;
    transition: .25s;
}
.feature-item:hover h2:before {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
}
#features h2:after {
    position: absolute;
    content: " ";
    background: #ff5252;
    width: 3px;
    height: 60px;
    left: 34px;
    top: -32px;
    -webkit-transition: .25s;
    transition: .25s;
}
.feature-item:hover h2:after {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.feature-icon {
    color: #fff;
    background-color: #ff5252;
    width: 70px;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    top: -100px;
    vertical-align: middle;
    left: 0;
    -webkit-transition: .25s;
    transition: .25s;
    z-index: 0;
}
.feature-icon:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff5252;
    z-index: -1;
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
}
.feature-item:hover .feature-icon:after {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}
#features p {
    font-weight: 300;
    font-size: 18px;
    color: #757575;
}
/*------------------------------------*\
    9. ABOUT
\*------------------------------------*/
#about {
    padding: 0;
    position: relative;
}
#about .row {
    position: relative;
}
.about-video {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
}
.about-video a {
    /*Todo change for show play button*/
    /*display: block;*/
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 14px 24px 14px 35px;
    font-size: 52px;
    line-height: 60px;
    background-color: rgba(48,48,48,0.75);
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}
.about-video a:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 5px solid rgba(48,48,48,0.75);
    -webkit-transition: border-color .25s ease-in-out;
            transition: border-color .25s ease-in-out;
}
.about-video a:hover,
.about-video a:focus {
    background-color: #ff5252;
}
.about-video a:hover:before,
.about-video a:focus:before {
    border-color: #ff5252;
}
.about-description {
    padding: 15px 80px 0px;
}

.about-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 50px;
    font-size: 28px;
}
.about-title:after {
    content: " ";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 57px;
    height: 3px;
}
html[dir="rtl"] .about-title:after{
    right: 0 !important;
}
.skill-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 26px;
}
.skill-title:after {
    content: " ";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
}
html[dir="rtl"] .skill-title:after{
    right: 0;
}

.about-description h2 {
    text-transform: uppercase;
    color: #fff;
}
.about-description p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.about-description a {
    font-size: 18px;
    -webkit-transition: .25s;
            transition: .25s;
    color: #ff5252;
}
.about-description a:hover {
    color: #fff;
}
.about-progress-bars {
}
.about-progress-bars h2 {
    font-size: 24px;
    font-weight: 700;
}
.about-progress-bars h3 {
    color: #fff;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px;
}
.about-progress {
    background-color: #e9e9e9;
    border-radius: 0;
    height: 5px;
    overflow: visible;
    margin-bottom: 10px;
}
.about-progress:last-child {
    margin-bottom: 0;
}
.about-progress .progress-bar {
    background-color: #ff5252;
    position: relative;
}
.about-progress .progress-bar span {
    position: absolute;
    right: 0;
    top: -20px;
    width: 31px;
    height: 20px;
    background: #ff5252;
}
.progress-bar span {
    color: #ffffff;
}
/*------------------------------------*\
    10. SERVICES
\*------------------------------------*/
#services {
    padding: 15px 0 40px;
    background-color: #fff;
}
.services-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 50px;
    font-size: 26px;
}
.services-title:before {
    content: " ";
    background: #303030;
    width: 57px;
    height: 3px;
    position: absolute;
    bottom: 0;
}
.service-description h3 {
    margin-top: 0;
    font-size: 26px;
}
.services-image img {
    border: 8px solid #eee;
    height: 390px;
}
.services-nav {
    list-style: none;
    margin: 50px 0 0 0;
    padding: 0;
}
.services-nav li {
    width: 45px;
    height: 45px;
    margin-top: 4px;
    margin-bottom: 10px;
}
.services-nav li a {
    width: 100%;
    height: 100%;
    border: 1px solid #ff5252;
    display: block;
}
.services-nav .tooltip-inner {
    max-width: none;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ff5252;
    white-space: nowrap;
}
.services-nav .tooltip.right .tooltip-arrow {
    border-right-color: #ff5252;
}
.services-nav i.fa {
    color: #303030;
    display: block;
    padding: 15px;
}
.services-nav i.fa:hover {
    color: #fff;
    background: #ff5252;
}
.service-description p {
    color: #757575;
    /*font-size: 13px;*/
    font-size: 16px;
    line-height: 25px;
    word-spacing: 1px;
}
.service-description a.read-more {
    color: #ff5252;
}
.service-description a.read-more:hover {
    color: #303030;
}
/*------------------------------------*\
    14. CALL TO ACTION
\*------------------------------------*/
#call-to-action{
    color: #fff;
    position: relative;
    /*padding: 80px 0;*/
    padding: 45px 0;
    background-color: #162B40;
}
#call-to-action h3 {
    text-transform: uppercase;
    font-size: 26px;
}
#call-to-action .buy-now-btn {
    /*padding: 10px 38px;*/
    padding: 15px 80px;
    text-transform: capitalize;
    color: #fff;
    font-size: 22px;
}
#call-to-action .btn-contactus
{
    margin-top: 5px;
}
#call-to-action .buy-now-btn:hover {
    background-color: #fff;
    color: #ff5252;
}
/*------------------------------------*\
    15. GALLERY
\*------------------------------------*/
#gallery {
    background-color: #fff;
    padding: 75px 0 90px;
}
.gallery-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 8px;
    font-size: 26px;
}
.gallery-title:before {
    content: " ";
    background: #303030;
    width: 57px;
    height: 3px;
    position: absolute;
    bottom: 0;
}
.gallery-filter-menu {
    margin-top: 30px;
}
.gallery-filter-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.gallery-filter-menu li {
    float: left;
    margin: 15px 25px 20px 0;
}
.gallery-filter-menu a {
    color: #303030;
    text-transform: uppercase;
    display: block;
    -webkit-transition: .25s;
            transition: .25s;
}
.gallery-filter-menu a:hover {
    color: #ff5252;
}
.gallery-items {
    margin-top: 10px;
}
.gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
}
.gallery-item:before {
    content: " ";
    background: rgba(3,19,24,0.8);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
        transform: scaleY(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
        transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
            transition-property: transform;
    -webkit-transition-duration: 0.2s;
           transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: 1;
}
.gallery-item:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
        transform: scaleY(1);
}
.project-metadata {
    position: absolute;
    top: 56%;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid #fff;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .25s;
            transition: .25s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    right: 0;
    padding-bottom: 20px;
}
.gallery-item:hover .project-metadata  {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #ff5252;
}
.gallery-item img  {
    -webkit-transition: .25s;
            transition: .25s;
}
.gallery-item:hover img  {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.project-metadata h3 {
    position: relative;
    text-transform: uppercase;
    background: #ff5252;
    color: #fff;
    padding: 10px;
    margin-top: -20px;
    width: 85%;
    margin: -23px auto 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-metadata h3:before {
    content: " ";
    width: 65%;
    height: 1px;
    position: absolute;
    left: 17%;
    margin: 0 auto;
    display: inline-block;
    bottom: -5px;
}
.project-metadata a {
    cursor: pointer;
}
.project-metadata i.fa {
    padding: 16px;
    border: 1px solid #fff;
    margin: 0 5px;
    color: #fff;
    font-size: 20px;
}
.project-metadata i.fa:hover {
    background-color: #ff5252;
    border-color: #ff5252;
}
.gallery-item img {
    width: 100%;
    border: none;
    margin: 0;
}
.gallery-item {
    background-color: transparent;
    border: none;
    padding: 15px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.hidden-items {
    height: 1px;
    overflow: hidden;
}
.load-more-btn {
    border-radius: 0;
    background: #ff5252;
    color: #fff;
    margin-top: 35px;
    outline: 0;
    text-transform: capitalize;
}
.load-more-btn:hover, .load-more-btn:focus {
    color: #fff;
}
#gallery .disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}

/* GALLERY MODAL STYLE */
.portfolio-details-modal .modal-dialog {
    width: auto;
    max-width: 760px;
    margin: 30px auto;
}
.portfolio-details-modal .modal-content {
    margin: 0 15px;
    border-radius: 2px;
}

.portfolio-details-modal button.close {
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 39;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    opacity: 1;
    outline: 0;
}

.portfolio-popup {
    width: auto;
    min-height: 0;
    margin: 0 auto;
}
.portfolio-popup .mdl-card__title {
    padding: 20px;
}
.portfolio-popup .mdl-card__title .mfp-img img {
    width: 100%;
}

.portfolio-popup .mdl-card__supporting-text {
    padding: 20px;
}
.portfolio-popup h2.mfp-title {
    color:#ff5252;
    font-size:24px;
    font-weight: 700;
    line-height:28px;
    margin:0 0 15px;
    text-transform: uppercase;
}
.portfolio-popup .mfp-description {
    color: #737373;
    font-size: 16px;
    line-height: 24px;
}

.portfolio-popup .mdl-card__actions {
    font-size: 14px;
    line-height: 18px;
    padding: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.portfolio-popup .mfp-link {
    float:left;
    margin-left:6px;
}
.portfolio-popup .mfp-link a {
    display: block;
    color: #fff;
    background-color: #ff5252;
    padding: 8px 10px;
    text-transform: capitalize;
}

.portfolio-popup .mfp-social {
    float: right;
    margin-top: 1px;
    margin-right: 4px;
}
.portfolio-popup .mfp-social .post-social-links,
.portfolio-popup .mfp-social .post-social-links ul {
    margin-top: 0;
}
.portfolio-popup .mfp-social .post-social-links li {
    visibility: visible !important;
    -webkit-animation: none !important;
            animation: none !important;
}

.portfolio-details-link {
    background-color: transparent;
    border: none;
    outline: 0;
}

/*------------------------------------*\
    11. TEAM
\*------------------------------------*/
#team {
    padding: 75px 0 90px;
    background-color: #fff;
}
.team-member {
    padding-bottom: 30px;
}
.team-title {
    text-transform: uppercase;
    color: #303030;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 50px;
    font-size: 26px;
}
.team-title:after {
    content: " ";
    background: #303030;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 57px;
    height: 3px;
}
.team-member-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 90%;
    background: #e9e9e9;
    padding: 15px;
    z-index: 2;
    -webkit-transition: .25s;
            transition: .25s;
}
.team-member-title:before,
.team-member-title:after {
    position: absolute;
    content: " ";
    right: 0;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #d9d9d9;
    -webkit-transition: .25s;
            transition: .25s;
}
.team-member-title:after {
    border-left-color: rgba(34, 34, 34, 0.25);
}
.team-member:hover .team-member-title:before,
.team-member.active .team-member-title:before {
    border-left-color: #dd5252;
}
.team-member-title span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #757575;
    margin-top: 5px;
    text-transform: capitalize;
}

.member-photo {
    height: 290px;
    overflow: hidden;
    position: relative;
}
.member-profile {
    color: #303030;
    position: relative;
    display: block;
}
.member-photo:before {
    content: " ";
    background: rgba(3, 19, 24, 0.8);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .25s;
            transition: .25s;
}
.team-member:hover,
.team-member:hover .team-member-title,
.team-member:hover .team-member-title span,
.team-member.active,
.team-member.active .team-member-title,
.team-member.active .team-member-title span {
    color: #fff;
}
.team-member:hover .team-member-title,
.team-member.active .team-member-title {
    background-color: #ff5252;
}
.member-profile img {
    display: inline-block;
    -webkit-transition: transform .25s ease-in-out;
            transition: transform .25s ease-in-out;
}
.team-member:hover img,
.team-member.active img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.team-member:hover .member-photo:before,
.team-member.active .member-photo:before {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}


.team-member-social-links {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .25s;
            transition: .25s;
    z-index: 2;
}
.team-member:hover .team-member-social-links,
.team-member.active .team-member-social-links {
    opacity: 1;
    filter: alpha(opacity=100);
}
.team-member-social-links ul {
    list-style: none;
    padding: 0;
}
.team-member-social-links li {
    display: inline-block;
    margin: 0 2px;
}
.team-member-social-links li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 0;
    display: block;
    width: 34px;
    text-align: center;
    -webkit-transition: .25s;
            transition: .25s;
}
.team-member-social-links li a:hover,
.team-member-social-links li a.active {
    color: #fff;
    border: 1px solid #ff5252;
    background: #ff5252;
}
.team-members .owl-controls {
    position: absolute;
    top: -84px;
    right: 5px;
    left: auto;
    bottom: auto;
    width: auto;
}
.team-members .owl-prev, .team-members .owl-next {
    display: inline-block;
    border: 1px solid #ff5252;
    margin-right: 10px;
    cursor: pointer;
}
.team-members .owl-prev i.fa, .team-members .owl-next i.fa {
    color: #ff5252;
    padding: 8px 16px;
    font-size: 25px;
    -webkit-transition: .25s;
            transition: .25s;
}
.team-members .owl-prev i.fa:hover, .team-members .owl-next i.fa:hover {
    color: #fff;
    background: #ff5252;
}

@media screen and (max-width: 1200px) {
    .team-member-title {
        width: 88%;
        bottom: -40px;
        text-align: left;
    }
    .member-photo {
        height: 245px;
    }
}
@media screen and (max-width: 768px) {
    .team-member {
        width: 240px;
    }
}
/*------------------------------------*\
    12. TESTIMONIAL
\*------------------------------------*/
#testimonial {
    padding: 15px 0 15px;
    color: #fff;
    background-size: cover;
    position: relative;
}
#testimonial.overlay:before {
    content: " ";
    position: absolute;
    background-color: rgba(3,19,24,0.5);
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}
#tubular-container, #tubular-shield {
    z-index: -999 !important;
}

.testimonial-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 50px;
    font-size: 26px;
}
.testimonial-title:after {
    content: " ";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 57px;
    height: 3px;
}

html[dir="rtl"] .testimonial-title:after {
    right: 0 !important;
}
.testimonial-slider {
    margin-bottom: 90px;
}

#testimonial .owl-controls {
    position: absolute;
    left: auto;
    width: 100%;
    bottom: auto;
}
#testimonial .owl-controls .owl-page, #testimonial .owl-controls .owl-buttons div {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid transparent;
    margin-left: 0;
}
#testimonial .owl-controls .owl-page.active {
    border: 1px solid #ff5252;
}
#testimonial .owl-controls .owl-page span {
    width: 80px;
    height: 80px;
    margin: 5px;
    display: block;
    border: 2px solid #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

#testimonial .panel-default {
    padding: 0 0;
    border: none;
    border-radius: 0;
}
#testimonial .panel-heading {
    padding: 0 0;
}
#testimonial .panel-heading a {
    color: #303030;
    padding: 10px 15px;
    display: block;
}
#testimonial .panel-heading a.collapsed {
    color: #fff;
    background: #ff5252;
}
#testimonial .panel-heading a.collapsed i.fa:before {
    content: "\f067";
}
.panel-title i.fa {
    float: right;
}
#testimonial .panel-body {
    color: #303030;
}
.testimonial-slider i.fa {
    font-size: 40px;
    margin-right: 15px;
    float: left;
    color: #ff5252;
}
.testimonial-slider p {
    margin-bottom: 25px;
}
.cite {
    margin-bottom: 25px;
    display: block;
    font-weight: 800;
    font-style: italic;
}
/*------------------------------------*\
    13. PRICING TABLE
\*------------------------------------*/
#pricing-table {
    padding: 75px 0 100px;
    background-color: #fff;
    color: #303030;
}
.ptc-title {
    text-transform: uppercase;
    color: #303030;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 50px;
    font-size: 26px;
}
.ptc-title:after {
    content: " ";
    background: #303030;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 57px;
    height: 3px;
}
.pricing-table-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ptc-doller-sign,
.ptc-amount {
    font-weight: 700;
}
.ptc-holder:hover .ptc-amount,
.ptc-holder.active .ptc-amount {
    color: #fff;
}
.ptc-doller-sign {
    color: #757575;
    font-size: 36px;
    vertical-align: top;
}
.ptc-amount {
    font-size: 65px;
}
.ptc-sub-desc {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin-top: 15px;
}
.ptc-holder:hover .ptc-sub-desc,
.ptc-holder.active .ptc-sub-desc {
    color: #fff;
}
.ptc-sub-desc span {
    border-bottom: 1px solid #303030;
}
.pricing-table-body {
    margin: 30px 0 0;
}
.pricing-table-body li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 12px;
    position: relative;
    color: #757575;
}
.pricing-table-body li:last-child {
    margin-bottom: 0;
}
.pricing-table-body li:before {
    content: "-";
    position: absolute;
    left: 0;
}
.pricing-table-footer a {
    color: #303030;
    text-transform: capitalize;
    border: 1px solid #303030;
    display: block;
    padding: 10px 20px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
.pricing-table-footer a:hover {
    color: #fff;
    background: #ff5252;
    border-color: #ff5252;
}
.ptc-holder {
    position: relative;
    -webkit-transition: .25s;
            transition: .25s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-filter: blur(0);
}
.ptc-holder:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .25s ease-in-out, transform .25s ease-in-out;
            transition: background-color .25s ease-in-out, transform .25s ease-in-out;
    z-index: -1;
}
.ptc-holder:first-child {
    border-left: none;
}
.ptc-holder:nth-child(3) {
    border-right: 1px solid #303030;
}
.ptc-holder:last-child {
    border-right: none;
}
.ptc-holder:hover,
.ptc-holder.active {
    color: #fff;
    z-index: 1;
    border: none;
}
.ptc-holder:hover:before {
    background-color: #ff5252;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.ptc-holder.active:before {
    background-color: #ff5252;
}
.pricing-table {
    padding-left: 55px;
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: pointer;
}
.ptc-holder:hover li, .ptc-holder:hover .ptc-doller-sign, .ptc-holder.active li, .ptc-holder.active .ptc-doller-sign {
    color: #fff;
}
.ptc-holder:hover .ptc-sub-desc span, .ptc-holder.active .ptc-sub-desc span {
    border-bottom-color: #fff;
}
.ptc-holder:hover .pricing-table-footer a, .ptc-holder.active .pricing-table-footer a {
    color: #fff;
    border-color: #fff;
}
.ptc-holder:hover .pricing-table-footer a:hover {
    color: #ff5252;
    background-color: #fff;
    border-color: #fff;
}
/*------------------------------------*\
    16. COUTNER
\*------------------------------------*/
#counter {
    padding: 90px 0 95px;
    color: #fff;
}
#counter i.fa {
    color: #ff5252;
    font-size: 40px;
    vertical-align: bottom;
    margin-bottom: 12px;
}
.counter-number {
    display: inline-block;
    font-size: 40px;
    vertical-align: middle;
}
.counter-text {
    display: block;
}
.counter-text {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
/*------------------------------------*\
    17. BRAND
\*------------------------------------*/
#brands {
    padding: 80px 0;
}
.brand-items .owl-controls {
    left: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.brand-items .owl-prev, .brand-items .owl-next {
    display: inline-block;
    border: 1px solid #ff5252;
    margin-right: 10px;
    cursor: pointer;
}
.brand-items .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.brand-items .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.brand-items .owl-prev i.fa, .brand-items .owl-next i.fa {
    color: #ff5252;
    padding: 8px 16px;
    font-size: 25px;
    -webkit-transition: .25s;
    transition: .25s;
}
.brand-items .owl-prev i.fa:hover, .brand-items .owl-next i.fa:hover {
    color: #fff;
    background: #ff5252;
}
/*------------------------------------*\
    18. BLOG
\*------------------------------------*/
#blog {
    /*padding: 15px 0 15px;*/
    color: #303030;
    background-color: #fff;
}

#blog .team-title {
    color: #fff;
}
#blog .team-title:after {
    background-color: #fff;
}

.post-image-holder {
    overflow: hidden;
    max-width: 100%;
}
/*.home-page .post-image-holder {
    min-height: 185px;
    z-index: -1;
}*/
.home-page .post-image-holder {
    min-height: 60px;
    z-index: -1;
}
.home-page .blog-post:hover .post-link .post-title,
.home-page .blog-post.active .post-link .post-title {
    color: #ff5252;
    border-color: #ff5252;
}
.post-image {
    max-width: 100%;
}
.home-page .post-image {
    position: relative;
    -webkit-transition: .25s;
            transition: .25s;
}
.home-page .post-link:hover .post-image, .home-page .post-link.active .post-image {
    border-color: #ff5252;
}
.post-title {
    color: #303030;
    font-weight: 700;
    word-wrap: break-word;
}
a.post-author-name {
    font-style: italic;
    margin-left: 5px;
    color: #303030;
    -webkit-transition: .25s;
            transition: .25s;
}
.blog-post:hover a.post-author-name,
.blog-post.active a.post-author-name {
    color: #ff5252;
}
.post-time-date {
    margin-top: 5px;
}
.post-time-date a {
    color: #ff5252;
}
.post-date i.fa {
    margin-right: 4px;
}
.post-time i.fa {
    margin-right: 4px;
}
.post-description {
    margin-top: 15px;
}
.post-description a {
    color: #ff5252;
}
.post-description img {
    width: 100%;
    height: auto;
}
.page .post-description img {
    width: auto;
    max-width: 100%;
}
.page .post-description .wp-caption p.wp-caption-text {
    margin-top: 15px
}

.post-description li {
    margin-bottom: 6px;
}
.post-description li:last-child {
    margin-bottom: 0;
}

.home-page .post-link .post-title {
    margin-top: 0;
    padding: 49px 15px 10px;
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 40px;
}
.home-page .post-image-holder {
    z-index: 1;
}
.post-image-holder {
    overflow: visible;
    max-width: 100%;
    position: relative;
}
.post-date-holder {
    text-align: center;
    background-color: #e9e9e9;
    width: 82px;
    position: absolute;
    bottom: -15px;
    left: -15px;
    right: 0;
    color: #303030;
    padding: 0 0 5px;
}
.post-date-holder:before {
    content: " ";
    background: #e9e9e9;
    width: 21px;
    height: 20px;
    position: absolute;
    left: 31px;
    top: 140px;
}
.post-date-holder:after {
    position: absolute;
    content: " ";
    background: #e9e9e9;
    width: 3px;
    height: 85px;
    left: 40px;
    top: 70px;
    z-index: -1;
}
.post-date-num {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin-top: -5px;
}
.post-date-text {
    display: block;
    margin-top: -10px;
    font-size: 22px;
    margin-left: -3px;
}
.blog-post:hover a.post-link .post-date-holder,
.blog-post:hover a.post-link .post-date-holder:before,
.blog-post:hover a.post-link .post-date-holder:after,
.blog-post.active a.post-link .post-date-holder,
.blog-post.active a.post-link .post-date-holder:before,
.blog-post.active a.post-link .post-date-holder:after {
    color: #fff;
    background-color: #ff5252;
}

a.post-details-link {
    color: #303030;
    -webkit-transition: .25s;
            transition: .25s;
}
.blog-post:hover a.post-details-link,
.blog-post.active a.post-details-link {
    color: #ff5252;
}
.view-all-btn {
    border-radius: 0;
    background: #ff5252;
    color: #fff;
    margin-top: 35px;
    outline: 0;
    text-transform: capitalize;
}
.view-all-btn:hover, .view-all-btn:focus {
    color: #fff;
}
.home-page .post-author-metadata {
    margin-top: 25px;
}
.post-author-metadata {
    word-wrap: break-word;
}

#gallery-1 img {
    height: auto;
}

.blog-pagination .pagination {
    margin-bottom: 0;
    border-radius: 0;
}
.blog-pagination .pagination > li > a,
.blog-pagination .pagination > li > span {
    border-radius: 0;
    color: #303030;
    border-color: #e9e9e9;
    background-color: #f8f8f8;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
            transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
}
.blog-pagination .pagination > li > a:hover,
.blog-pagination .pagination > li > a:focus,
.blog-pagination .pagination > li.active > a,
.blog-pagination .pagination > li > span,
.blog-pagination .pagination > li > span:hover,
.blog-pagination .pagination > li > span:focus {
    background-color: #ff5252;
    color: #fff;
    border-color: #ff5252;
}
.blog-post .sticky {
    border: 15px solid #e9e9e9;
    padding: 15px;
}
.blog-post .sticky .post-img-wrapper {
    margin: -15px -15px 0;
}


/*------------------------------------*\
    19. CONTACT
\*------------------------------------*/
#contact {
    padding: 15px 0;
    color: #fff;
}
.contact-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 30px;
    font-size: 26px;
}
.contact-title:after {
    content: " ";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 57px;
    height: 3px;
}

html[dir="rtl"] .contact-title:after {
    right: 0 !important;
}
#contact .form-control,
#contact_page .form-control {
    background: transparent;
    border-radius: 0;
    margin-top: 20px;
    resize: none;
    border-color: #fff;
    color: #fff;
}
#contact .form-control[type="submit"],
#contact_page .form-control[type="submit"] {
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    -webkit-transition: .25s;
            transition: .25s;
    background-color: #ff5252;
    border-color: #ff5252;
    color: #fff;
    outline: 0;
    box-shadow: none;
}
#contact .form-control[type="submit"]:hover,
#contact_page .form-control[type="submit"]:hover {
    border-color: #fff;
    background-color: #fff;
    color: #ff5252;
}
#contact label,
#contact_page label {
    font-weight: 300;
    font-style: italic;
    margin-top: 5px;
}
#contact .error,
#contact_page .error {
    border-color: #ff5252;
}
.contact-address h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    margin-top: 16px;
}
.contact-address i.fa {
    color: #ff5252;
    width: 20px;
}
.contact-address address {
    margin-left: 24px;
}
/*------------------------------------*\
    20. MAP
\*------------------------------------*/
#map {
    height: 400px;
    width: 100%;
}
/*------------------------------------*\
    x. FOOTER
\*------------------------------------*/
#footer {
    padding: 50px 0 55px;
}
.footer-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 30px;
    font-size: 20px;
}
.footer-title:after {
    content: " ";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37px;
    height: 3px;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.m-t-15 {
    margin-top: 1.5em;
}
.row-holder {
    display: table;
    margin-bottom: 10px;
}
.left-col {
    width: 80px;
    height: 80px;
}
.right-col {
    padding-left: 5px;
}
.left-col, .right-col {
    display: table-cell;
    vertical-align: top;
}
.left-col img {
    margin-top: 7px;
    border: 3px solid #fff;
    width: 70px;
    height: 70px;
}
#footer a.footer-thumb-link {
    color: #ff5252;
    transition: color .25s ease;
}
#footer a.footer-thumb-link:hover,
#footer a.footer-thumb-link:focus {
    color: #fff;
}
.footer-thumb-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
    line-height: 1em;
}
.footer-thumb-text {
    color: #fff;
    font-size: 0.8em;
    margin-bottom: 0px;
}
#footer .footer-thumb-text {
    color: #fff;
}
.footer-thumb-date {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #ff5252;
}
#footer .footer-thumb-date {
    color: #ff5252;
}
.footer-thumb-text-italic {
    font-style: italic;
}
.footer-thumb-link:hover, .footer-tweets-text a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-tweets-text {
    font-size: 0.9em;
    color: #fff;
}
.lates-tweets .fa {
    padding: 5px 10px 0px 0px;
    font-size: 16px;
    float: left;
}
.footer-tweets-text a {
    color: #303030;
    font-size: 0.9em;
}

#teets {
    color: #fff;
    height: 205px;
    line-height: 22px;
}
#teets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#teets li:first-child {
    margin-bottom: 25px;
}
#teets li a {
    color: #ff5252;
    font-weight: 600;
    border: none;
    padding-bottom: 0;
}
#teets li a:before {
    display: none;
}
#teets img {
    width: 35px;
    margin-right: 10px;
    display: block;
    float: left;
}
p.teet {
    color: #fff;
}
#teets [data-scribe="element:hashtag"] {
    color: #ff5252;
    font-weight: 800;
}
#teets a[data-scribe="element:url"] {
    color: #ff5252;
    word-wrap: break-word;
}
#teets span[data-scribe="element:screen_name"] {
    color: #ff5252;
    font-weight: 800;
}
#teets p.interact {
    display: none;
}
.user {
    overflow: hidden;
}
#teets img + span {
    display: block;
}

.flickrs {
    margin-right: -10px;
}
.flickrs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flickrs img {
    float: left;
    height: 65px;
    margin: 0 5px 5px 0;
    width: 63px;
}

.useful-links {
    margin: 0;
    padding: 0 15px;
}
.useful-links ul,
.useful-links {
    margin: 0;
    padding: 0 15px;
    list-style: none;
    padding: 0;
    color: #ffffff;
}
.useful-links li,
#footer .cat-item {
    margin-bottom: 10px;
}
.useful-links li a,
#footer .cat-item a {
    background: transparent;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 3px;
    text-transform: capitalize;
}
.useful-links li a:before,
#footer .cat-item a:before {
    content: " ";
    background: #ff5252;
    position: absolute;
    height: 1px;
    bottom: -1px;
    right: 50%;
    left: 50%;
    -webkit-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}
.useful-links li a:hover:before,
#footer .cat-item a:hover:before {
    left: 0;
    right: 0;
}

#wp-calendar {
    width: 100%;
}

/*------------------------------------*\
    21. COPYRIGHT
\*------------------------------------*/
#copyright {
    padding: 60px 0 58px;
    background-color: #0E253C;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-links li {
    display: inline-block;
    margin: 0 2px;
}
#copyright .social-links li {
    margin-bottom: 21px;
}
#copyright .social-links li a {
    display: block;
    width: 35px;
    padding: 6px 0;
    border: 1px solid #fff;
    color: #fff;
}
#copyright .social-links li a:hover {
    color: #fff;
    border: 1px solid #ff5252;
    background: #ff5252;
}

#copyright p {
    position: relative;
    /*padding-top: 16px;*/
    margin-bottom: 0;
}
/*#copyright p:before {
    content: " ";
    position: absolute;
    margin: 0 auto;
    top: -1px;
    left: 0;
    right: 0;
    width: 300px;
    height: 1px;
    background-color: #fff;
}*/
.copyright-link a {
    color: #ff5252;
    font-weight: 700;
}

/*------------------------------------*\
    22. GENERAL PAGE STYLES
\*------------------------------------*/
#content.content-page {
    height: auto;
}

/* TABLE */
.page .blog-post table {
    width: 100%;
}
.page .blog-post table tbody tr th,
.page .blog-post table tbody tr td {
    padding: 10px 15px;
    border: 1px solid #e9e9e9;
}

/* DEFINITION LIST */
.page .blog-post dl dd {
    margin-left: 30px;
    margin-bottom: 5px;
}
.page .blog-post dl dd:last-child {
    margin-bottom: 0;
}

/*------------------------------------*\
    23. ABOUT PAGE
\*------------------------------------*/
#aboutPage {
    padding: 100px 0 85px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.about-page-description p {
    color: #757575;
    /*font-size: 13px;*/
    font-size: 16px;
    line-height: 25px;
    word-spacing: 1px;
}
.about-page-description blockquote {
    font-style: italic;
    color: #ff5252;
    border-color: #ff5252;
    margin: 30px 0;
}
.about-page-description li {
    color: #ff5252;
}

.about-page-image {
    padding-left: 0;
    margin-bottom: 20px;
}
.about-page-image img {
    border: 8px solid #eee;
}

#team.about-page-team {
    padding-bottom: 70px;
    background-color: #f9f9f9;
}
.about-page-team-members .owl-controls {
    position: absolute;
    top: -84px;
    right: 5px;
    left: auto;
    bottom: auto;
    width: auto;
}
.about-page-team-members .owl-prev, .about-page-team-members .owl-next {
    display: inline-block;
    border: 1px solid #ff5252;
    margin-right: 10px;
    cursor: pointer;
}
.about-page-team-members .owl-prev i.fa, .about-page-team-members .owl-next i.fa {
    color: #ff5252;
    padding: 8px 16px;
    font-size: 25px;
    -webkit-transition: .25s;
            transition: .25s;
}
.about-page-team-members .owl-prev i.fa:hover, .about-page-team-members .owl-next i.fa:hover {
    color: #fff;
    background: #ff5252;
}

.about-page-skill-title {
    text-transform: uppercase;
    color: #303030;
    position: relative;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 50px;
    font-size: 26px;
}
.about-page-skill-title:after {
    content: " ";
    background: #303030;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
}

.about-page-progress-bars h3 {
    color: #303030;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px;
}
/*------------------------------------*\
    24. BLOG PAGE
\*------------------------------------*/
.blog-page-content {
    /*padding: 75px 0 95px;*/
    padding-top: 75px;
    color: #303030;
    background-color: #fff;
}
.post-img-wrapper {
    position: relative;
}
.blog-page-content .post-image-holder img {
    width: 100%;
}
.blog-page-content .post-link .post-title {
    color: #303030;
    font-size: 24px;
    text-transform: uppercase;
    border-left: 6px solid #e9e9e9;
    padding: 5px 15px;
    margin-top: 30px;
    margin-bottom: 25px;
    -webkit-transition: .25s;
            transition: .25s;
}
.blog-page-content .post-link:hover .post-title {
    color: #ff5252;
    border-color: #ff5252;
}
.blog-page-content .post-image {
    width: 100%;
}
.blog-page-content .post-title {
    color: #303030;
    font-weight: 700;
}
.blog-page-content a.post-author-name {
    font-style: italic;
    margin-left: 5px;
    color: #303030;
    -webkit-transition: .25s;
            transition: .25s;
}
.blog-page-content a.post-author-name:hover, .blog-page-content a.post-author-name.active {
    color: #ff5252;
}
.blog-page-content .post-time-date {
    margin-top: 5px;
}
.blog-page-content .post-date i.fa {
    margin-right: 4px;
}
.blog-page-content .post-time i.fa {
    margin-right: 4px;
}
.blog-page-content .post-description {
    margin-top: 15px;
}
.blog-page-content a.post-details-link {
    color: #303030;
    -webkit-transition: .25s;
            transition: .25s;
}
.blog-page-content a.post-details-link:hover, .blog-page-content a.post-details-link.active {
    color: #ff5252;
}
.blog-page-content .view-all-btn {
    text-transform: uppercase;
    border-radius: 0;
    background: #ff5252;
    color: #fff;
    margin-top: 25px;
    outline: 0;
}
.blog-page-content .view-all-btn:hover, .blog-page-content .view-all-btn:focus {
    color: #fff;
}

.blog-header-content {
    color: #fff;
    padding-top: 180px;
    padding-bottom: 100px;
}
.blog-header-content h2 {
    font-weight: 800;
    font-size: 65px;
    padding-left: 6px;
    border-left: 5px solid #ff5252;
    text-transform: uppercase;
    word-wrap: break-word;
}

.blog-breadcrumb {
    background: transparent;
}
.blog-breadcrumb>.active {
    color: #ff5252;
}
.blog-breadcrumb a:hover {
    color: #ff5252;
}

#blog.blog-page-content {
    /*padding: 100px 0;*/
    padding-top: 100px;
}

.blog-page-post-slider-controls {
    position: absolute;
    top: auto;
    left: 5%;
    bottom: 5%;
    width: 100%;
    z-index: 1;
}
.blog-page-post-slider-controls .owl-prev, .blog-page-post-slider-controls .owl-next {
    display: inline-block;
    border: 1px solid #ff5252;
    margin-right: 10px;
    cursor: pointer;
}
.blog-page-post-slider-controls .owl-prev i.fa, .blog-page-post-slider-controls .owl-next i.fa {
    color: #ff5252;
    padding: 8px 16px;
    font-size: 25px;
    -webkit-transition: .25s;
    transition: .25s;
}
.blog-page-post-slider-controls .owl-prev i.fa:hover, .blog-page-post-slider-controls .owl-next i.fa:hover {
    color: #fff;
    background: #ff5252;
}

.widget {
    margin: 0 0 40px;
}
.widget-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 19px;
    margin-top: -6px;
    text-transform: uppercase;
    position: relative;
}
.widget-title:before {
    content: " ";
    background: #333;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 36px;
}

.sidebar-search-bar.form-control {
    border-radius: 0;
    color: #999;
}
.sidebar-search-btn {
    border-radius: 0 !important;
    color: #303030;
}
.sidebar-search-btn:hover,
.sidebar-search-btn:focus,
.sidebar-search-btn:active:focus {
    background-color: #ff5252;
    color: #fff;
    border-color: #ff5252;
    outline: 0;
    box-shadow: none;
}

.recent-items .footer-thumb .row-holder {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    width: 100%;
}
.recent-items .footer-thumb .row-holder:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.recent-items .left-col img {
    border-color: #e9e9e9;
}
.recent-items a.footer-thumb-link {
    color: #666;
}
.recent-items a.footer-thumb-link:hover {
    color: #ff5252;
}
.recent-items .footer-thumb-text {
    color: #999;
}
.recent-items span.footer-thumb-date {
    color: #666;
}

.categories ul,
.archives ul,
.tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.categories li,
.archives li {
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    cursor: pointer;
}
.categories li:before,
.archives li:before {
    content: " ";
    background: #ff5252;
    position: absolute;
    margin-bottom: -1px;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 0%;
    -webkit-transition: .4s;
            transition: .4s;
}
.categories li:hover:before,
.archives li:hover:before {
    width: 100%;
}
.categories li a,
.archives li a {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.45;
    color: #666;
    font-weight: 700;
}
.categories li:hover a,
.archives li:hover a {
    color: #ff5252;
}


.tagcloud {
    font-size: 0;
}
.tagcloud a {
    padding: 8px 10px;
}
.tag-btn,
.tagcloud a {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    background: #ff5252;
    color: #fff;
    margin-top: 4px;
    margin-right: 5px;
    font-size: 14px !important;
    line-height: 18px;
    outline: 0;
}
.tag-btn:hover,
.tag-btn:focus,
.tagcloud a:hover,
.tagcloud a:focus {
    color: #fff;
}

.read-more-btn {
    text-transform: uppercase;
    border-radius: 0;
    background: #ff5252;
    color: #fff;
    margin-top: 25px;
    outline: 0;
}
.read-more-btn:hover, .read-more-btn:focus {
    color: #fff;
}

.blog-page-content a.post-author-name {
    color: #ff5252;
    margin-right: 5px;
}
div.category-text-link a {
    font-style: italic;
    margin-left: 5px;
    color: #ff5252;
    -webkit-transition: .25s;
            transition: .25s;
}
.blog-page-content .post-date {
    margin-right: 5px;
}
.blog-page-content .post-time {
    margin-left: 5px;
}

.blog-post .tag-btn {
    color: #fff;
    background-color: #555;
}

.blog-page-content .blog-post {
    margin-bottom: 50px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 50px;
}
#pages.blog-page-content .blog-post{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.blog-posts .single-blog .blog-post {
    margin-bottom: 50px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 50px;
}

.blog-page-post-video {
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 54.6%;
}
.blog-page-post-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: middle;
}
.blog-page-post-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: middle;
    background-color: #000;
}
.blog-page-post-audio audio {
    width: 100%;
}

.post-description .page-links {
    margin-bottom: 20px;
}
.post .page-links {
    position: relative;
}
.post .page-links a {
    display: inline-block;
    margin-top: 25px;
    padding: 3px 10px;
    color: #303030;
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #e9e9e9;
    -webkit-transition: .25s;
        transition: .25s;
}
.post .page-links a:last-child {
    border-width: 1px;
}
.post .page-links a:hover,
.post .page-links a:focus {
    color: #fff;
    background-color: #ff5252;
    border-color: #ff5252;
}
.post .page-links > span {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    background-color: #ff5252;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #ff5252;
}
.post .page-links > span.page-links-title {
    padding-left: 0;
    color: #303030;
    background-color: transparent;
    border: none;
}

@media screen and (max-width: 1200px) {
    .blog-page-post-slider-controls {
       top: 370px;
    }
}
@media screen and (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
        border-top: 1px solid #e9e9e9;
        padding-top: 50px;
    }
    .blog-page-post-slider-controls {
        top: 430px;
    }
}
@media screen and (max-width: 767px) {
    .blog-page-post-slider-controls {
        display: none;
    }
}

/*------------------------------------*\
    25. BLOG DETAILS PAGE
\*------------------------------------*/
.blog-page-content .post-details {
    padding-bottom: 60px;
}

.post-details .post-title {
    margin-top: 0;
    text-transform: capitalize;
}
.post-details .post-time-date {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.post-details .post-image-holder {
    margin-bottom: 50px;
}

.full-post {
    font-size: 14px;
    line-height: 24px;
    word-spacing: 2px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 40px;
}
.full-post a {
    color: #ff5252;
}
.full-post blockquote,
.mfp-description blockquote {
    font-style: italic;
    color: #ff5252;
    border-color: #ff5252;
    margin: 30px 0;
}
.full-post iframe{
    max-width: 100%;
}
.full-post li {
    color: #ff5252;
}
.full-post table {
    width: 100%;
    border: 1px solid #f8f8f8;
    text-align: center;
}
.full-post table tr:nth-child(2n) {
    background-color: #f8f8f8;
}
.full-post table td {
    border-right: 1px solid #f8f8f8;
}
.full-post table td:last-child {
    border-right: none;
}
.full-post .gallery-item:before {
    display: none;
}

.post-password-form label {
    margin-bottom: 0;
}
.post-password-form input[type="password"] {
    box-shadow: none;
    outline: 0;
    text-indent: 10px;
}
.post-password-form input[type="submit"] {
    padding: 3px 10px;
    border: none;
    color: #fff;
    background-color: #ff5252;
}

.post-details > .post-category-text {
    font-weight: 700;
    margin-top: 45px;
    display: inline-block;
    margin-bottom: 35px;
}
.post-details .cat-list {
    margin-top: 55px;
}
.post-details .cat-list a {
    color: #ff5252;
}
.post-details .cat-list + .tags {
    margin-top: 35px;
}
.post-details .post-author-metadata {
    margin-top: 45px;
    background: #f9f9f9;
}

.post-social-links {
    margin-top: 45px;
    overflow: hidden;
}
.post-social-links h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.post-social-links ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.post-social-links li {
    display: inline-block;
    margin: 0 2px;
}
.post-social-links li a {
    display: block;
    width: 35px;
    padding: 6px 0;
    border: 1px solid #303030;
    color: #303030;
    text-align: center;
}
.post-social-links li a:hover {
    color: #fff;
    border: 1px solid #ff5252;
    background: #ff5252;
}

.post-comments {
    margin-top: 40px;
}
.post-comments-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
}
#cancel-comment-reply-link {
    color: #ff5252;
    font-weight: 600;
}

.post-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}
.post-comments ul li {
    margin: 25px 0;
}
.comment-thumb a {
    overflow: hidden;
    color: #ff5252;
}
.comment-thumb {
    margin-bottom: 15px;
    overflow: hidden;
}
.comment-meta {
    margin: 15px 15px 0;
}
.comment-awaiting-moderation {
    display: block;
    margin-top: 25px;
}
a.comment-reply {
    background: #ff5252;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
}
a.comment-reply:hover {
    color: #fff;
}
.single-comment {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
}

#respond {
    padding-top: 50px;
}
.comment #respond {
    margin-top: -1px;
    padding-top: 20px;
}
#respond .form-control {
    border-radius: 0;
    margin-top: 20px;
    box-shadow: none;
    resize: none;
}
#respond .form-control.submit-btn {
    height: 40px;
    background: #ff5252;
    border-color: #ff5252;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: .25s;
            transition: .25s;
}
#respond .form-control.submit-btn:hover {
    background: #303030;
    border-color: #303030;
    color: #fff;
}
#respond .form-control.error {
    border-color: #ff5252;
}

/* SINGLE POST */
.single-post .wp-caption p.wp-caption-text {
    margin-top: 15px;
}

/* SINGLE POST CHAT */
.single-format-chat .full-post p {
    padding: 0 10px;
}
.single-format-chat .full-post p:nth-child(even) {
    background-color: #f0f0f0;
    padding: 5px 10px;
}

/* SINGLE POST GALLERY */
.single-format-gallery .gallery {
    margin: 0 -5px !important;
}

.single-format-gallery .gallery-item {
    padding: 5px;
}

.single-format-gallery .gallery-caption {
    margin-top: 10px;
    color: #303030;
    text-align: left;
}

.single-format-gallery .gallery-item img {
    border: none !important;
    height: auto;
}
.single-format-gallery .gallery-item:hover img {
    transform: none;
}

/*------------------------------------*\
    26. SERVICES PAGE
\*------------------------------------*/
.service-page-item {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e9e9e9;
}
.service-page-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
/*------------------------------------*\
    27. GALLERY PAGE
\*------------------------------------*/
#gallery.gallery-page {
    padding: 80px 0 100px;
}
.gallery-page .gallery-filter-menu {
    margin-top: 0;
}
/*------------------------------------*\
    28. TEAM PAGE
\*------------------------------------*/
#team.team-page {
    padding: 100px 0 60px;
}
.team-page .team-member {
    padding-bottom: 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}
/*------------------------------------*\
    29. PRICING PAGE
\*------------------------------------*/
.ptc-page {
    padding: 100px 0;
}
.ptc-page-border-right {
    border-right: 1px solid #303030;
}
.ptc-page-hr {
    margin: 80px 0;
}
/*------------------------------------*\
    30. CONTACT PAGE
\*------------------------------------*/
#contact_page.contact-page {
    padding: 80px 0 95px;
    color: #303030;
    background-color: #fff;
}
#contact_page.contact-page:before {
    display: none;
}
#contact_page.contact-page .form-control {
    border-color: #ccc;
    color: #303030;
    box-shadow: none;
}
#contact_page.contact-page .form-control[type="submit"] {
    border-color: #ff5252;
    color: #fff;
}
#contact_page.contact-page .form-control[type="submit"]:hover {
    border-color: #303030;
    background-color: #303030;
    color: #fff;
}
#contact_page.contact-page .form-control.error {
    border-color: #ff5252;
}
/*------------------------------------*\
    31. 404 PAGE
\*------------------------------------*/
.page-404 h2 {
    font-size: 110px;
}
/*------------------------------------*\
    32. COMMING SOON PAGE
\*------------------------------------*/
.subscribe-form input.type-text {
    color: #fff;
    border-color: #fff;
}
.subscribe-form input.type-text.error {
    border-color: #ff5252;
}
.subscribe-form input.type-submit:hover {
    color: #ff5252;
    background-color: #fff;
    border-color: #fff;
}
/*------------------------------------*\
    33. MEDIA QUERIES
\*------------------------------------*/
/* 31-1 LARGE DEVICES, WIDE SCREENS */
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .project-metadata {
        margin-left: 10px;
        margin-right: 10px;
    }
    .pricing-table {
        padding-left: 25px;
    }
    
    .home-countdown p {
        margin-right: 40px;
    }
}
/* 31-2 MEDIUM DEVICES, DESKTOPS */
@media screen and (max-width: 992px) {
    #content {
        margin-left: 0;
        -webkit-transition: .25s;
                transition: .25s;
    }
                
    .feature-item {
        margin-bottom: 145px;
    }
    .feature-item:last-child {
        margin-bottom: 0;
    }
        
    #team {
        padding-bottom: 30px;
    }
    .team-member {
        margin-bottom: 40px;
    }
        
    .blog-post {
        margin-bottom: 30px;
    }
        
    .contact-address {
        margin-bottom: 30px;
    }
        
    .services-nav li {
        display: inline-block;
        margin-right: 3px;
    }
        
    #testimonial {
        /*padding-bottom: 200px;*/
        padding-bottom: 50px;
    }
        
    .about-description {
        /*padding: 75px 0 100px;*/
        padding: 5px 0 0px;
        width: 720px;
        margin: 0 auto;
        float: none !important;
    }
    .about-progress-bars {
        margin-top: 40px;
    }

    .service-description {
        margin-top: 50px;
        margin-bottom: 50px;
    }
        
    .counter-text {
        margin-bottom: 30px;
    }
        
    .panel-group {
        margin-bottom: 50px;
    }
        
    .ptc-holder {
        margin-bottom: 50px;
    }
        
    .footer-thumb {
        margin-bottom: 50px;
    }
        
    .useful-links {
        margin-bottom: 50px;
    }
        
    .about-video {
        position: relative;
        width: 100%;
        /*height: 645px;*/
        height: 200px;
        
    }
}
/* 31-3 SMALL DEVICES, TABLETS */
@media screen and (max-width: 768px) {
    .team-member {
        text-align: center;
    }
    .team-member img {
        display: inline-block;
    }

    .va {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
        
    .about-description {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
        
    .home-content {
        margin-bottom: 0;
    }
    
    .services-nav {
        margin: 0;
    }
    
    .page-404 {
        text-align: center;
    }

    .left-sidebar {
        margin-top: 0;
        margin-bottom: 50px;
        border-top: none;
        border-bottom: 1px solid #e9e9e9;
        padding-top: 0;
        padding-bottom: 50px;
    }
}
/* 31-4 EXTRA SMALL DEVICES, PHONES */
@media screen and (max-width: 480px) {
    .home-subscribe input[type="text"] {
        display: block;
    }
    .subscribe-form input[type="text"] {
        display: block;
    }
        
    .home-content {
        margin-bottom: 0px;
    }
    .home-content h2 {
        font-size: 48px;
    }
    .home-content h3 {
        font-size: 32px;
    }
    .home-content p {
        font-size: 18px;
    }
    
    .home-countdown p {
        margin-right: 30px;
    }
    
    .services-nav .tooltip {
        display: none !important;
    }
    
    .page-404 h2 {
        font-size: 65px;
    }
    .page-404 p {
        font-size: 24px;
    }
    
    #team > .container {
        padding-right: 0;
    }
    .about-page-progress-bars {
        padding-right: 15px;
    }
    .team-members .owl-wrapper-outer {
        overflow: visible;
    }
}
/* 31-5 CUSTOM, IPHONE RETINA */
@media screen and (max-width: 320px) {
    .home-subscribe input[type="text"] {
        width: 250px;
        display: block;
    }
    .subscribe-form input[type="text"] {
        width: 100%;
        display: block;
    }
    .home-image {
        margin-top: 80px;
    }
        
    #testimonial {
        padding-bottom: 300px;
    }
    
    .va {
        -webkit-transform: translateY(-45%);
            -ms-transform: translateY(-45%);
                transform: translateY(-45%);
    }
    
    .coming-soon-page .va {
        position: relative;
        transform: none;
        margin-top: 120px;
        margin-bottom: 50px;
    }
    
    .home-countdown p {
        margin-right: 10px;
    }
    
    .blog-header-content h2 {
        font-size: 48px;
    }
}
/*------------------------------------*\
    34. HELPER CLASSES
\*------------------------------------*/
/* 34-1 RESET-MARGIN */
.reset-margin {
    margin-right: 0;
    margin-left: 0;
}
/* 34-2 RESET-PADDING */
.reset-padding {
    padding-right: 0;
    padding-left: 0;
}

/*-----------------------------*\
    WordPress Core
\*-----------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* gallery-caption */

.gallery-caption {
    color: red;
}
/* bypostauthor css */

.commentlist .bypostauthor {
    background: #e7f8fb;
}
.commentlist li ul.children li.bypostauthor {
    background: #e7f8fb;
}

/* Custom css for design change */
/*.ios-certification{
    width: 10%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    border-radius:1%;
    border-radius:100%;
}*/
.ios-certification{
    width: 10%;
    z-index: 100;
    position: relative;
    margin-top:-135px;
    bottom: 0;
    right: 0;
    border-radius:1%;
    border-radius:100%;
    margin-right: 5px;
}
.ios-certification-header{
    width: 26%!important;

}
.margin-righ-left0{
    margin-right: 0;padding-right: 0;
}
/*.ios-certification:hover{
    box-shadow: 0 0 150px #ea8a12;
     -webkit-transition: box-shadow 1s; 
    transition: box-shadow 1s;
    width: 200px;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    right: 0;
    border-radius:100%;
}*/
.ios-certification_div{
    margin-top: -22px;
    text-align: right;
}
.ios-certification_div_header{

    /*margin-right: -24%;*/
    margin-top: 4.5%;
    margin-right: 10px;

    /*text-align: right;   */
}

/*@media (min-width:320px and max-width: 990px){
    .ios-certification_div{
        margin-top: 0px!important;
    }
    
}*/
.col-md-12-ios-certification{
    margin-right: 0!important;
    padding-right: 0!important;
    text-align: right!important;
}
@media screen and (min-width: 767px) and (max-width:1000px) {
    .ios-certification-header{
        width: 49%!important;
    }
}
@media screen and (min-width: 700px) and (max-width:767px) {
    .ios-certification-header{
        width: 50%!important;
        margin-bottom: 5px;
}
    .ios-certification_div_header{
                margin-top: -24%;
    }
    .col-md-12-ios-certification{
        text-align: right!important;
    }
}
@media screen and (min-width: 320px) and (max-width:699px) {
      .col-md-12-ios-certification{
        text-align: left!important;
    }
    .ios-certification-header{
        width:40%!important;
    }
    
}
@media screen and (min-width: 1600px) and (max-width:1930px) {
      .col-md-left15{
        /*text-align: center;*/
        margin-left: -400px;    }
}
/*@media screen and (min-width: 1800px) and (max-width:1930px) {
      .ios-certification_div{
        
        margin-top: -32px;    }
}
@media screen and (min-width: 1700px) and (max-width:1800px) {
      .ios-certification_div{
        
        margin-top: -29px;    }
}
@media screen and (min-width: 1400px) and (max-width:1500px) {
      .ios-certification_div{
        
        margin-top: -23px;    }
}
@media screen and (min-width: 1501px) and (max-width:1600px) {
      .ios-certification_div{
        
        margin-top: -30px;    }
}
@media screen and (min-width: 1601px) and (max-width:1700px) {
      .ios-certification_div{
        
        margin-top: -25px;    }
}*/

/*@media screen and (min-width: 320px) and (max-width:990px) {
      .ios-certification_div{
        text-align: center;
        margin-top: 14px;

    }
    .ios-certification{
        width: 22% !important;

    }
}*/
@media screen and (min-width: 1600px) and (max-width:1930px) {
    .ios-certification{
        width: 12% !important;
        margin-top: -215px;
    }
}
/*@media screen and (min-width: 1280px) and (max-width:1600px) {
    .ios-certification{
        max-width: 35% !important;
        min-width: 35% !important;
    }
}
*/
html[dir="rtl"] .ios-certification{
 left: 0 !important;    
 right: auto;
}

.wpcf7-form-control.wpcf7-submit{
        color: #a79f0f;
}
.wpcf7 input, .wpcf7 textarea{
    color:black;
}
.about-description a{
    color:white!important;  
}

@media (min-width:320px and max-width: 720px){
    .ios-certification{
        width: 22% !important;
    }
    
}
@media screen and (min-width: 320px) and (max-width:720px) {
      .ios-certification{
        width: 22% !important;
    }
}

@media screen and (min-width: 320px) and (max-width:720px) {
   .slogan-title
    {
        font-size: 30px !important;
        
    }
}
@media screen and (min-width: 320px) and (max-width:720px) {
   .carousel .home-slider-text
    {
        font-size: 30px !important;
        padding-left: 10px!important;
        padding-right: 10px!important;
        
    }
}
.slider-item
{
    width: 100%;
    height: 660px;
}
/*
******** Add Doted Effect on Slider ********
*/
.background-component--dot-matrix-light{
    /*background : url('../img/set-image.png');*/
}
.background-component{
    top: -25vh;
    height: -webkit-calc(100% + 50vh);
    height: calc(100% + 50vh);
    -webkit-transition: -webkit-transform .15s;
    transition: transform .15s;
    will-change: transform;
    transform: translate3d(0px, 0vh, 0px);
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99999;
}
@media (min-width:320px and max-width: 720px){
    .slider-item{
        height: 625px;
    }
}

@media (min-width:720px and max-width: 720){
    .slider-item{
        height: 875px;
    }
}
@media only screen and (min-width : 1024px) and (min-height: 720px) {
    .slider-item{
        height: 720px;
    }
}
@media only screen and (min-width : 1152px) and (min-height: 864px) {
    .slider-item{
        height: 864px;
    }
}
@media only screen and (min-width : 1280px) and (min-height: 1024px) {
    .slider-item{
        height: 1024px;
    }
}

@media only screen and (min-width : 1200px) and (min-height: 1080px) {
    .slider-item{
        height: 1080px;
    }
}
@media only screen and (min-width : 1440px) and (min-height: 900px) {
    .slider-item{
        height: 900px;
    }
}
@media only screen and (min-width : 1680px) and (min-height: 1050px) {
    .slider-item{
        height: 1050px;
    }
}
@media only screen and (min-width : 1600px) and (min-height: 1200px) {
    .slider-item{
        height: 1200px;
    }
}
@media only screen and (min-width : 1920px) and (min-height: 1080px) {
    .slider-item{
        height: 1080px;
    }
}

@media only screen and (min-width : 1900px) and (min-height: 1200px) {
    .slider-item{
        height: 1200px;
    }
}
.slide-down-next{
    text-align: center!important;
}
.slide-down-next-section{
    color:#b6b034; 
    cursor: pointer;       
}

.carousel-caption{
    width: 94% !important;
    left:3%!important;
    text-align: left;
    z-index: 0!important;
}
html[dir="rtl"] .carousel-caption{
    right:4%!important;
    text-align: right;
}
/* For Display Contact  in arabic*/
html[dir="rtl"] #contact .col-md-4.contact-address
{
    float: right;
}
html[dir="rtl"] #contact .col-md-8
{
    text-align: right;
}
/* For Display Blog in arabic  */

html[dir="rtl"] #blog .col-sm-6
{
    float: right;
}
html[dir="rtl"] #blog .team-title:after
{
    right: 0;
}
/* slogan slogan title */
.slogan-title
{
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 40px;
}
@media (min-width:320px and max-width: 720px){
   .slogan-title
    {
        font-size: 30px;
        
    }
}
.slogan-title-radndom
{
    color:#a49c0f;
    
}
/* ------ down arrow ----------*/
.slide-down-next-section {
    animation: 1s ease 0s normal none infinite running slide-down-next-section;
    position: absolute;
}
@keyframes slide-down-next-section {
    0% {
        bottom: 15px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 15px;
    }
}
.slogan-title-radndom {
   -moz-box-shadow:    inset 0 0 10px #b3abab40;
   -webkit-box-shadow: inset 0 0 10px #b3abab40;
   box-shadow:         inset 0 0 10px #b3abab40;
   padding: 3px;
   background-color: #f1eaea3b;
   border-radius: 20px;
    border: 3px solid #9e95959e;
    text-shadow: 2px 2px 1px #403434c2;
    display: inline-block;
}

.navigation_menu{
    /*background: red;*/
    display: inline; 
}
.navigation_menu .menu-menu-1-container ul li{
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    
}
.btn-contactus{

}
.home_saction_border{
 
    border-bottom: 3px solid transparent;
    padding: 15px;
    border-image: url(../img/bottom_border.png) 2 stretch;
    /*border-bottom: 2px solid #A79F0F;
    margin: auto;
    margin-top:30px ;
    box-shadow: 0 1px 4px rgba(167, 159, 15, 0.3), 0 0 40px rgba(167, 159, 15, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px rgba(167, 159, 15, 0.3), 0 0 40px rgba(167, 159, 15, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(167, 159, 15, 0.3), 0 0 40px rgba(167, 159, 15, 0.1) inset;
    */
}

#testimonial .panel-title{
    color: #303030!important;
}

#testimonial .collapsed .panel-title{
    
    color: #FFF!important;
}
.press-release .read-more-btn{
    color:#FFF!important;
}
#blog .post-image-holder a img{
    height: 195px;
}
#about{
    margin-bottom: 10px;
}
body.custom-background{
    background-color: transparent!important;
}
.gallery-filter-menu.gallery-page{
    font-size: 16px!important;
}
.carousel .home-slider-text {
    position: absolute;
    color: #FFF;
    display: block;
    bottom: 78px;
    z-index: 9999;
    font-size: 60px!important;
    font-weight: 700;
    margin-bottom: 40px;
    padding-left: 55px;
    padding-right: 55px;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 360px) {
    #about {
        /*margin-top: 0px;
        margin-bottom: 0px; */

    }
    .wpcf7 input,.wpcf7 textarea{
        width: 285px;
    }

    #call-to-action .buy-now-btn{
            font-size: 17px;
    }
}
.contact-section{
    margin-top: 45px;
}
.services-bottom-border{
    margin-bottom: 20px!important; 
    margin-bottom: 30px!important;
    padding: 8px!important;
}