/*
VIP Milford | Web Smart Media
*/
/*=======================================================================
[Table of contents]
=========================================================================
1. General
1.1 Main Styles
1.2 Anchor
2. Typography
2.1 Headings
2.2 Selection Color
2.3 Colors
2.4 Browser Upgrade Prompt
3. Home Section
3.1 Header-area
3.2 Info
3.3 Language Switcher
3.4 Social Icons
4. Menu Section
4.1 Menu
4.3 Search
5. Slider Area
6. About Section
7. Graphic Content Section
8. Our Services Section
8.1 Our service Left Content
8.2 Our service Right Content
9. Latest Project Section
9.1 Latest Title Area
9.2 Portfolio Area
9.3 Client Area
10. Feature Section
11. Meet Our Team Section
11.1 Our Team
11.2 Our Skill
11.3 Our History
12. Gross Section
13. Pricing Table Section
14. News Blog Section
15. Contact Information Section
15.1 Contact Info
15.2 Map Area
15.3 Contact Form
16. Footer Top Section
17. Footer Section
/* ==========================================================================
1. General
========================================================================== */
/* 1.1 Main Styles
---------------------------------------------------------------------------*/
/* Loading */
#loading {
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    margin-top: 0px;
    top: 0px;
    left: 0;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}

#loading-center-absolute,
.box svg.box__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}

/* Loading Logo */
#loading-center-absolute.logo-animated {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    margin: auto;
    resize: both;
    text-align: center;
}

.loader-logo {
    color: #9d141e;
    font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
    /*font-size: 4.3vw;*/
    margin: auto;
    letter-spacing: 0;
    font-weight: bold;
    text-transform: none;
}

#ajax-loader .loader-logo {
    font-size: 1.8vw;
    letter-spacing: -4px;
}

@-webkit-keyframes fade {
    50% {
        opacity: 0.02;
    }
}

@keyframes fade {
    50% {
        opacity: 0.02;
    }
}

#loading-center-absolute.logo-animated img {
    max-width: 100%;
}

/* raleway-300 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Raleway';
    font-display: block;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* raleway-regular - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Raleway';
    font-display: block;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* raleway-500 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Raleway';
    font-display: block;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* raleway-600 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Raleway';
    font-display: block;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* raleway-700 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Raleway';
    font-display: block;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* raleway-800 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Raleway';
    font-display: block;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* raleway-900 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Raleway';
    font-display: block;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/raleway-v17-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.svg#Raleway') format('svg');
    /* Legacy iOS */
}

