/**
 Theme Name: ANIMATE
 Author: AWESOME THEMEZ
 Version: 1.0.0
*/

/*=== Google Fonts ===*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Roboto:300,400,500,700');

/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Clearings
3. Typography
4. Links
5. Transition
6. General
7. Preloader
8. ScrollUp
9. Site Header
10. Home Page
    # Body Slider
    # Hero Section
    # Gallery
    # Team
    # Pricing-table
    # Testimonial
    # Contact
    # Footer
11. Multipage 
12. Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 15px;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}
b,
strong {
    font-weight: inherit;
    font-weight: bold;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
mark,
ins {
    background-color: #fbfb01;
    color: #505050;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -4px;
}
sup {
    top: -8px;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    display: block;
    font-size: 100%;
    line-height: 24px;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}
fieldset {
    border: none;
    margin: 0 5px;
    padding: 0;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
2. Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

/*--------------------------------------------------------------
3. Typography
--------------------------------------------------------------*/
body {
    color: #ff8400;
    background-color: #404040;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
button {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
input, select, textarea {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 10px;
    font-size: 13px;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    outline: none;
    border-radius: 2px;
    color: #323232;
}
textarea {
    max-height: 200px;
}
input:focus, textarea:focus {
    border-color: #D0AF4F;
    color: #323232;
}
h1, h2, h3, h4, h3, h5, h6 {
    clear: both;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 400;
}
h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 15px;
}
p {
    margin-bottom: 12px;
}
ul {
    margin: 0 0 15px 0;
    padding-left: 15px;
    list-style: square outside none;
}
ol {
    padding-left: 15px;
    margin-bottom: 15px;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
address {
    margin: 0 0 15px;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
4. Links
--------------------------------------------------------------*/
a {
    font-size: 14px;
    color: #fff;
    background-color: transparent;
}
a:hover, 
a:focus, 
a:active {
    color: #D0AF4F;
    text-decoration: none;
}
a:focus,
a:hover, 
a:active {
    outline: none;
}

/*--------------------------------------------------------------
5. Transition
--------------------------------------------------------------*/
a, input, select, textarea, 
.single-service .service-icon {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*--------------------------------------------------------------
6. General
--------------------------------------------------------------*/
body,
html {
    height: 100%;
    width: 100%
}
.container {
    padding-right: 30px;
    padding-left: 30px;
}
.row {
    margin-right: -30px;
    margin-left: -30px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 30px;
    padding-left: 30px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section {
    padding: 90px 0 90px;
}
.p-l-r-0 {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------
7. Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-size: cover;
    height: 100%;
    z-index: 9999999;
}
.preloader-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
.preloader-wave:before,
.preloader-wave:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1e1e1e;
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation: preloader-wave 1.6s linear infinite;
}
.preloader-wave:after {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}
@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/*--------------------------------------------------------------
8. ScrollUp
--------------------------------------------------------------*/
.scrollup {
    position: fixed;
    background-color: rgba(208, 175, 79, 0.6);
    bottom: -60px;
    right: 25px;
    color: #fff;
    padding: 5px;
    height: 36px;
    width: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10;
    border-radius: 3px;
}
.scrollup:hover {
    background-color: rgba(208, 175, 79, 1);
}
.scrollup:before {
    content: "\f102";
    font-family: 'FontAwesome';
}
.scrollup.scrollup-show {
    bottom: 25px;
}

/*--------------------------------------------------------------
9. Site Header
--------------------------------------------------------------*/
.site-header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    height: 80px;
    background-color: transparent;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}
.header-wrap:before,
.header-wrap:after {
    content: none;
}
.site-header.small-height {
    background-color: transparent;
}
/*Site Branding*/
.site-header .custom-logo {
    max-width: 200px;
    max-height: 80px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-header.small-height .custom-logo {
    max-width: 180px;
    max-height: 60px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-logo-link {
    display: inline-block;
}
.site-title {
    line-height: 30px;
    display: inline-block;
}
.site-title a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    display: inherit;
    line-height: inherit;
}
/*End Site Branding*/
/*Navigation*/
.primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
.primary-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.primary-nav .menu-item {
    position: relative;
    margin-right: 38px;
}
.primary-nav .menu-item:last-child {
    margin-right: 0px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.primary-nav .menu-item > a {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-header .primary-nav .menu-item > a {
    height: 80px;
}
.site-header.small-height .primary-nav .menu-item > a {
    height: 70px;
}
.primary-nav-list .menu-item > a {
    color: #ff8416;
}
.primary-nav-list .active > a,
.ml-nav-list .active > a, 
.primary-nav-list .menu-item > a:hover {
    color: #f5bb0a;
    background-color: transparent;
}
.primary-nav-list .current-menu-ancestor .current-menu-ancestor.current-menu-parent > a,
.primary-nav-list .current-menu-ancestor.current-menu-parent .current-menu-item > a {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}
.site-header .primary-nav .menu-item-has-children > ul {
    width: 200px;
    padding-left: 0;
    background-color: rgba(30,30,30, .97);
    position: absolute;
    top: 80px;
    display: none !important;
    z-index: 10;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.site-header .primary-nav .menu-item-has-children > ul ul {
    top: 1px;
    border-left: 1px solid rgba(142, 141, 141, 0.2);
}
.site-header.small-height .primary-nav .menu-item-has-children > ul {
    top: 70px;
}
.site-header.small-height .primary-nav .menu-item-has-children > ul ul {
    top: 1px;
}
.primary-nav .menu-item:hover  > ul {
    display: block !important;
}
.primary-nav .menu-item-has-children > ul > li {
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 16px;
}
.primary-nav .menu-item-has-children > ul > li a {
    height: initial;
    display: block;
    padding: 11px 15px;
    background: transparent;
    font-size: 11px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: -1px;
}
.site-header .primary-nav .menu-item-has-children > ul > li a, .site-header.small-height .primary-nav .menu-item-has-children > ul > li a {
    height: auto;
}
.primary-nav .menu-item-has-children > ul > li:not(:first-child) a {
    border-top: 1px solid rgba(142, 141, 141, 0.2);
}
.primary-nav .menu-item-has-children > ul > li:not(:last-child) a {
    border-bottom: 1px solid rgba(142, 141, 141, 0.2);
}
.primary-nav .menu-item-has-children > ul > li a:hover {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}
.primary-nav .menu-item-has-children > ul > li ul {
    position: absolute;
    left: 100%;
    right: 100%;
    top: 1px;
    display: none;
}
.primary-nav .menu-item-has-children > ul > li:hover ul {
    display: block;
}
/*Mobile Menu Button*/
.m-menu-btn {
    position: relative;
    display:  inline-block;
    width: 30px;
    height: 27px;
    margin: 15px 0px 15px 25px;
    cursor: pointer;
    display: none;
}
.m-menu-btn span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s; 
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s; 
    transition-delay: 0.2s;
}
.m-menu-btn span:before, 
.m-menu-btn span:after {
    position: absolute;
    content: '';
}
.m-menu-btn span, 
.m-menu-btn span:before, 
.m-menu-btn span:after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
}
.m-menu-btn span:before {
    margin-top: -8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
.m-menu-btn span:after {
    margin-top: 8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
.m-menu-btn-ext span {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: 0.2s; 
    transition-delay: 0.2s;
}
.m-menu-btn-ext span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s; 
    transition-delay: 0s, 0.2s;
}
.m-menu-btn-ext span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s; 
    transition-delay: 0s, 0.2s;
}
.m-dropdown {
    display: none;
}
.ml-m-btn {
    display: none;
}
/*End Mobile Menu Button*/
.primary-nav .primary-nav-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
/*side-nav*/
.side-nav {
    position: fixed;
    right: 3.7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}
.side-nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.side-nav-list li:not(:last-child) {
    margin-bottom: 25px;
}
.side-nav-list li a {
    position: relative;
    display: block;
    height: 14px;
    width: 14px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(255,255,255,0.7);
}
.side-nav-list li a:hover {
    overflow: initial;
    background-color: rgba(255,255,255,1);
}
.side-nav-list li a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    left: -10px;
}
.side-nav-list li a span {
    position: absolute;
    right: 100%;
    top: 1px;
    margin-right: 10px;
    background-color: rgba(255,255,255,0.7);
    padding: 2px 25px;
    border-radius: 25px 0px 25px 0px;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.25px;
    opacity: 0;
    font-weight: 300;
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.side-nav-list li a span:hover {
    background-color: rgba(255,255,255,1);
}
.side-nav-list li a:hover span {
    opacity: 1;
}
/*Static Header*/
.site-header.static-header {
    position: fixed;
    height: 70px;
}
.site-header.static-header.small-height {
    background-color: rgba(30, 30, 30, 0.6);
}
/*--------------------------------------------------------------
10. Home Page
--------------------------------------------------------------*/
/*Body Slider*/
.hero-slider {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}
.hero-slider.owl-carousel .owl-stage-outer, 
.hero-slider.owl-carousel .owl-stage-outer .owl-stage, 
.hero-slider.owl-carousel .owl-stage-outer .owl-stage > div {
    height: 100%;
}
.hero-slider.owl-carousel img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
/*Hero Section*/
.hero {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 110px 0 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero > .container {
    margin: 0
}
.hero .container:before,
.hero .container:after {
    content: none
}
.parallax {
    background-position: 50% 0;
    background-attachment: fixed;
}
.hero-text {
    margin-top: 40px;
}
.hero-text h1 {
    color: #ff8400;
    font-weight: 800;
    letter-spacing: 6px;
    font-size: 48px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.hero-text h1:before {
    content: '';
    height: 2px;
    width: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero-text h1:after {
    content: '';
    width: 16px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -8px;
}
.hero-text h4 {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.hero-text h5 {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 80px;
}
.hero-btn {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 7px 51px;
    color: #fff;
}
.hero-btn:hover,
.hero-btn:focus {
    background-color: #323232;
    color: #fff;
}
.section-header {
    margin-bottom: 90px;
}
.section-header h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 6px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 19px;
}
.section-header h2:before {
    content: '';
    width: 150px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
}
.section-header h4 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0;
}
/*==About==*/
.section.about {
    padding-bottom: 45px;
}
.about-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.single-details {
    margin-bottom: 45px;
}
.about-details {
    padding-right: 15%;
}
.single-details h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.single-details p {
    margin-bottom: 15px;
}
/*Service*/
.section.service {
    padding-bottom: 20px;
}
.single-service {
    margin-bottom: 75px;
}
.single-service .service-icon {
    font-size: 34px;
    height: 80px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 50px;
    margin-top: 16px;
}
.single-service:hover .service-icon {
    background-color: #D0AF4F;
}
.service-icon i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.single-service h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.single-service p {
    margin-bottom: 0;
}
.ml-wrap .single-service p {
    padding: 0 5px;
}
/*Gallery*/
.portfolio {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
}
.gutter-less.portfolio {
    margin-left: 0px;
    margin-right: 0px;
}
.grid-sizer,
.portfolio-item {
    padding: 0 15px 30px;
    width: 33.3333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gutter-less .portfolio-item {
    padding: 0;
}
.portfolio-item a {
    display: block;
    width: 100%;
    position: relative;
}
.portfolio-item a:before {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio-item a:hover:before {
    opacity: 1;
}
.portfolio-item img {
    width: 100%;
}
/*Team*/
.section.team {
    padding-bottom: 60px;
}
.team-member {
    position: relative;
}
.team .row {
    margin-left: -15px;
    margin-right: -15px;
}
.team .row > div {
    padding-left: 15px;
    padding-right: 15px;
}
.member-img {
    margin-bottom: 30px;
}
.member-img img {
    width: 100%;
}
.team-member .member-hover {
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-member:hover .member-hover {
    opacity: 1;
}
.member-hover h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 6px;
}
.member-hover span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    color: #000;
    display: block;
    margin-bottom: 20px;
}
.member-social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.member-social-btn a {
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    margin: 3px;
    border-radius: 2px;
}
/*Pricing-table*/
.pricing-table.section {
    padding-bottom: 50px;
}
.single-price {
    color: #323232;
    background-color: #fff;
    padding: 40px 15px;
    border-radius: 2px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-price:hover {
    background-color: #323232;
    color: #fff;
}
.single-price h3 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px;
}
.single-price h2 {
    font-weight: 800;
    font-size: 36px;
}
.single-price h2 span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
}
.price-reature {
    padding: 0;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 25px;
}
.price-reature li {
    margin-bottom: 8px;
}
.pricing-btn {
    display: inline-block;
    background-color: #323232;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 30px;
    letter-spacing: 0.5px;
    border-radius: 3px;
}
.single-price:hover .pricing-btn {
    background-color: #D0AF4F;
    color: #fff;
}
/*Testimonial*/
.single-testimonial {
    position: relative;
    background-color: #fff;
    color: #323232;
    text-align: center;
    padding: 13px 20px;
    margin-top: 26px;
    border-radius: 5px;
}
.client-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    position: absolute;
    top: -25px;
    left: 25px;
}
.client-img img {
    border-radius: 50%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.client-description {
    padding-left: 75px;
    margin-bottom: 15px;
}
.client-description h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
}
.client-description span {
    display: block;
    font-size: 10px;
    line-height: 18px;
}
.client-quot {
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
}
.client-quot p {
    margin-bottom: 0;
}
.owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 60px;
}
.owl-nav:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    height: 35px;
    width: 2px;
    background-color: #fff;
}
.owl-nav > div {
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #323232;
    font-size: 25px;
    margin: 0 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-nav > div:hover {
    background-color: #D0AF4F;
}
.owl-next i {
    margin-left: 2px;
}
.owl-prev i {
    margin-right: 2px;
}
/*Contact*/
.single-contact-info {
    margin-bottom: 70px;
}
.single-contact-info i {
    font-size: 30px;
    margin-bottom: 30px;
}
.single-contact-info p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 2px;
    font-weight: 300;
}
.contact-form,
.contact-info {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.submit-btn {
    display: inline-block;
    background-color: #fff;
    color: #323232;
    font-weight: 400;
    font-size: 14px;
    padding: 13px 50px;
    line-height: 20px;
    outline: none;
    border: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.submit-btn:hover,
.submit-btn:focus {
    background-color: #D0AF4F;
    color: #fff;
}
/*Footer*/
.site-footer {
    padding-bottom: 60px;
}
.copy-right {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/*--------------------------------------------------------------
11. Multipage 
--------------------------------------------------------------*/
.ml-wrap {
    min-height: 100vh;
    position: relative;
    padding: 90px 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.ml-wrap .hero-text {
     margin-top: 0px; 
}
.ml-wrap .hero {
    padding: 0;
    min-height: initial;
}
.ml-custom-logo-link {
    display: inline-block;
    margin-bottom: 30px;
}
.ml-custom-logo-link img {
    max-height: 150px;
    max-width: 250px;
}
.ml-wrap .site-footer {
    padding-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 27px;
}
.ml-wrap .hero-text h5 {
    margin-bottom: 45px;
}
.hero-text h1 {
    padding-bottom: 40px;
    margin-bottom: 40px;
}
/*Multipage Menu Button*/
.ml-menu-cross-btn {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}
.ml-m-menu-btn {
    position: fixed;
    left: 4%;
    top: 50px;
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}
.tm .ml-m-menu-btn {
    opacity: 0;
}
.ml-m-menu-btn span {
    margin: 0 auto;
    position: relative;
    top: 12px;
}
.ml-m-menu-btn span:before, 
.ml-m-menu-btn span:after {
    position: absolute;
    content: '';
}
.ml-m-menu-btn span, 
.ml-m-menu-btn span:before, 
.ml-m-menu-btn span:after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
}
.ml-m-menu-btn span:before {
    margin-top: -8px;
}
.ml-m-menu-btn span:after {
    margin-top: 8px;
}
.ml-menu-cross-btn span {
    position: relative;
    cursor: pointer;
    height: 20px;
    width: 20px;
    display: block;
    margin-bottom: 2px;
    margin-top: 2px;
}
.ml-menu-cross-btn span:before, .ml-menu-cross-btn span:after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #fff;
    height: 15px;
    left: 9px;
    top: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ml-menu-cross-btn span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ml-menu-cross-btn span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*End Multipage Menu Button*/
.ml-nav-wrap {
    position: fixed;
    left: -280px;
    top: 0;
    z-index: 1000;
    height: 100%;
    width: 240px;
    background-color: rgba(30,30,30, 0.8);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ml-nav-wrap.ml-display {
    left: 0;
}
.ml-nav {
    height: 100%;
}
.ml-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ml-nav-list li a {
    display: block;
    font-size: 13px;
    letter-spacing: 0.75px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}
.ml-nav-list li a i {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.ml-nav-list li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}
.ml-nav-list li:last-child {
    border: none;
}
.ml-nav-list li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 210px;
    list-style: none;
    background-color: rgba(30,30,30, 1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    display: none;
}
.ml-nav-list li ul li {
    padding: 0 20px;
}
.ml-nav-list li ul li a {
    text-align: left;
}
.ml-nav-list li:hover ul {
    display: block;
}
.ml-nav-list li ul a {
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.ml-wrap .section.about {
    padding-bottom: 0;
    padding-top: 0;
}
.ml-wrap .about-details .single-details:last-child {
    margin-bottom: 0;
}
.ml-wrap .single-details p:last-child {
    margin-bottom: 0;
}
.ml-wrap .section.service {
    padding-bottom: 0;
    padding-top: 0;
}
.ml-wrap .single-service {
    margin-bottom: 0;
}
.ml-wrap .section {
    padding: 0;
}
.single-work {
    position: relative;
    display: block;
    text-align: center;
}
.work-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.89);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-work:hover .work-hover {
    opacity: 1;
}
.work-hover:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    height: 90%;
    width: 90%;
}
.work-hover h3 {
    color: #323232;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.work-hover span {
    color: #323232;
    border: 1px solid #323232;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 2px;
    display: inline-block;
}
.ml-wrap .pricing-table .row {
    margin-right: -7px;
    margin-left: -7px;
}
.ml-wrap .pricing-table .row > div {
    padding-right: 7px;
    padding-left: 7px;
}
/*Presentation Section*/
.presentation {
    position: relative;
}
.version-no {
    margin-top: 75px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
}
.version-no h4 {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.presentation-header {
    margin-bottom: 90px;
}
.presentation-header h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
.presentation-header p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.25px;
}
.single-demo {
    display: block;
    margin-bottom: 60px;
}
.single-demo img {
    margin-bottom: 55px;
}
.single-demo h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 500;
}
#particles-js {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*--------------------------------------------------------------
12. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1070px) and (min-width: 1000px) {
    .side-nav {
        right: 2%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*== Start Site Header ==*/
@media screen and (max-width: 1400px) and (min-width: 1001px) {
    .site-header .primary-nav .menu-item-has-children:last-child > ul {
        right: 0px;
    }
}

@media screen and (max-width: 1000px) {
    /*== Home page Header ==*/
    .site-header > div {
        width: 100%;
        padding: 0;
    }
    .site-branding {
        margin-left: 30px;
    }
    .m-menu-btn {
        margin-right: 30px;
    }
    .m-menu-btn {
        display: block;
    }
    .primary-nav-list {
        position: absolute;
        top: 70px;
        width: 100%;
        left: 0;
        display: none;
        background: rgba(30,30,30, .97);
        max-height: 295px;
        overflow-y: auto;
        overflow-x: hidden;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .small-height .primary-nav-list {
        top: 70px;
        margin: 0;
    }
    .m-menu ul {
        list-style: none;
    }
    .m-menu ul .menu-item a {
        display: block;
        padding: 6px 15px;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .m-menu ul .menu-item ul li a {
        font-size: 11px;
    }
    .m-menu ul .menu-item a:hover {
        background-color: #2b2b2b;
    }
    .m-dropdown {
        display: inline-block;
        position: absolute;
        top: 9px;
        right: 16px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 10px;
        line-height: 18px;
        height: 20px;
        width: 20px;
        text-align: center;
        z-index: 11;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .m-dropdown:hover {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .m-menu ul .menu-item ul {
        display: none;
        padding-left: 10px;
    }
    .m-menu ul > .menu-item {
        position: relative;
    }
    .menu-item.menu-item-has-children > a:after {
    display: none;
    }
    .site-header,
    .site-header.small-height {
        position: fixed;
        height: 70px;
        background-color: rgba(30,30,30, 0.5);
    }
    .side-nav {
        display: none;
    }
}
/*== End Site Header ==*/

@media screen and (max-width: 991px) {
    .about-img img {
        margin-bottom: 30px;
    }
    .single-details {
        margin-bottom: 35px;
    }
    .full-height {
        height: auto !important;
    }
    .hero {
        padding-top: 135px;
    }
    .about-img {
        text-align: center;
    }
    .about .flex {
        display: block;
    }
    .about-details {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .hero-text h1 {
        letter-spacing: 5px;
        font-size: 33px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .hero-text h4 {
        font-size: 22px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .section {
        padding: 50px 0 50px;
    }
    .section-header {
        margin-bottom: 50px;
    }
    .section.about {
        padding-bottom: 0;
    }
    .section-header h2 {
        font-size: 32px;
        letter-spacing: 4px;
    }
    .single-service {
        margin-bottom: 40px;
    }
    .section.service {
        padding-bottom: 10px;
    }
    .grid-sizer, .portfolio-item {
        width: 50%;
    }
    .team-member {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .section.team {
        padding-bottom: 20px;
    }
    .single-price {
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .pricing-table.section {
        padding-bottom: 10px;
    }
    .single-contact-info {
        margin-bottom: 40px;
    }
    .site-footer {
        padding-bottom: 55px;
        padding-top: 15px;
    }
    .ml-wrap {
        /*min-height: auto;*/
        position: relative;
        padding: 70px 0 100px;
        display: block;
    }
    .ml-nav-list {
        display: block;
    }
    .ml-nav-list li {
        padding: 5px 20px;
    }
    .ml-nav-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ml-nav-list li a i {
        margin-right: 10px;
        margin-bottom: 0;
    }
    .ml-menu-cross-btn span {
        margin-top: 0px;
    }
    .ml-nav-list li ul a {
        font-size: 11px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .ml-nav-list li ul {
        position: initial;
        border-left: none;
        display: block;
        max-height: 0;
        overflow: hidden;
        margin-top: 0;
        border: none;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .ml-nav-list li ul.ml-m-dropdown {
        margin-top: 4px;
        max-height: 200px;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .ml-m-btn {
        display: block;
        position: absolute;
        right: 5px;
        top: 6px;
        padding: 3px 5px;
        cursor: pointer;
    }
    .ml-nav-list li:hover ul {
        display: block;
    }
    .version-no {
        display: none;
    }
    .presentation .row > div {
        width: 100%;
    }
    .presentation .row > div:last-child .single-demo {
        margin-bottom: 20px;
    }
    .presentation-header {
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 550px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .hero {
        padding: 80px 0 60px;
    }
    .grid-sizer, .portfolio-item {
        width: 100%;
    }
    .pricing-table .row > div {
        width: 100%;
    }
    .single-price {
        width: 100%;
    }
}