/* lato-100 - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-display: block;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/lato-v16-latin-ext_latin-100.eot');
    /* IE9 Compat Modes */
    src: local('Lato Hairline'), local('Lato-Hairline'),
        url('../fonts/lato-v16-latin-ext_latin-100.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v16-latin-ext_latin-100.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-100.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-100.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-ext_latin-100.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-100italic - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-display: block;
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/lato-v16-latin-ext_latin-100italic.eot');
    /* IE9 Compat Modes */
    src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'),
        url('../fonts/lato-v16-latin-ext_latin-100italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v16-latin-ext_latin-100italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-100italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-100italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-ext_latin-100italic.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-300 - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-display: block;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v16-latin-ext_latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
        url('../fonts/lato-v16-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v16-latin-ext_latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-ext_latin-300.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-300italic - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-display: block;
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/lato-v16-latin-ext_latin-300italic.eot');
    /* IE9 Compat Modes */
    src: local('Lato Light Italic'), local('Lato-LightItalic'),
        url('../fonts/lato-v16-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v16-latin-ext_latin-300italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-300italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-300italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-ext_latin-300italic.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-regular - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-display: block;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v16-latin-ext_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
        url('../fonts/lato-v16-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v16-latin-ext_latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-ext_latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-italic - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-display: block;
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/lato-v16-latin-ext_latin-italic.eot');
    /* IE9 Compat Modes */
    src: local('Lato Italic'), local('Lato-Italic'),
        url('../fonts/lato-v16-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v16-latin-ext_latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-ext_latin-italic.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-700 - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-display: block;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v16-latin-ext_latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
        url('../fonts/lato-v16-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v16-latin-ext_latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-ext_latin-700.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-700italic - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-display: block;
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/lato-v16-latin-ext_latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
        url('../fonts/lato-v16-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v16-latin-ext_latin-700italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-700italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-700italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-ext_latin-700italic.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-900 - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-display: block;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v16-latin-ext_latin-900.eot');
    /* IE9 Compat Modes */
    src: local('Lato Black'), local('Lato-Black'),
        url('../fonts/lato-v16-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v16-latin-ext_latin-900.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-900.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-900.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-ext_latin-900.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-900italic - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-display: block;
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/lato-v16-latin-ext_latin-900italic.eot');
    /* IE9 Compat Modes */
    src: local('Lato Black Italic'), local('Lato-BlackItalic'),
        url('../fonts/lato-v16-latin-ext_latin-900italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/lato-v16-latin-ext_latin-900italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-900italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/lato-v16-latin-ext_latin-900italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/lato-v16-latin-ext_latin-900italic.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-display: block;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-600 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-display: block;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-700 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-display: block;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-800 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-display: block;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v17-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* montserrat-500 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-display: block;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.eot');
    /* IE9 Compat Modes */
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

/* montserrat-regular - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-display: block;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot');
    /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

/* montserrat-700 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-display: block;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot');
    /* IE9 Compat Modes */
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat-v14-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

body {
    margin: 0;
    height: 100%;
    font-weight: normal;
    background: -webkit-linear-gradient(90deg, rgb(233, 233, 233), rgb(255, 255, 255));
    background: linear-gradient(90deg, rgb(233, 233, 233), rgb(255, 255, 255));
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Montserrat', sans-serif;
}

.cc-window.cc-floating {
    padding: 1em !important;
    max-width: 14em !important;
    -ms-flex-direction: column;
    flex-direction: column;
}

.uppercase {
    text-transform: uppercase;
}

/* 1.2 Anchor
---------------------------------------------------------------------------*/
a {
    color: #424143;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a,
a>* {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a:focus,
a:hover {
    outline: none;
    color: #d24d57;
    text-decoration: none;
}

/* ==========================================================================
2. Typography
========================================================================== */
/* 2.1 Headings
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    color: #fefefe;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 24px;
}

b,
strong {
    font-weight: 700;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-60 {
    font-size: 60px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.section-padding {
    padding: 96px 0px 10px;
}

.section-padding-sm {
    padding: 76px 0px 10px;
}

.align-center {
    text-align: center;
}

.covid {
    color: #fff;
    background: #DD0000;
    padding: 2px 0
}

.covid a {
    color: #fff;
}

.covid a:hover {
    color: #DBC9C9;
}

/* 2.2 Selection Color
---------------------------------------------------------------------------*/
::selection {
    color: #010101;
    text-shadow: none;
    background-color: #cbccce;
}

::-webkit-selection {
    color: #010101;
    text-shadow: none;
    background-color: #cbccce;
}

::-moz-selection {
    color: #010101;
    text-shadow: none;
    background-color: #cbccce;
}

/* 2.3 Colors
---------------------------------------------------------------------------*/
.base-color {
    color: #cbccce;
}

.black-color {
    color: #010101;
}

.bg-grey {
    background-color: #cbccce;
}

/* 2.4 Browser Upgrade Prompt
---------------------------------------------------------------------------*/
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
3. Home SECTION
========================================================================== */
/* 3.1 Header-area
---------------------------------------------------------------------------*/
.header-area {
    background: -webkit-linear-gradient(76deg, rgb(85, 85, 85), rgb(53, 53, 53));
    background: linear-gradient(76deg, rgb(85, 85, 85), rgb(53, 53, 53));
    margin: 0;
    padding: 6px 0;
    position: relative;
    width: 100%;
}

.hide-top-header {
    display: none;
}

/* 3.2 Info
---------------------------------------------------------------------------*/
#info {
    /*float: right;*/
}

#info span {
    color: #fff;
    font-weight: 400;
    margin: 0 2px 0 0;
    letter-spacing: 1px;
}

#info span:last-child {
    margin: 0;
}

#info a {
    color: #888888;
}

#info a:hover {
    color: #d44d58;
}

/* 3.3 Language Switcher
---------------------------------------------------------------------------*/
.language-box {
    display: none;
    float: right;
}

.language-box h4 {
    margin-left: -89%;
    font-size: 14px;
    color: #d24d57;
}

.ui-dropdown-list {
    float: right;
}

p.ui-dropdown-list-trigger {
    margin-top: -30px;
    right: 0px;
    position: relative;
}

.ui-dropdown-list-trigger i {
    position: absolute;
    margin-top: 18px;
    margin-left: 30px;
    font-weight: bold;
}

.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a {
    display: block;
    width: 80px;
    cursor: pointer;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 10px;
    color: #424143;
    font-weight: 700;
}

.ui-dropdown-list ul {
    display: none;
    position: absolute;
    right: 15px;
    top: 76px;
    margin-top: -30px;
    padding: 0;
    z-index: 1000;
}

.ui-dropdown-list li {
    list-style-type: none;
}

.ui-dropdown-list ul a,
.ui-dropdown-list ul a:link,
.ui-dropdown-list ul a:visited {
    position: relative;
    display: block;
    float: right;
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
    border-bottom: none;
    color: #000000;
}

.no-js .ui-dropdown-list ul,
.ui-dropdown-list.active ul {
    display: block;
}

.ui-dropdown-list.active strong {
    color: #000;
}

.ui-dropdown-list.active strong:after {
    border-top-color: #fff;
}

h2.visually {
    font-size: 14px;
    color: #000;
    margin-top: 12px !important;
    position: absolute;
}

#lang-switcher strong {
    float: right;
}

/* 3.4 Social Icons
---------------------------------------------------------------------------*/
.social-icons {
    float: right;
}

.social-icons ul {
    list-style: none;
}

.social-icons ul li {
    float: left;
    display: inline-block;
    margin-left: 12px;
}

.social-icons ul li a {
    width: 34px;
    display: block;
    color: #fff;
    line-height: 34px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-icons ul li a:hover {
    color: #000;
}

.social-icons ul li a i {
    font-size: 18px;
}

/* ==========================================================================
4. Menu SECTION
========================================================================== */
/* 4.1 Menu
---------------------------------------------------------------------------*/
.mainmenu-area {
    background: #010101 none repeat scroll 0 0;
    min-height: 70px;
    top: 70px;
    width: 100%;
}

.fixedHeader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.mainMenu>ul>li.active>a {
    color: #d24d57;
}

.mainMenu>ul>li.activeb>a {
    color: #8e8f90;
}

.menuButton {
    border-radius: 2px;
    cursor: pointer;
    height: 30px;
    left: auto;
    line-height: 4px;
    padding: 2px 4px 0;
    position: absolute;
    right: 14px;
    top: -50px;
    width: 40px;
    transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms
}

.menuButton span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms
}

.menuButton.active span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 11px 50%;
    -ms-transform-origin: 11px 50%;
    -webkit-transform-origin: 11px 50%;
}

.menuButton.active span:nth-child(2) {
    display: none;
}

.menuButton.active span:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 12px 50%;
    -webkit-transform-origin: 12px 50%;
    -ms-transform-origin: 12px 50%;
}

.menuButton:hover span {
    background: #252525;
}

.mainMenu {
    text-align: right;
    /*position: absolute;*/
}

.mainMenu>ul {
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    right: 15px;
}

.mainMenu>ul>li {
    float: left;
    line-height: 10px;
    list-style: outside none none;
    margin-right: 14px;
    padding: 30px 0;
    position: relative;
}

.mainMenu>ul>li:last-child {
    margin-right: 0px;
}

.mainMenu>ul>li>a {
    color: #ffffff;
    font-size: 15px;
}

.mainMenu>ul>li>a:hover {
    color: #cbccce;
}

.mainMenu .link-home span {
    display: none;
}

/* 4.2 Search
---------------------------------------------------------------------------*/
.sb-search {
    position: relative;
    width: 0%;
    min-width: 41px;
    height: 60px;
    left: 10px;
    top: 14px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    left: -15px;
    border: none;
    border-bottom: 1px solid #ffffff;
    outline: none;
    background: #d44d58;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 16px;
    color: #ffffff;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #ffffff;
}

.sb-search-input:-moz-placeholder {
    color: #ffffff;
}

.sb-search-input::-moz-placeholder {
    color: #ffffff;
}

.sb-search-input:-ms-input-placeholder {
    color: #ffffff;
}

.sb-icon-search,
.sb-search-submit {
    cursor: pointer;
    display: block;
    height: 60px;
    line-height: 49px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color: #d24d57;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #d44d58;
    z-index: 90;
    top: 0px;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #d44d58;
    color: #fff;
    z-index: 11;
}

/* ==========================================================================
5. SLIDER AREA
========================================================================== */
.slider-area {
    max-width: 100%;
}

.main-image {
    background-image: url(img/bg3.jpg);
    background-size: cover;
    min-height: 600px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-image1 {
    background-image: url(img/bg1.jpg);
    background-size: cover;
    min-height: 600px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-image2 {
    background-image: url(img/bg2.jpg);
    background-size: cover;
    min-height: 600px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-image3 {
    background-image: url(img/bg.jpg);
    background-size: cover;
    min-height: 600px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1900px) {
    .main-image {
        background-image: url(img/bg3.jpg);
        background-size: cover;
        min-height: 800px;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .main-image1 {
        background-image: url(img/bg1.jpg);
        background-size: cover;
        min-height: 800px;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .main-image2 {
        background-image: url(img/bg2.jpg);
        background-size: cover;
        min-height: 800px;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .main-image3 {
        background-image: url(img/bg.jpg);
        background-size: cover;
        min-height: 800px;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.slider-left-btn,
.slider-right-btn {
    top: 50%;
    position: absolute;
    color: #cbccce;
    height: 38px;
    width: 44px;
    font-size: 20px;
    background-color: rgba(1, 1, 1, .5);
    text-align: center;
    margin-top: -25px;
    z-index: 999;
}

.slider-left-btn {
    left: 0px;
}

.slider-right-btn {
    right: 0px;
}

i.fa.fa-chevron-left {
    margin-top: 9px;
}

i.fa.fa-chevron-right {
    margin-top: 9px;
}

.slider-list a:hover {
    color: #010101;
    background-color: rgba(203, 204, 206, .5);
    opacity: 0.8;
}

.slider-list a:focus {
    color: #010101;
    background-color: #cbccce;
}

.imageover {
    top: 25px;
    position: absolute;
    color: #ffffff;
    height: 100%;
    width: 100%;
    font-size: 25px;
    background-color: #2d2b27;
    text-align: center;
    margin-top: -25px;
    opacity: .8;
}

.carousel-captions {
  
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 2;
    left: 0;
    top: calc(50% - 228px/2);
}



    
    

.carousel-captions h2 {
  color: #fefefe;
  font-size: 40px;
  font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}

.carousel-captions h2 span {
    color: #d24d57;
    padding-right: 10px;
}

.carousel-captions h3 {
    font-size: 42px;
    color: #fefefe;
  font-weight: 700;
    text-shadow: 2px 2px #000;
}

.carousel-captions p {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}

.slider-list .item.active .revive1 {
    -webkit-animation: bounceInDown 1000ms ease-in-out;
    animation: bounceInDown 1000ms ease-in-out;
}

.slider-list .item.active .revive2 {
    -webkit-animation: fadeInRight 1100ms ease-in-out;
    animation: fadeInRight 1100ms ease-in-out;
}

.slider-list .item.active .revive3 {
    -webkit-animation: zoomInUp 1200ms ease-in-out;
    animation: zoomInUp 1200ms ease-in-out;
}

.slider-list .item.active .revive4 {
    -webkit-animation: zoomIn 1000ms ease-in-out;
    animation: zoomIn 1000ms ease-in-out;
}

.slider-list .item.active .revive5 {
    -webkit-animation: fadeInLeft 1000ms ease-in-out;
    animation: fadeInLeft 1000ms ease-in-out;
}

.slider-list .item.active .revive6 {
    -webkit-animation: bounceInDown 1000ms ease-in-out;
    animation: bounceInDown 1000ms ease-in-out;
}

.slider-list .item.active .revive7 {
    -webkit-animation: zoomIn 1000ms ease-in-out;
    animation: zoomIn 1000ms ease-in-out;
}

.slider-list .item.active .revive8 {
    -webkit-animation: lightSpeedIn 1000ms ease-in-out;
    animation: lightSpeedIn 1000ms ease-in-out;
}

.slider-list .item.active .revive9 {
    -webkit-animation: bounceInDown 1000ms ease-in-out;
    animation: bounceInDown 1000ms ease-in-out;
}

/* ==========================================================================
6. About US Section
========================================================================== */
#about-us {
    padding-bottom: 55px;
    overflow: hidden;
}

.circular {
    width: 480px;
    height: 480px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.about-icon i {
    float: left;
    font-size: 48px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-weight: 500;
    margin-right: 30px;
    color: #010101 !important;
    border: 1px solid #010101 !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50%;
    background-color: #e7e7e7;
}

.about-icon i:hover {
    color: #ffffff !important;
    background-color: #010101;
    transition: .5s;
}

.more-about {
    margin: 20px 0px;
}

.about-content h4 {
    color: #252525;
}

.about-content p {
    margin-top: 5px;
    overflow: hidden;
}

.desc-title p {
    font-size: 16px;
}

/* ==========================================================================
7. Graphic Content Area
========================================================================== */
#milford {
    padding-bottom: 55px;
    background-image: url(/img/sound.jpg);
    background-size: cover;
    background-position: center;
}

#milford p {
    color: #fff;
}

.graphic-content-area {
    /*max-height: 680px;*/
    background-image: url(img/sound.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.graphic-image {
    position: relative;
}

.paralax-image {
    min-height: 300px;
    width: 100%;
}

.graphover {
    position: absolute;
    height: 680px;
    width: 100%;
    background-color: #2d2b27;
    opacity: .5;
    top: 0px;
}

.container.featur {
    position: relative;
    top: -235px;
    text-align: center;
}

.graphic-content span {
    color: #d24d57;
}

.graphic-content h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.graphic-content p {
    color: #ffffff;
    padding: 5px 0px 15px 0px;
}

.graphic-content h5 {
    text-transform: uppercase;
    color: #d24d57;
}

/* ======================================================================
8. Our services Section
========================================================================= */
/* 8.1 Our service Left Content
---------------------------------------------------------------------------*/
.servicer-section {
    border-top: 2px solid #010101;
}

#services {
    padding-bottom: 70px;
}

.service-content {
    text-align: right;
    margin-right: 0px;
}

.service-list {
    margin-top: -10px;
    position: relative;
}

.service-content h4 {
    text-transform: uppercase;
    color: #252525;
    padding-bottom: 10px;
}

.hr-border {
    border-bottom: 1px solid #252525 !important;
    width: 200px;
    z-index: 3;
    float: right;
    padding-right: 8px;
    position: relative;
}

.hr-border span {
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 1px solid #252525;
    width: 10px;
    height: 10px;
    z-index: 10;
    background-color: #ffffff;
    top: -5px;
}

.service-content p {
    display: inline-block;
}

.service-content p strong {
    color: #010101;
}

.service-para {
    padding: 20px 0px 10px;
}

.service-btn {
    float: right;
    clear: both;
    margin-top: 20px;
    position: relative;
}

.service-btn {
    padding: 0px;
    position: relative;
    background-color: #d24d57;
    border: 1px solid #010101;
    color: #fff;
    font-weight: 700;
}

.service-btn a {
    padding: 23px 35px;
    display: block;
    color: #fff;
}

.service-btn a i {
    font-weight: 700;
    font-size: 21px;
    vertical-align: middle;
    padding-right: 5px;
}

.service-btn a:hover {
    color: #ffffff;
    background-color: #010101;
}

.stay-btn {
    float: left;
    clear: both;
    margin-top: 10px;
    position: relative;
}

.stay-btn {
    padding: 0px;
    position: relative;
    border: 1px solid #010101;
    color: #010101;
    font-weight: 700;
}

.stay-btn a {
    padding: 13px 15px;
    display: block;
    color: #010101;
}

.stay-btn a i {
    font-weight: 700;
    font-size: 21px;
    vertical-align: middle;
    padding-right: 5px;
}

.stay-btn a:hover {
    color: #ffffff;
    background-color: #010101;
}

.offer-btn {
    clear: both;
    margin-top: 20px;
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.offer-btn {
    padding: 0px;
    position: relative;
    background-color: #d24d57;
    border: 1px solid #010101;
    color: #fff;
    font-weight: 700;
}

.offer-btn a {
    padding: 23px 35px;
    display: block;
    color: #fff;
}

.offer-btn a i {
    font-weight: 700;
    font-size: 21px;
    vertical-align: middle;
    padding-right: 5px;
}

.offer-btn a:hover {
    color: #ffffff;
    background-color: #010101;
}

/* 8.2 Our service Right Content
---------------------------------------------------------------------------*/
.about-service {
    margin: 0px 0px 20px !important;
}

.servic-content h4 {
    text-transform: uppercase;
}

.servic-content p {
    margin-top: 10px !important;
}

.icon_list_connector {
    border-left-width: 1px;
    border-left-style: dashed;
    height: 90%;
    left: 6%;
    position: absolute;
    top: 56px;
    z-index: 1;
}

.servicebase i {
    position: relative;
    border: 0px;
    background-color: #fffcf4;
    z-index: 3;
}

/* ==========================================================================
9.Latest Project Section
=========================================================================== */
/* 9.1 Latest-Title-area
---------------------------------------------------------------------------*/
.fotorama__thumb-border {
    border-color: #d24d57 !important;
}

.latest-project-area {
    background-color: #8e8f90;
    padding: 70px 0px 55px;
}

.latest-title {
    text-align: center;
    padding: 30px 0px 55px 0px;
}

.latest-title h2,
.latest-title p {
    color: #ffffff !important;
}

#instafeed {
    width: 100%;
    left: -5px;
}

#instafeed a {
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#instafeed img {
    height: 115px;
    width: 115px;
}

@media only screen and (min-width: 991px) and (max-width: 1366px) {
    #instafeed img {
        height: 115px;
        width: 115px;
    }

    #instafeed .rollover {
        background: rgba(0, 0, 0, 0.8);
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 28px;
        position: absolute;
        color: #ffffff;
        right: 5px;
        top: 5px;
        left: 5px;
        opacity: 0;
        text-align: center;
        line-height: 130px !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

#instafeed .rollover {
    background: rgba(0, 0, 0, 0.8);
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 28px;
    position: absolute;
    color: #ffffff;
    right: 5px;
    top: 5px;
    left: 5px;
    opacity: 0;
    text-align: center;
    line-height: 115px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#instafeed a:hover .rollover {
    opacity: 1;
}

/* 9.2 Portfolio-area
---------------------------------------------------------------------------*/
.container-less {
    margin-left: -20px;
    margin-right: -20px;
}

.container-less img {
    padding: 0px 0px 6px 3px;
}

.project-filter {
    width: 600px;
    left: 25%;
    position: relative;
    padding-bottom: 30px;
}

a#prev {
    float: left;
    left: 15px;
    position: relative;
    top: 14px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #d24d57;
    text-align: center;
    color: #ffffff;
    line-height: 22px;
}

a#next {
    float: right;
    right: 2%;
    position: relative;
    top: 14px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #d24d57;
    text-align: center;
    color: #ffffff;
    line-height: 22px;
}

.project-list .mix {
    display: none;
}

.project-filter ul.project-menu {
    width: 600px;
    background-color: #ffffff;
}

.project-filter ul.project-menu li {
    display: inline-block;
    color: #252525;
    width: 96px;
    left: 12px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding: 15px 0px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.project-menu li.pro-active:before {
    border-top: 18px solid #d24d57;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    top: 44px;
    content: "";
    left: 40%;
    position: absolute;
}

.project-menu li.pro-active {
    background-color: #d24d57;
}

/* 9.3 Client-area
---------------------------------------------------------------------------*/
.client-area {
    text-align: center;
    padding: 70px 0px 50px 0px;
}

span.item-img {
    padding: 40px 0px 40px 0px;
    display: block;
}

.client-area img {
    vertical-align: middle;
    border: 5px solid #d24d57;
    border-radius: 50%;
    ;
}

.client-title h2 {
    text-transform: uppercase;
    margin: 6px 0px;
}

.client-area p {
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 14px;
}

/* ======================================================================
10.Feature Section
========================================================================= */
#features {
    padding-bottom: 55px;
}

.section-title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.main-title h1 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-title h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.feature-box-style2 {
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 0 60px;
    position: relative;
}

.feature-box-containt p {
    width: 100%;
}

.feature-box-style2 .feature-box-icon {
    position: absolute;
    background-color: #d24d57;
    color: #ffffff;
    font-size: 21px;
    padding: 0px;
    border: 1px solid #cecdca;
    width: 40px;
    text-align: center;
    line-height: 37px;
    display: block;
    border-radius: 50%;
    border-radius: 40px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.feature-box-style2 .feature-box-containt {
    width: 100%;
    overflow: hidden;
    margin-left: 14%;
}

.feature-box-containt h4 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin: 0px 0px 17px;
    font-weight: 700;
    text-transform: capitalize;
}

.feature-box-containt img {
    float: right;
    width: 60%;
}

.feature-box-style2:hover .feature-box-icon {
    color: #000;
    transition: .9s;
}

.feature-box-style2:hover h4 {
    color: #d24d57;
    transition: .9s;
}

.feature-box-style2:hover span.bd-left {
    height: 20px;
    border: 1px solid #d24d57;
    margin-top: 30%;
    position: absolute;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari */
    transform: rotate(180deg);
    /* Standard syntax */
}

.feature-box-style2:hover span.bd-right {
    height: 20px;
    border: 1px solid #d24d57;
    margin-top: 30%;
    position: absolute;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari */
    transform: rotate(180deg);
    /* Standard syntax */
    margin-left: 90%;
}

.feature-box-style2:hover span.bd-btm-left {
    width: 20px;
    border: 1px solid #d24d57;
    margin-top: 35%;
    position: absolute;
}

.feature-box-style2:hover span.bd-btm-right {
    width: 20px;
    border: 1px solid #d24d57;
    margin-top: 35%;
    position: absolute;
    margin-left: 85%;
}

/* ==========================================================================
11. Meet our Team Section
========================================================================== */
/* 11.1 Our Team
---------------------------------------------------------------------------*/
.team-area {
    background-color: #252525;
    padding: 68px 0px 60px;
    overflow: hidden;
}

.team-area p {
    color: #fff;
}

.member-image {
    display: inline;
    height: 322px;
    width: 263px;
}

.member-image img {
    height: 100%;
    width: 100%;
}

.team-content {
    height: 100%;
    width: 100%;
    min-height: 180px;
    max-width: 267px;
    background-color: #e1e1e1;
    padding: 12px 18px 18px 18px;
}

.team-content h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.team-content h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #474545;
    text-transform: uppercase;
    font-size: 14px;
    margin: -5px 0px 15px 0px;
}

.team-content p {
    font-size: 11px;
    color: #474545;
}

.meat-icon {
    width: 200px;
    position: relative;
    z-index: 999;
}

.meat-icon {}

.meat-icon ul {
    margin-top: 18px;
    list-style: none;
}

.meat-icon ul li {
    float: left;
    display: inline-block;
    margin-left: 5px;
}

.meat-icon ul li a {
    width: 34px;
    display: block;
    color: #424143;
    line-height: 34px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-member ul li a:hover {
    color: #d44d58;
}

.meat-icon ul li a i {
    font-size: 25px;
}

.team-member {
    max-width: 263px;
    padding-bottom: 15px;
}

.team-bdr:hover {
    box-shadow: 0 0 0px 5px #D24D57;
    border-bottom: 0 none;
}

.pro-exces {
    height: 24px;
    margin: -5px 0px 25px 0px;
    position: relative;
    overflow: visible;
    background-color: #d24d57;
    border-radius: 0px;
}

.pro-dev span {
    position: relative;
}

.pro-dev {
    float: left;
    top: -3px;
    height: 29px;
    font-size: 12px;
    line-height: 32px;
    position: relative;
    left: 0px;
    padding-right: 8px;
    color: #fff;
    border-right: thick double;
    text-align: right;
}

/* 11.1 Our Skill
---------------------------------------------------------------------------*/
.skill-area {
    padding: 45px 0px 35px 0px;
    position: relative;
}

.skill-area h4,
.our-histry h4,
.skill-area h6 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.our-skil {
    border-bottom: 1px solid;
    width: 33%;
    margin: 45px 0px;
}

.our-skil h4:after {
    position: absolute;
    top: 122px;
    left: 0px;
    width: 12%;
    height: 1px;
    background: #d24d57;
    content: "";
}

/* 11.2 Our History
---------------------------------------------------------------------------*/
#deals {
    padding-bottom: 50px;
}

.history-area {
    margin: 20px;
}

.our-histry {
    border-bottom: 1px solid;
    width: 24%;
    margin: 45px 0px;
    position: relative;
}

.our-histry h4:after {
    position: absolute;
    top: 32px;
    left: 0px;
    background: #d24d57;
    content: "";
    width: 33%;
    height: 1px;
}

span.hs-bdr {
    border-left: 1px solid #363636;
    border-right: 1px solid #d24d57;
    padding: 1px 50px;
    font-size: 24px;
}

span.clos-bdr {
    border-left: none;
}

span.clos-bdrr {
    border-right: none;
}

.tablist-area li.active:after {
    position: absolute;
    content: '';
    border-style: solid;
    left: 45%;
    border-width: 18px 10px 0 10px;
    border-color: #d24d57 transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    bottom: -16px;
}

.tab-content {
    padding: 40px 10px 0px 10px;
}

.tab-content p {
    color: #ffffff;
    font-size: 16px;
}

.tab-content h3 {
    color: #ffffff;
    margin-top: 0px;
}

.envelopes2 {
    background: -webkit-linear-gradient(90deg, rgb(21, 21, 21), rgb(68, 68, 68));
    background: linear-gradient(90deg, rgb(21, 21, 21), rgb(68, 68, 68));
    text-align: left;
}

.nav-tabs {
    background-color: #b7b7b7;
    width: 100%;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: pointer;
    background-color: #d24d57;
    z-index: 10;
    width: 100%;
}

/* ==========================================================================
12. Gross-area
========================================================================== */
.gross-area {
    background-color: #ebebeb;
    padding: 10px 0px 95px;
}

.gross-title {
    padding-top: 90px;
}

.gross-title h2 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

.counter-area>.count>span.counter {
    font-size: 40px;
    color: #000000;
}

.counter-area i {
    font-size: 50px;
    color: #d24d57;
}

.counter-area h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    padding-bottom: 10px;
}

/* ==========================================================================
13. Pricing Table Area
========================================================================== */
.pricing-table-area {
    padding: 95px 0px 0px;
    overflow: hidden;
}

.price-tb {
    width: 260px;
    transition: all 0.25s;
    position: relative;
    height: 580px;
}

.price-tb:hover {
    box-shadow: 0 0 0px 5px #d24d57;
    border-radius: 10px;
    z-index: 1;
    border-bottom: 0 none;
}

.price-top {
    background-color: #d24d57;
    height: 110px;
    width: 155px;
    left: 20%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.price-gross {
    margin: 0px;
    position: relative;
    height: 79px;
    top: 10px;
}

.price-gross>span.price-number {
    font-size: 40px;
    color: #ffffff;
}

.price-gross>span.price-month {
    color: white;
    position: relative;
    top: -10px;
    font-size: 18px;
}

.price-top>.circle-left img {
    padding-left: 15px;
}

.price-top>.circle-right img {
    padding-right: 15px;
}

.price-bottom {
    background-color: #252525;
    height: 500px;
    border-radius: 10px;
    position: relative;
    bottom: 30px;
}

.price-button-top {
    padding: 68px 0px 25px 0px;
}

.price-button-top>a.action-btn-top {
    padding: 3px 20px;
    background-color: #d24d57;
    font-size: 24px;
    color: #ffffff;
    border-radius: 10px;
    width: 65px;
}

.price-feature {
    padding: 0px 30px;
}

.price-feature ul {
    margin: 0px;
    padding: 0px;
}

.price-feature ul li {
    padding: 16px 0px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #ffffff;
    list-style-type: none;
}

.price-button-bottom {
    padding-top: 50px;
}

.price-button-bottom>a.action-btn-bottom {
    color: #fff;
    background-color: #d24d57;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 18px;
}

.price-button-bottom>a.action-btn-bottom:hover {
    color: #252525;
    transition: .5s;
}

/* ==========================================================================
14. News Blog
========================================================================== */
.news-area {
    padding: 95px 0px;
    overflow: hidden;
}

.news-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    height: 290px;
    box-shadow: -1px 0px 30px -10px #888888;
    background-color: #fff;
}

.news-text {
    padding: 15px 20px;
    position: relative;
    z-index: 11;
    width: 60%;
    float: left;
}

.news-box h4 {
    font-size: 15px;
    overflow: hidden;
    text-transform: uppercase;
}

.news-info {
    margin-bottom: 10px;
    padding-left: 0px;
}

.news-info li {
    margin-bottom: 10px;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.news-info li+li {
    padding-left: 4px;
}

.news-box .post-img {
    width: 55px;
    height: 55px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

.news-para {
    width: 90%;
    padding: 20px 0px;
}

.favorite {
    font-size: 18px;
    padding-top: 19px;
    color: #252525;
    text-transform: uppercase;
    font-weight: 700;
}

.news-box>.news-image {
    width: 300px;
    margin-top: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9;
}

.news-box>.news-image:before {
    display: block;
    content: '';
    background-color: #fff;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 120%;
    margin-top: -25px;
    margin-left: -50px;
    transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
}

.news-box>.news-image>img {
    width: 100%;
    height: 100%;
}

/* ==========================================================================
15. Contact Information Area
========================================================================== */
/* 15.1 Contact-Info
---------------------------------------------------------------------------*/
.contact-info {
    background-color: #252525;
    padding: 60px 0px 50px;
}

/* 15.2 Map Area
---------------------------------------------------------------------------*/
.map-area {
    position: relative;
}

.map-icon i {
    line-height: 56px;
    border: 7px solid #FFF;
    width: 70px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    background-color: #010101;
    color: #FFF;
    position: absolute;
    z-index: 12;
    top: -36px;
    left: calc(50% - 30px);
}

.map {
    width: 100%;
    height: 700px;
    margin: 0 auto;
}

#mapid {
    width: 100%;
    height: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

/* 15.3 Contact Form
---------------------------------------------------------------------------*/
form.appnitro,
.embed form.appnitro {
    margin: 0px !important;
}

.contact-form {
    max-width: 400px;
    width: 100%;
    background-color: #fcf9f1;
    opacity: .8;
    position: absolute;
    z-index: 13;
    border-left: 5px solid #010101;
    top: 0;
    left: calc(100% - 522px);
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
    background: #F9F9F9;
    padding: 20px 60px 0px 25px;
}

.contact-address-info {
    margin-bottom: 10px;
}

#contact h5,
#contact h6 {
    color: #252525;
    font-family: 'Lato', sans-serif;
    display: block;
    margin: 5px 0px;
}

#contact h5 {
    text-transform: uppercase;
}

#contact h6.contact-addres {
    margin: 15px 0px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 25%;
    border: none;
    background: #D24D57;
    color: #FFF;
    margin: 0 0 5px;
    padding: 5px 5px;
    font-size: 12px;
}

#contact button[type="submit"]:hover {
    color: #252525;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

/* ==========================================================================
16. Footer Top Section
========================================================================== */
.footer-top-area {
    background-color: #252525;
}

.footer-top-area p,
.footer-top-area a,
.footer-top-area h4 {
    font-family: 'Open Sans', sans-serif;
}

.footer-top-area p,
.footer-top-area a {
    color: #b3aaab;
    font-size: 13px;
    line-height: 25px;
    margin-top: 20px;
}

.footer-top-area h3,
.footer-top-area h4 {
    margin: 0px;
    padding: 0px;
}

.footer-top-area {
    padding: 15px 0 45px;
}

.footer-top-area h4 {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #555555;
    width: 47%;
    margin-bottom: 20px;
}

.left-side h3 {
    padding-bottom: 20px;
}

.left-side {
    max-width: 380px;
}

.quick-link h4:after,
.right-side h4:after {
    position: absolute;
    top: 31px;
    left: 14px;
    width: 47px;
    height: 3px;
    background: #d24d57;
    content: "";
}

ul.categories {
    float: left;
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}

ul.categories-right {
    list-style: none;
    padding-left: 127px;
}

ul.categories li,
ul.categories-right li {
    border-bottom: 1px solid;
    width: 68px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.categories li a:hover,
ul.categories-right li a:hover {
    color: #d24d57;
    transition: .5s;
}

ul.categories li:last-child,
ul.categories-right li:last-child {
    border-bottom: none;
}

/* ==========================================================================
17. Footer Section
========================================================================== */
.footer-area {
    background-color: #010101;
    position: relative;
}

.footer-social {
    padding: 10px 0px 5px 0px;
}

.footer-social ul li i {
    color: #fff;
    font-size: 22px !important;
}

.social-icons.footer-social a {
    width: 20px;
}

.footer-social ul li i:hover {
    color: #cbccce;
    transition: .5s;
}

.copyright-boot {
    padding: 15px 0 8px;
}

.copyright-boot p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}

.copyright-boot a {
    color: #ffffff;
}

.copyright-boot a:hover {
    color: #cbccce;
}

.scroll-top-icon i {
    line-height: 46px;
    border: 5px solid #FFF;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    background-color: #010101;
    color: #FFF;
    position: absolute;
    z-index: 20;
    top: -28px;
    left: calc(50% - 30px);
}

.scroll-top-icon i:hover {
    transition: .5s;
    cursor: pointer;
    color: #cbccce;
}

.blog-overview {
    padding: 30px 0 45px;
}

.blog-overview .item {
    height: 100%;
    padding-bottom: 15px;
}

.blog-overview .item-text {
    color: #fff;
    padding: 20px 20px 60px;
    background: #252525;
    margin-bottom: 15px;
    height: 100%;
    position: relative;
}

.blog-overview .item-text img {
    max-width: 100%;
    height: auto;
}

.blog-overview .item-text h3 a {
    color: #fff;
}

.blog-overview .item-text h3 a:focus,
.blog-overview .item-text h3 a:hover {
    color: #d24d57;
}

.blog-overview .link-btn {
    background-color: #d24d57;
    border: 1px solid #010101;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    display: block;
    margin-top: 10px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.blog-overview .link-btn:focus,
.blog-overview .link-btn:hover {
    background: #010101;
}

.blog-details {
    padding: 30px 0 60px;
    min-height: 800px;
}

.blog-details .pull-left {
    padding-right: 15px;
    padding-bottom: 15px;
}

.blog-details .pull-right {
    padding-left: 15px;
    padding-bottom: 15px;
}

.blog-details .link-btn {
    background-color: #d24d57;
    border: 1px solid #010101;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    display: block;
    margin-top: 10px;
}

.blog-details .link-btn:focus,
.blog-details .link-btn:hover {
    background: #010101;
}

.blog-details h2 {
    color: #333;
    font-size: 22px;
    line-height: 1.4;
}

.blog-details h3 {
    color: #333;
    font-size: 18px;
    line-height: 1.4;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.embed-container {
    position: relative;
    padding-bottom: 62.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#offerModal .modal-dialog {
    width: 100%;
    max-width: 800px;
    margin: 15% auto 30px;
}

#offerModal .modal-title {
    font-size: 22px;
    text-transform: uppercase;
}

#offerModal .modal-content {
    color: #fff;
    background: #d24d57;
    border-radius: 0;
    border: 3px solid #ffff;
    box-shadow: none;
    padding: 15px;
}

#offerModal .modal-content p {
    font-size: 18px;
}

#offerModal .modal-header {
    border-bottom: 0;
    text-align: center;
    padding: 15px 15px 0;
}

#offerModal .modal-header .close {
    color: #fff;
    opacity: .8;
    outline: 0;
}

#offerModal .modal-header .close:focus,
#offerModal .modal-header .close:hover {
    opacity: 1;
}

/*
  Template Name: BOOT Expert
  Description: HTML5 / BOOTSTRAP / CSS3 One Page
  Version: 1.0
  Author: Reza
*/
/*=======================================================================
[Table of contents]
=========================================================================
1. Home One
    i. Header
    ii. Menu
    iii. Slider
    iv. Services
    v. Latest Project
    vi. Meet our Team
    vii. Gross Section
    viii. Gross Section
    ix. Pricing table
    x. News Blog
    xi. Contact information
    xii. footer
*/
@media (min-width: 992px) and (max-width: 1199px) {

    /* --------------main menu----------- */
    .mainMenu>ul>li>a {
        color: #ffffff;
        font-size: 12px;
    }

    .mainmenu-area {
        min-height: 70px;
    }

    .mainMenu {
        top: -7px;
    }

    .sb-search {
        top: 8px;
    }

    .header-logo {
        top: 0;
        position: relative;
    }

    .header-logo h2 {
        position: relative;
        width: 236px;
        font-size: 35px;
    }

    /* ----------Slider-area-------------- */
    .section-padding {
        /*top: 41px;*/
        position: relative;
    }

    /* -------------- Feature-area ----------- */
    .envelope {
        width: 40.333333%;
        left: 10%;
    }

    .feature-box-style2 {
        margin: 0 0 40px;
    }

    #features {
        top: 0px;
    }

    /* -------------- Graphic-area ----------- */
    .graphic-content {
        top: -20px;
        position: relative;
        width: 935px;
        left: -77px;
    }

    /* -------------- services-area ----------- */
    #services {
        padding-bottom: 60px;
    }

    .icon_list_connector {
        left: 10.5%;
    }

    /* -------------- Portfolio-area ----------- */
    .container-less {
        margin-left: 0px;
        margin-right: 0px;
    }

    /*.nav-tabs{ width: 612px; }*/
    span.hs-bdr {
        padding: 1px 23px;
    }

    .project-filter {
        left: 20%;
        position: relative;
        padding-bottom: 30px;
    }

    .project-list {
        left: 44px;
        width: 888px;
        position: relative;
        text-align: center;
    }

    /* -------------- About-us-area ----------- */
    #about-us {
        top: 0px;
        bottom: 50px;
    }

    .circular {
        width: 450px;
        height: 450px;
    }

    .more-about {
        margin: 40px 0px;
    }

    /* -------------- Team-area ----------- */
    .envelopes {
        width: 40.333333%;
        left: 15%;
    }

    .team-member {
        padding-bottom: 40px;
    }

    .our-skil {
        width: 40%;
    }

    .history-area {
        margin-left: 2px;
        margin-right: 2px;
    }

    .price-area {
        padding-bottom: 40px;
    }

    /* -------------- Blog-area ----------- */
    .news-box {
        width: 650px;
        left: calc(50% - 329px);
    }

    /* -------------- Footer-Top-area ----------- */
    .footer-top-area h4 {
        width: 58%;
    }

    .quick-link h4:after,
    .right-side h4:after {
        top: 31px;
        left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* --------------Header area----------- */
    #info {
        margin-top: 28%;
        width: 139px;
    }

    .language-box {
        margin-top: 2%;
        position: relative;
        width: 52%;
        left: 20%;
        text-align: center;
    }

    .ui-dropdown-list ul {
        right: 0px;
    }

    .social-icons ul {
        margin-top: 7%;
    }

    .social-icons ul li {
        margin-left: 5px;
    }

    .header-logo h2 {
        width: 234px;
        font-size: 35px;
    }

    /* --------------main menu----------- */
    .sb-search {
        display: none;
    }

    .mainMenu {
        position: relative;
        width: 95%;
    }

    .mainMenu ul {
        float: none;
        display: none;
        margin-bottom: 20px;
        background: #555555;
    }

    .mainMenu ul li {
        float: none;
        margin-right: 0;
        padding: 22px 0 21px;
        text-align: center;
    }

    .menuButton {
        top: -40px;
    }

    .header-logo {
        top: 6px;
        position: relative;
    }

    .slider-area {
        z-index: -1;
        position: relative;
    }

    /* --------------Service Area----------- */
    .service-content {
        width: 280px;
        position: relative;
    }

    .service-list {
        width: 360px !important;
    }

    .icon_list_connector {
        left: 50px;
    }

    /* --------------Graphic Area----------- */
    .graphic-content {
        top: -40px;
        position: relative;
    }

    /* -------------- Portfolio-area ----------- */
    .project-filter {
        left: 60px;
    }

    .envelopes {
        width: 40%;
        left: 80px;
    }

    /* -------------- About-us-area ----------- */
    #about-us {
        top: 0px;
        bottom: 50px;
    }

    .circular {
        width: 400px;
        height: 400px;
        display: inline-block;
    }

    .more-about {
        margin: 40px 0px;
    }

    .features-list {
        width: 480px;
        display: inline-block;
        left: calc(50% - 217px);
        position: relative;
    }

    /* -------------- Team-area ----------- */
    .team-member {
        padding-bottom: 30px;
    }

    .project-list {
        text-align: center;
    }

    .container-less {
        margin-left: 0px;
        margin-right: 0px;
    }

    .envelopes2 {
        top: -50px;
        left: -110px;
    }

    .our-histry {
        width: 25%;
    }

    .counter-area {
        padding-bottom: 30px;
    }

    .gross-area {
        padding-bottom: 60px;
    }

    .price-area {
        padding-bottom: 30px;
    }

    .pricing-table-area {
        padding: 65px 0px 0px;
    }

    /* -------------- Blog-area ----------- */
    .news-area {
        padding: 60px 0px 0px;
    }

    .news-box {
        margin: 0px 0px 50px 0px;
    }

    .news-text {
        width: 54%;
    }

    /* -------------- Footer-area ----------- */
    .footer-top-area h4 {
        width: 77%;
    }

    .footer-social ul {
        margin-top: 6% !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    /* -------------- Header-area ----------- */
    #info {
        margin-top: 24px;
        position: absolute;
    }

    .language-box {
        display: none;
    }

    .social-icons ul {
        margin-top: 6%;
    }

    .social-icons ul li {
        margin-left: 5px;
    }

    /* -------------- Menu-area ----------- */
    .header-logo h2 {
        width: 234px;
        font-size: 35px;
    }

    .sb-search {
        display: none;
        position: absolute;
    }

    .mainMenu {
        position: relative;
        padding-bottom: 15px;
    }

    .mainMenu ul {
        float: none;
        display: none;
        background: #555555;
    }

    .mainMenu ul li {
        float: none;
        margin-right: 0;
        padding: 22px 0 21px;
        text-align: center;
    }

    .menuButton {
        top: -40px;
    }

    .header-logo {
        top: 6px;
        position: relative;
    }

    nav.mainMenu {
        width: 95%;
    }

    /* -------------- Slider-area ----------- */
    .slider-area {
        z-index: -1;
        position: relative;
    }

    .carousel-captions h1 {
        font-size: 40px;
    }

    /* -------------- Feature-area ----------- */
    .section-padding {
        padding: 50px 0px 0px;
    }

    .feature-box-style2 .feature-box-containt {
        width: 90%;
    }

    .feature-box-containt p {
        max-width: none;
        width: 90%;
    }

    .feature-box-style2:hover span {
        display: none;
    }

    /* -------------- Graphic-area ----------- */
    .graphic-content h2 {
        font-size: 30px;
    }

    .graphic-content {
        position: relative;
        top: -35px;
    }

    /* -------------- Services-area ----------- */
    .service-content {
        text-align: right;
        margin-right: 30px;
        width: 334px;
        position: relative;
        left: calc(50% - 190px);
        padding-bottom: 150px;
    }

    .icon_list_connector {
        left: 11%;
    }

    /* -------------- About-us-area ----------- */
    #about-us {
        top: 0px;
        bottom: 50px;
    }

    .circular {
        width: 400px;
        height: 400px;
        display: inline-block;
    }

    .more-about {
        margin: 40px 0px;
    }

    .features-list {
        width: 440px;
        display: inline-block;
        left: calc(50% - 217px);
        position: relative;
    }

    /* -------------- Team-area ----------- */
    a#prev,
    a#next {
        display: none;
    }

    .project-filter {
        width: 100%;
        left: -10px;
    }

    .project-filter ul.project-menu {
        width: 99%;
        text-align: center;
        margin: 0px;
        padding: 0px;
        background-color: #252525;
    }

    .project-filter ul.project-menu li {
        background-color: #ffffff;
        text-align: center;
        margin: 0px -4px 25px 0px;
    }

    li.filter.item.pro-active {
        background-color: #d24d57;
    }

    .project-list {
        text-align: center;
    }

    .container-less {
        margin-left: 0px;
        margin-right: 0px;
    }

    .history-area {
        margin: 0px 0px 60px 0px;
    }

    .our-histry {
        width: 34%;
    }

    .nav-tabs {
        width: 100%;
        text-align: center;
        background-color: #252525;
    }

    .nav-tabs>li {
        float: none;
        background-color: #b7b7b7;
        margin-bottom: 25px;
        margin-right: 0px;
        display: inline-block;
    }

    span.hs-bdr {
        border-left: none;
        border-right: none;
    }

    .team-member {
        padding-bottom: 0px;
        left: calc(50% - 130px);
        position: relative;
        margin: 20px 0px;
    }

    .price-tb {
        margin: 20px 0px;
        padding-bottom: 0px;
        left: calc(50% - 130px);
        position: relative;
    }

    .counter-area {
        margin: 20px 0px;
    }

    .counter-area h6 {
        font-size: 13px;
    }

    /* -------------- Blog-area ----------- */
    .news-box {
        height: initial;
        width: 270px;
        left: calc(50% - 135px);
    }

    .news-text {
        padding: 25px 20px;
        z-index: 0;
        float: left;
        width: 100%;
    }

    .news-box>.news-image {
        position: relative;
        z-index: 0;
        width: 100%;
    }

    .news-box>.news-image:before {
        display: none;
    }

    .news-box>.news-image:before {
        width: 120%;
        height: 122px;
        margin-top: -93px;
        margin-left: -65px;
        display: block;
        content: '';
        background-color: #fff;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
    }

    /* -------------- Footer-area ----------- */
    .copyright-boot {
        padding: 50px 0px 0px 0px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    .footer-social {
        float: left;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .footer-social ul {
        margin-top: 0%;
        margin: 0px;
        padding: 0px;
    }

    .footer-social ul li {
        margin-left: 0px;
        float: none;
    }

    .footer-social ul li a i {
        font-size: 20px;
    }

    .footer-social {
        padding: 0px 0px 12px 0px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    /* -------------- Header-area ----------- */
    /*.header-area { height: 80px; }*/
    #info {
        margin: 10px 0px 5px 0px;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .language-box {
        display: none;
    }

    .social-icons ul {
        margin-top: 6%;
    }

    .social-icons ul li {
        margin-left: 5px;
    }

    /* -------------- Menu-area ----------- */
    .header-logo h2 {
        width: 234px;
        font-size: 30px;
    }

    .sb-search {
        display: none;
        position: absolute;
    }

    .mainMenu {
        position: relative;
        padding-bottom: 15px;
    }

    .mainMenu ul {
        float: left;
        display: none;
        background: #555555;
        width: 90%;
        position: relative;
        padding: 25px 0px;
    }

    .mainMenu ul li {
        float: none;
        margin-right: 0;
        padding: 22px 0 21px;
        text-align: center;
    }

    .menuButton {
        top: -40px;
    }

    .header-logo {
        top: 6px;
        position: relative;
    }

    /* -------------- Slider-area ----------- */
    .slider-area {
        z-index: -1;
        position: relative;
    }

    .carousel-captions h1 {
        font-size: 40px;
    }

    .carousel-captions {
        top: calc(50% - 350px/2);
    }

    /* -------------- Feature-area ----------- */
    .section-padding {
        padding: 50px 0px 0px;
    }

    .feature-box-style2 .feature-box-containt {
        width: 80%;
        left: 5% !important;
        position: relative;
    }

    .feature-box-containt p {
        max-width: none;
        width: 90%;
    }

    .feature-box-style2:hover span {
        display: none;
    }

    .graphic-content h2 {
        font-size: 30px;
    }

    .graphic-content {
        position: relative;
        top: -75px;
    }

    /* -------------- Services-area ----------- */
    .service-content {
        text-align: right;
        margin-right: 30px;
        width: 260px;
        position: relative;
        left: calc(50% - 140px);
        padding-bottom: 150px;
    }

    .icon_list_connector {
        left: 12%;
        top: 90px;
    }

    /* -------------- About-us-area ----------- */
    #about-us {
        top: 0px;
        bottom: 50px;
    }

    .circular {
        width: 260px;
        height: 260px;
        display: inline-block;
    }

    .more-about {
        margin: 40px 0px;
        display: inline;
    }

    .features-list {
        width: 291px;
        display: inline-block;
        left: calc(50% - 140px);
        position: relative;
    }

    /* -------------- Team-area ----------- */
    a#prev,
    a#next {
        display: none;
    }

    .project-filter {
        width: 100%;
        left: -10px;
    }

    .project-filter ul.project-menu {
        width: 99%;
        text-align: center;
        margin: 0px;
        padding: 0px;
        background-color: #252525;
    }

    .project-filter ul.project-menu li {
        background-color: #ffffff;
        text-align: center;
        margin: 0px -4px 25px 0px;
    }

    li.filter.item.pro-active {
        background-color: #d24d57;
    }

    .project-list {
        text-align: center;
    }

    .container-less {
        margin-left: 0px;
        margin-right: 0px;
    }

    .container-less img {
        padding: 0px 0px 6px 0px;
    }

    .history-area {
        margin: 0px 0px 60px 0px;
    }

    .our-histry {
        width: 50%;
    }

    .our-skil {
        width: 50%;
    }

    .nav-tabs {
        width: 100%;
        text-align: center;
        background-color: #252525;
    }

    .nav-tabs>li {
        float: none;
        background-color: #b7b7b7;
        margin-bottom: 25px;
        margin-right: 0px;
        display: inline-block;
    }

    span.hs-bdr {
        border-left: none;
        border-right: none;
    }

    .team-member {
        padding-bottom: 0px;
        left: calc(50% - 130px);
        position: relative;
        margin: 20px 0px;
    }

    .price-tb {
        margin: 20px 0px;
        padding-bottom: 0px;
        left: calc(50% - 130px);
        position: relative;
    }

    .counter-area {
        margin: 20px 0px;
    }

    /* -------------- Blog-area ----------- */
    .news-box {
        height: initial;
        width: 270px;
        left: calc(50% - 135px);
    }

    .news-text {
        padding: 25px 20px;
        z-index: 0;
        float: left;
        width: 100%;
    }

    .news-box>.news-image {
        position: relative;
        z-index: 0;
        width: 100%;
    }

    .news-box>.news-image:before {
        display: none;
    }

    .news-box>.news-image:before {
        width: 120%;
        height: 122px;
        margin-top: -93px;
        margin-left: -65px;
        display: block;
        content: '';
        background-color: #fff;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
    }

    /* -------------- Contact-area ----------- */
    #contact {
        padding: 0px 0px 0px 15px;
        position: relative;
        top: 5%;
    }

    .contact-form {
        width: 90%;
        height: 500px;
        position: relative;
        top: -2px;
        left: 1%;
    }

    /* -------------- Footer-area ----------- */
    .footer-top-area h4 {
        width: 62%;
    }

    .copyright-boot {
        padding: 50px 0px 0px 0px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    .social-icons {
        float: left;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .social-icons ul {
        margin-top: 0%;
        margin: 0px;
        padding: 0px;
    }

    .social-icons ul li {
        margin-left: 0px;
        float: none;
    }

    .social-icons ul li a i {
        font-size: 20px;
    }

    .footer-social {
        padding: 0px 0px 12px 0px;
    }
}

/*Responsive fix*/
#info {
    position: relative;
    margin-top: 0;
    width: auto;
}

#services .icon_list_connector {
    left: 5%;
}

.mb-15 {
    margin-bottom: 15px;
}

@media only screen and (max-width:991px) {
    nav.mainMenu {
        display: none;
    }

    .mm-menu .link-home span {
        padding-left: 5px;
    }

    .features-list {
        max-width: 100%;
        width: 100% !important;
        left: auto;
    }

    #services .sided-content {
        width: 100%;
    }

    .service-content {
        width: 100%;
        text-align: left;
        left: auto;
        padding: 0;
    }

    .hr-border {
        float: none;
    }

    .book-btn {
        position: relative;
        padding: 15px;
        text-align: center;
    }

    .book-btn .service-btn {
        float: none;
        margin: auto;
        max-width: 220px;
    }

    .envelopes2 {
        top: auto;
        left: auto;
        position: relative;
    }

    /*.envelopes2 .history-area {
      margin: auto;
      display: inline-block;
  }*/
    .envelopes2 .history-area .nav-tabs>li {
        float: none;
        margin: -2px 0px;
        width: 100%;
        text-align: center;
    }

    .envelopes {
        width: 100%;
        left: auto;
    }

    .history-area .nav-tabs>li>a {
        padding: 15px 0px;
    }

    .history-area {
        margin: 0;
        padding: 15px 0;
    }

    .tablist-area li.active:after {
        left: 49%;
        display: none;
    }

    span.hs-bdr {
        border-right: none;
    }
}

@media (max-width: 575px) {
    #offerModal .modal-dialog{
        margin: 30% auto 30px;
    }
}

@media (max-width: 485px) {
    #info{
        height: 40px;
    }

    #hamburger{
        top: 48px !important;
    }
}

@media (max-width: 480px) {
    .header-logo img {
        max-width: 150px;
    }

    .history-area .nav-tabs>li>a {
        padding: 15px 0px;
    }

    span.hs-bdr {
        padding: 0 15px;
    }

    #hamburger {
        top: 56px;
    }

    section#contacts .contact-form {
        width: 100%;
        text-align: center;
        left: auto;
        border: none;
        height: auto;
    }

    section#contacts .contact-form form#contact {
        position: relative;
        top: 0;
        padding: initial;
    }

    .about-icon {
        text-align: center;
    }

    .about-icon i {
        float: none;
        margin: auto;
    }

    .about-content h4 {
        text-align: center;
    }

    #services .icon_list_connector {
        display: none;
    }
}