/* --------------------------------------------------------

-----------------------------------------------------------
Table of Contents
===========================================================
1. Default CSS
1.2 Google Fonts
1.3 Default Form
2. Preloader
3. Tooltip
4. Header
4.2. Toggle Sidebar
4.3. Main Menu
4.4. Search Box CSS
5. Home Area
6. Background Shape
7. Section Title CSS
8. Content Button
9. Temmplate Button
10. About Section
11. Call to Action
12. Services Area
13. Funfact
14. Portfolio
15. Team Area
16. Testimonial
17. Blog : Recent Posts
18. Clients Logo Carousel
19. Contact
20. Footer
21. Breadcrumb
22. About Us Page
23. Project Grid
23.2. Project Details
24. Blog Details
24.2. Comment Box + Contact Form
25. Pricing Table
26. Blog Grid
27. Back to Top    
-------------------------------------------------------- */

/* ------------------------------
1. Default CSS
------------------------------ */

/* 1.2. Google Fonts */
@import url('https://fonts.googleapis.com/css?family=DM+Serif+Text:400,400i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&amp;display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #0f1e50;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    outline: 0;
    overflow-x: hidden;
}
main {
    background: #fff;
}
p {
    font-size: 15px;
    margin-bottom: 0;
    color: #0f1e50;
    line-height: 28px;
    letter-spacing: 1px;
}
span {
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #0f1e50;
    outline: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #0f1e50;
    outline: none;
}
button:hover,
button:focus {
    outline: none;
}
:focus {
    outline: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
video {
    height: 100%;
    width: 100%;
}
body img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
h1, h2, h3, h4, h5, h6 {    
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 0;
}
h1 { font-size: 70px; }
h2 { font-size: 50px; }
h3 { font-size: 36px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: inherit;
}
.font-bolder {
    font-weight: 900;
}
.font-bold {
    font-weight: bold;
}
.font-italic {
    font-style: italic;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
::-webkit-selection {
    color: #fff;
    background: #f6334b;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #f6334b;
    text-shadow: none;
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.theme-bg-color {
    background: #0f1e50;
}
.theme-bg-primary {
    background: #f6334b;
}
.theme-color {
    color: #f6334b;
}
.color-white {
    color: #fff;
}
.overlay-bg {
    background: #0f1e50;
}
.mt-0 {
    margin-top: 0px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.pt-0 {
    padding-top: 0px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-113 {
    padding-top: 113px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-0 {
    padding-bottom: 0px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pt-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.lh-125 {
    line-height: 1.25;
}
.lh-150 {
    line-height: 1.5;
}
.body-font {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 1.5;
}
.secondary-font {
    font-family: 'DM Serif Text', serif;
}
.secondary-font-italic {
    font-family: 'DM Serif Text', serif;
    font-style: italic;
}

/* 1.3. Default Form */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */    
    color: #0f1e50;
}
::-moz-placeholder { /* Firefox 19+ */    
    color: #0f1e50;
}
:-ms-input-placeholder { /* IE 10+ */   
    color: #0f1e50;
}
:-moz-placeholder { /* Firefox 18- */    
    color: #0f1e50;
}
button.submit,
button.form-submit-btn {
    display: inline-block;
    background: #f6334b;
    color: #fff;
    border: thin solid #f6334b;
    padding: 15px 50px;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
button.submit:hover,
button.form-submit-btn:hover {
    color: #f6334b;
    background: #0f1e50;
    border: thin solid #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.content-header {
    font-weight: bold;
    color: #f6334b;
    line-height: 1.5;
}
.grid-header {
    font-weight: bold;
    color: #0f1e50;
    line-height: 1.5;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* ------------------------------
2. Preloader
------------------------------ */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0f1e50;
    z-index: 99999;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(246, 51, 75, 1);
    border-right: 0.5em solid rgba(245, 245, 245, .5);
    border-bottom: 0.5em solid rgba(245, 245, 245, .5);
    border-left: 0.5em solid rgba(245, 245, 245, .5);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader 1.1s infinite linear;
    animation: loader 1.1s infinite linear;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* 3. Tooltip */
.tooltip-inner {
    background-color: #f6334b !important;
    color: #fff;
    font-size: 16px;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #f6334b !important;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #f6334b !important;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #f6334b !important;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #f6334b !important;
}
/* End Tooltip */

/* 4. Header */
header {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    padding: 25px 0;
    z-index: 3;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sidebar-btn {
    position: absolute;
    margin-left: 20px;
}
.sidebar-btn i::before {
    font-size: 30px;
    color: #f6334b;
    margin: 0;
    padding: 0;    
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.5);
    transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.5);
}
.sidebar-btn i:hover::before {
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 1s;
    transition: all 1s;
}
.sticky .sidebar-btn i::before {
    color: #0f1e50;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.logo {
    position: relative;
    left: 180px;
}
.header-right {
    margin-right: 180px;
}
/* 4.2. Toggle Sidebar */
.toggle-sidebar {
    background: #0f1e50;
    position: fixed;
    width: 348px;
    height: 100%;
    padding: 32px;	
    left: 0;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;	
    -webkit-transform: translateX(-100%);	
    transform: translateX(-100%);
    z-index: 100;
    overflow: auto;
}
.toggle-sidebar.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #0f1e50;
    top: 0;
    left: 0;	
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 99;
}
.offcanvas-overlay.active {
    opacity: .5;
    visibility: visible;
}
.sidebar-logo {
    width: 100px;
}
.close {
    color: #999;
    float: right;
    cursor: pointer;
    font-weight: normal;
    text-shadow: none;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.close:hover {
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.contact-info p {
    color: #5f7399;
    font-size: 12px;
    line-height: 24px;
}
.contact-info i {
    color: #fff;
    float: left;
    margin-right: 18px;
    font-size: 18px;
    line-height: 40px;
}
.instagram h5 {
    text-transform: uppercase;
    font-weight: bold;
    color: #f6334b;
}
.single-image a {
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-image a:before {
    position: absolute;
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246, 51, 75, .9);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-image a:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sidebar-social ul li {
    display: inline-block;
    margin: 10px;
    margin-top: 0;
}
.sidebar-social ul li a {
    display: block;
    color: #f6334b;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sidebar-social ul li a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 4.3. Main Menu */
.main-menu {
    display: none;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li a {
    color: #f6334b;
    display: block;
    padding: 25px 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.main-menu ul li a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
header.sticky {
    position: fixed;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.1);
    box-shadow: 0px 0px 8px rgba(0,0,0,.1);
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sticky .main-menu {
    display: block;
}
.sticky .main-menu ul li a {
    padding: 10px 18px;
    color: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sticky .main-menu ul li a:hover {
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sticky .main-menu ul li a.active {
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 4.4. Search Box CSS */
#search_btn {
    font-size: 20px;
    color: #f6334b;
    background: none;
    border: 0;
    outline: none;
    margin-right: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 0;
    display: inline-block;
    position: relative;
    top: 1px;
}
#search_btn:hover {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sticky #search_btn:hover {
    color: #0f1e50;
}
.search_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}
.open {
    opacity: 1;
    visibility: visible;
}
.search_form {
    z-index: 4;
    position: absolute;
    width: 500px;
    height: 60px;
    background: transparent;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.search_form input {
    height: 100%;
    width: 88%;
    padding: 10px 20px;
    font-size: 24px;
    color: #0f1e50;
    border: 0;
    outline: none;
    margin: 0;
    float: left;
}
.search_form .search_btn {
    height: 100%;
    width: 12%;
    background: #f6334b;
    color: #fff;
    font-size: 24px;
    border: 0;
    outline: none;
    margin: 0;
    float: right;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.search_form .search_btn:hover {
    background: #fff;
    color: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.outer-close {
    position: absolute;
    background: rgba(18, 22, 30, .95);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: url("../img/cross-out-3.png"), auto;
}
.outer-close a i:before {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff;
    font-size: 24px;
    margin: 0;	
    line-height: 60px;
    background: #f6334b;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.outer-close a i:hover:before {
    color: #0f1e50;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* Search Clear Icon */
#search-clear-icon::-webkit-search-cancel-button {
    position: relative;
    right: 0;
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: url('../img/cancel.svg') no-repeat;	
}
.header-btn {
    display: inline-block;
}
.header-btn a {
    color: #f6334b;
    padding: 10px 30px;
    border: thin solid #f6334b;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
}
.header-btn a:hover {
    color: #fff;
    border: thin solid #f6334b;
    background: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;    
}
.sticky .header-btn a {
    padding: 8px 30px;
    color: #fff;
    background: #f6334b;
}
.sticky .header-btn a:hover {
    color: #f6334b;
    background: #0f1e50;
    border: thin solid #0f1e50;
}

/* 5. Home Area */
.single-slider {
   /* height: 100vh;*/
    background: #0f1e50;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-area .social-sidebar {
    width: 100px;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #0f1e50;
    z-index: 2;
}
.home-area .social-sidebar ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.home-area .social-sidebar ul li a {
    font-size: 20px;
    color: #f6334b;
    line-height: 60px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.home-area .social-sidebar ul li a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/*Scroll Button*/
.scroll-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 50px;
    width: 30px;
    border: 1px solid #f6334b;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    cursor: pointer;
}
.scroll-btn i:before {
    color: #f6334b;
    font-size: 18px;
    margin: 0;
}
.scroll-btn-wrapper {
    height: 50px;
    position: relative;
}
.scroll-ball {    
    position: absolute;    
    background: #f6334b none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 10px;
    width: 4px;
    left: 50%;    
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: animate 3s ease 0s normal none infinite running;
    animation: animate 3s ease 0s normal none infinite running;
}
/* Scrolling animation */
@-webkit-keyframes animate {
    0% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 30px;
        opacity: 1;
    }
    100% {
        top: 10px;
        opacity: 1;
    }
}
@keyframes animate {
    0% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 30px;
        opacity: 1;
    }
    100% {
        top: 10px;
        opacity: 1;
    }
}

.hero-image-content{
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.hero-image-content h2 {
    color: #fff;
    font-style: italic;
}
.hero-image-content h2 i {
    position: relative;
    color: #f6334b;
    font-size: 24px;
    bottom: -6px;
}
.hero-image-content h1 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
.hero-image-content p {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    width: 95%;
}
.home-btn a {
    display: inline-block;
    color: #f6334b;
    background: transparent;
    border: thin solid #f6334b;
    padding: 15px 50px;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.home-btn a:hover {
    background: #f6334b;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.hero-thumb {
    position: absolute;
    right: 8%;
    bottom: 0;
    z-index: 1;
}

/* 6. Background Shape */
.shape-1 {
    position: absolute;
    right: 130px;
    top: -260px;
}
.shape-2 {
    position: absolute;
    left: 150px;
    top: -100px;
    z-index: 1;
}
.shape-3 {
    position: absolute;
    right: 50px;
    top: 180px;
    z-index: 1;
}
.shape-4 {
    position: absolute;
    left: -4px;
    bottom: 312px;
    z-index: 1;
    display: none;
}
.shape-5 {
    position: absolute;
    right: 150px;
    z-index: 2;
    bottom: -100px;
}
.shape-6 {
    position: absolute;
    left: 70px;
    z-index: 1;
    bottom: 250px;
}
.shape-7 {
    position: absolute;
    right: -4px;
    z-index: 1;
    top: 250px;
}
.shape-8 {
    position: absolute;
    left: 70px;
    z-index: 1;
    bottom: 300px;
}
.shape-9 {
    position: absolute;
    right: 150px;
    top: -100px;
    z-index: 1;
}
.shape-10 {
    position: absolute;
    left: 70px;
    z-index: 1;
    bottom: 200px;
}
.shape-11 {
    position: absolute;
    right: -4px;
    z-index: 1;
    top: 160px;
}
.shape-12 {
    position: absolute;
    left: -4px;
    z-index: 1;
    top: 300px;
}
.shape-13 {
    position: absolute;
    right: 70px;
    z-index: 1;
    top: 100px;
}
.shape-14 {
    position: absolute;
    left: 150px;
    z-index: 1;
    bottom: -100px;
}
.shape-15 {
    position: absolute;
    left: 150px;
    z-index: 1;
    bottom: -100px;
}
.shape-16 {
    position: absolute;
    right: 70px;
    z-index: 1;
    top: 150px;
}
.shape-17 {
    position: absolute;
    left: -4px;
    z-index: 1;
    bottom: 250px;
}
.shape-18 {
    position: absolute;
    right: 70px;
    z-index: 1;
    top: 400px;
}
.shape-19 {
    position: absolute;
    right: 150px;
    bottom: -100px;
    z-index: 2;
}
.shape-20 {
    position: absolute;
    left: -4px;
    top: 650px;
}
.shape-21 {
    position: absolute;
    right: 70px;
    z-index: 1;
    top: 650px;
}
.shape-22 {
    position: absolute;
    left: -4px;
    z-index: 1;
    bottom: 120px;
}

/* 7. Section Title CSS */
.section-title .secondary-font {
    font-style: italic;
    color: #0f1e50;
}
.section-title .secondary-font i {
    position: relative;
    color: #f6334b;
    font-size: 24px;
    bottom: -6px;
}
.section-head {
    color: #f6334b;
    font-weight: 900;
    text-transform: uppercase;
}
/* 8. Content Button */
.content-btn i:before {
    margin: 0;
    font-size: 18px;
}
.content-btn a {
    position: relative;
}
.content-btn a:before {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    width: 92%;
    height: 1px;
    background: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.content-btn a:hover:before {
    background: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.content-btn a i {
    position: absolute;
    right: -18px;
    opacity: 0;
    visibility: hidden;
    top: 0;
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.content-btn a:hover i {
    right: -28px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 9. Template Button */
.template-btn a {
    display: inline-block;
    color: #fff;
    background: #f6334b;
    border: thin solid #f6334b;
    padding: 15px 50px;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.template-btn a:hover {
    color: #f6334b;
    background: transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* Template Button Reverse */
.template-btn-reverse a {
    display: inline-block;
    color: #f6334b;
    background: #0f1e50;
    border: thin solid #0f1e50;
    padding: 15px 50px;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.template-btn-reverse a:hover {
    background: #fff;
    border: thin solid #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 10. About Section */
.about-area {
    position: relative;
}
.about-highlight {
    color: #f6334b;
}
.about-right p {
    text-align: justify;
}
.about-left {
    position: relative;
}
.about-left:before {
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    width: 100%;
    height: 400px;
    background: #f6334b;
}
/* About Popup Video Button */
.about-left i:before {
    margin: 0;
    font-size: 34px;
}
.about-left a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #f6334b;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.about-left a:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.about-left a:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border: 1px solid #f6334b;
    -webkit-animation: animate_play_btn 0.8s linear 0.4s infinite;
    animation: animate_play_btn 0.8s linear 0.4s infinite;
    -webkit-transition: all .5s;
    transition: all .5s;
}
@-webkit-keyframes animate_play_btn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
@keyframes animate_play_btn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
.about-left a:hover {
    color: #fff;
    border: 1px solid #f6334b;
    background: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.about-left a:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.about-left a:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-animation: animate_play_btn 0.8s linear 0.4s infinite;
    animation: animate_play_btn 0.8s linear 0.4s infinite;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 11. Call To Action */
.cta-area {
    background: #0f1e50;
    position: relative;
    overflow: hidden;
}
.cta-content {
    position: relative;
    z-index: 2;
}
.cta-content .secondary-font {
    color: #fff
}
.cta-map img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;  
}
.section-title.mr-100 {
    float: left;
    margin-right: 100px;
}
.cta-thumb {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -120px;
}

/* 12. Services Area */
.services-area {
    position: relative;
}
.service-single-block {
    padding: 0px 0px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.service-single-block img {
    position: relative;
    top: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 auto;
    width: auto !important;
    max-width: 100%;
    text-align: center;
}
.service-single-block .icon-md-1 {
    display: none;
}
.service-single-block h4 {
    color: #fff;
    position: relative;
    margin: 20px;
    font-weight: normal;
    top: 60px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.theme-bg-color.service-single-block h4{
    color: #f6334b;
}

.service-single-block p {
    position: relative;
    line-height: 26px;
    opacity: 0;
    visibility: hidden;
    bottom: -50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 78px;
}
.service-single-block:hover p {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.service-single-block:hover img {
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.service-single-block:hover h4 {
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 13. Funfact */
.funfact-area {
    position: relative;    
    background-image: url(../img/background/funfact.jpeg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}
.funfact-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 22, 30, .9);
    z-index: 1;
}
.counter-wrapper {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.counter-icon {
    float: left;
    margin-right: 20px;
}
.counter-icon i {
    font-size: 42px;
    color: #f6334b;
}
.counter-content {
    color: #f6334b;
    font-size: 18px;
    float: right;
}
.counter-content span {
    font-size: 42px;
    color: #fff;
    margin-right: 5px;
}
.counter-content p {
    color: #f6334b;
    font-size: 18px;
}

/* 14. Portfolio */
.portfolio-wrapper {
    padding: 0 35px;
}
.portfolio-wrapper .grid-item {
    padding: 1px;
}
.portfolio-feature-block {
    position: relative;
}
.feature-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.feature-content ul li{font-size: 12px;}

.button-group button {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 15px;
    outline: none;
    position: relative;
}
.button-group button:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.button-group button:hover:before,
.button-group button.active:before {
    width: 65%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio-image-block {
    position: relative;
    overflow: hidden;
}
.portfolio-image-block img {
    width: 100%;
}
.portfolio-image-block:before {
    background: rgba(28, 34, 46, .9);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.portfolio-image-block:hover::before {
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    visibility: visible;
}
.portfolio-image-block img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio-image-block:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.image-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    z-index: 2;
}
.image-hover ul li {
    display: inline-block;
}
.image-hover ul li a {
    display: block;
    font-size: 32px;
    padding: 0 15px;
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.image-hover ul li a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.image-hover ul li:nth-child(1) {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.image-hover ul li:nth-child(2) {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.image-hover ul li:nth-child(3) {
    -webkit-transform: translateY(900px);
    transform: translateY(900px);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio-image-block:hover .image-hover ul li:nth-child(1),
.portfolio-image-block:hover .image-hover ul li:nth-child(2),
.portfolio-image-block:hover .image-hover ul li:nth-child(3) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery_popup i:before {
    font-size: 42px;
    color: #f6334b;
    margin: 0;
    position: absolute;
    max-width: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 100px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio-image-block:hover .gallery_popup i:before {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.feature-content {
    width: 70%;
}
.feature-content h3,
.feature-content p {
    color: #fff;
}
.feature-content p {
    margin: 30px 0;
    margin-bottom: 40px;
}

/* 15. Team Area */
.team-area {
    position: relative;
}
.team-slider-active {
    position: relative;
}
.team-image {
    position: relative;
    overflow: hidden;
}
.team-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    content: '';
    background: rgba(246, 51, 75, .9);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-team:hover .team-image:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.team-hover {
    position: absolute;
    width: 100%;
    bottom: 50px;
    color: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-team:hover .team-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.team-social {
    padding: 30px 25px;
    background: #0f1e50;
    width: 75%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -20px;
}
.team-social ul li {
    display: inline-block;
}
.team-social ul li a {
    display: block;
    font-size: 20px;
    margin: 0 15px;
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.team-social ul li a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.team-slider-active .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -172px;
    right: 0;
}
.team-slider-active .owl-nav button.owl-next i:before,
.team-slider-active .owl-nav button.owl-prev i:before {
    font-size: 24px;
    margin: 0;
}
.team-slider-active .owl-nav button.owl-next,
.team-slider-active .owl-nav button.owl-prev {
    background: #f6334b;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 48px;
    position: absolute;
    right: 55px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.team-slider-active .owl-nav button.owl-next:hover,
.team-slider-active .owl-nav button.owl-prev:hover {
    background: #0f1e50;
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.team-slider-active .owl-nav button.owl-next:focus,
.team-slider-active .owl-nav button.owl-prev:focus {
    outline: none;
}
.team-slider-active .owl-nav button.owl-next {
    right: 0;
}
.owl-theme .owl-nav {
    margin-top: 0;
}

/* 16. Testimonial */
.testimonial-area {
    position: relative;
    background-image: url(../img/testimonial/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.testimonial-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 22, 30, .9);
}
.testimonial-slider .owl-item img {
    border: 4px solid #f6334b;
}
.testimonial-left img {
    left: 0px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.testimonial-area:hover .testimonial-left img {
    left: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.testimonial-right {
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.testimonial-area:hover .testimonial-right {
    margin-left: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.quote i:before {
    font-size: 70px;
    color: #7d7778;
    margin: 0;
    opacity: 0.5;
}
.feedback p {
    color: #fff;
}
.client-name {
    color: #f6334b;
}
.client-name h5 {
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}

/* 17. Blog : Recent Posts */
.blog-area {
    position: relative;
}
.blog-thumb,
.blog-grid-thumb {
    position: relative;
    overflow: hidden;
}
.blog-thumb-small {
    position: relative;
    overflow: hidden;
}
.blog-thumb:before,
.blog-grid-thumb:before,
.blog-thumb-small:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(28, 34, 46, .9);
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-post:hover .blog-thumb:before,
.single-grid-post:hover .blog-grid-thumb:before,
.single-post-small ul li:hover .blog-thumb-small:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-meta-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #0f1e50;
    padding: 10px 25px;
    color: #f6334b;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-post:hover .post-meta-info,
.single-grid-post:hover .post-meta-info,
.single-post-small ul li:hover .post-meta-info {
    background: transparent;
    padding-bottom: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-meta-info a {
    display: inline-block;
    margin-right: 30px;
    color: #f6334b;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-meta-info a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-content h4 a,
.blog-grid-content h4 a,
.post-content-small h4 a {
    font-weight: bold;
    line-height: 1.25;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-content h4:hover a,
.blog-grid-content h4:hover a,
.post-content-small h4:hover a {
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog-thumb-small {
    width: 180px;
    float: left;
    margin-right: 30px;
}
.post-meta-info-small a {
    font-size: 14px;
    margin-right: 15px;
}
.post-meta-info-small a i {
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-meta-info-small a:hover i {
    color: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog-thumb img,
.blog-grid-thumb img,
.blog-thumb-small img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-post:hover .blog-thumb img,
.single-grid-post:hover .blog-grid-thumb img,
.single-post-small ul li:hover .blog-thumb-small img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-author a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
}
.post-author a i {
    color: #f6334b;
    font-size: 14px;
    margin-right: 8px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-post:hover .post-author a i,
.single-grid-post:hover .post-author a i,
.single-post-small ul li:hover .post-author a i {
    margin-left: 8px;
    margin-right: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-author a:hover {
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-author a:hover i {
    color: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* 18. Clients Logo Carousel */
.logo-carousel {
    background: #0f1e50;
    padding: 120px 0;
}
.clients-logo-carousel img {
    opacity: .5;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.clients-logo-carousel img:hover {
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

/* 19. Contact */
.contact-area {
    position: relative;
}
.contact-icon i {
    font-size: 24px;
    color: #f6334b;
}
.contact-info-text {
    font-size: 20px;
}
.contact-info-text p {
    font-size: 20px;
}
.contact-info-text a {
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.contact-info-text a:hover {
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 20. Footer */
.footer-top {    
    background: #0f1e50;
    position: relative;
    overflow: hidden;
}
.footer-bg-map {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer-social ul li {
    display: inline-block;
    margin-right: 20px;
}
.footer-social ul li {
    display: inline-block;
}
.footer-social ul li a {
    display: block;
    font-size: 20px;
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.footer-social ul li a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.footer-widget-left p {
    color: #fff;
}
.footer-widget-header h5 {
    font-weight: 700;
    color: #f6334b;
}
.single-works {
    width: 100px;
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
    position: relative;
    overflow: hidden;
}
.single-works:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(246, 51, 75, .9);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1;
}
.single-works:hover:before {
    height: 100%;
    background: rgba(246, 51, 75, .9);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-works img {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-works:hover img {
    -webkit-transform: rotate(3deg) scale(1.15);
    transform: rotate(3deg) scale(1.15);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-works-links i:before {
    margin: 0;
    font-size: 24px;
}
.single-works-links a {
    position: absolute;
    margin-top: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
}
.single-works:hover .single-works-links a {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.footer-widget-right p {
    color: #fff;
}
.subscribe_input_box input {
    width: 100%;
    border: thin solid #f6334b;
    background: transparent;
    height: 50px;
    padding: 15px;
    color: #f6334b;
    margin-bottom: 12px;
}
.subscribe_input_box input[type="email"]::-webkit-input-placeholder { /* Firefox, Chrome, Opera */ 
    color: #f6334b;
    opacity: 1;
}
.subscribe_input_box input[type="email"]:-ms-input-placeholder { /* Firefox, Chrome, Opera */ 
    color: #f6334b;
    opacity: 1;
}
.subscribe_input_box input[type="email"]::-ms-input-placeholder { /* Firefox, Chrome, Opera */ 
    color: #f6334b;
    opacity: 1;
}
.subscribe_input_box input[type="email"]::placeholder { /* Firefox, Chrome, Opera */ 
    color: #f6334b;
    opacity: 1;
}  
.subscribe_input_box input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #f6334b;
    opacity: 1;
}
.subscribe_input_box input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #f6334b;
    opacity: 1;
}
button.subscribe-submit-btn {
    display: inline-block;
    background: #f6334b;
    color: #fff;
    border: thin solid #f6334b;
    padding: 10px 20px;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
button.subscribe-submit-btn:hover {
    color: #f6334b;
    background: #fff;
    border: thin solid #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.footer-bottom {
    padding: 25px 0;
    background: #0f1e50;
}
.copyright-area p,
.footer-author p {
    color: #fff;
    font-size: 14px;
}
.copyright-area p span {
    color: #f6334b;
}
.footer-author i {
    color: #f6334b;
}
.footer-author a {
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.footer-author a:hover {
    text-decoration: underline;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 21. Breadcrumb */
.about-bg,
.project-bg,
.blog-bg,
.pricing-bg,
.blog-grid-bg,
.project-grid-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    min-height: 600px;
}
.about-bg {
    background-image: url(../img/about/breadcrumb.jpg);
}
.project-bg {
    background-image: url(../img/portfolio/details/breadcrumb.jpg);
}
.blog-bg {
    background-image: url(../img/blog/blog-details/breadcrumb.jpg);
}
.pricing-bg {
    background-image: url(../img/background/pricing.jpg);
}
.blog-grid-bg {
    background-image: url(../img/blog/blog-grid/blog-grid-bg.jpg);
}
.project-grid-bg {
    background-image: url(../img/portfolio/project-grid-bg.jpg);
}
.about-bg:before,
.project-bg:before,
.blog-bg:before,
.pricing-bg:before,
.blog-grid-bg:before,
.project-grid-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(28, 34, 46, .9);
}
.breadcrumb-title h2 {
    color: #f6334b;
    font-weight: 900;
    text-transform: uppercase;
}
.breadcrumb-title p {
    color: #fff;
    font-size: 18px;
    width: 70%;
}
.breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 0;
}
.breadcrumb-item a {
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.breadcrumb-item a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: "/";
}

/* 22. About us Page */
.about-us {
    position: relative;
}
.icon-box {
    padding: 70px 0;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.icon-box:hover {
    background: #fff;
    border: thin solid #eee;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.bg-gray {
    background: #eee;
    border: thin solid #eee;
}
.bg-theme {
    background: #f6334b;
    border: thin solid #f6334b;
}
.years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.years img {
    float: left;
    margin-right: 30px;
}
.years h3 {
    font-weight: bold;
    color: #f6334b;
    line-height: 1.25;
    width: 50%;
}
/* Skills */
.single-skill {
    margin-bottom: 20px;
    position: relative;
}
.single-skill:last-child {
    margin-bottom: 0;
}
.skillbar {
    position: relative;
    width: 100%;
    background: #ddd;
    height: 8px;
    -webkit-transition: .5s linear;
    transition: .5s linear;
    -webkit-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #f6334b;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.skill-bar-percent1,
.skill-bar-percent2,
.skill-bar-percent3,
.skill-bar-percent4,
.skill-bar-percent5,
.skill-bar-percent6 {
    color: #fff;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #0f1e50;
    border-radius: 50%;
    position: absolute;
    font-size: 12px;
    top: 15px;
    z-index: 1;    
}
.skill-bar-percent1 {
    right: 10%;
}
.skill-bar-percent2 {
    right: 5%;
}
.skill-bar-percent3 {
    right: 20%;
}
.skill-bar-percent4 {
    right: 15%;
}
.skill-bar-percent5 {
    right: 20%;
}
.skill-bar-percent6 {
    right: 10%;
}

/* 23. Project Grid */
.project-grid-area {
    padding: 120px 35px;
}
.project-grid-area .grid-item {
    padding: 1px;
}
.item-inner {
    overflow: hidden;
}
.item-inner .item-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.item-inner:hover .item-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.item-image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.item-text-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(28, 34, 46, .9);
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.item-text-box {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.item-text {
    text-align: left;
    padding: 30px;
    vertical-align: bottom;
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: .5s .1s;
    transition: .5s .1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-inner:hover .item-text-wrapper {
    opacity: 1;
}
.item-inner:hover .item-text {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.item-details-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.item-title h3 {
    color: #f6334b;
}
.item-category a {
    color: #fff;
}
.project-thumb {
    position: relative;
    overflow: hidden;
}
.project-thumb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(246, 51, 75, .75);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.project-thumb img {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-project:hover .project-thumb:before {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-project:hover .project-thumb img {
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.project-thumb a {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 30px;
    color: #fff;
    background: #0f1e50;
    z-index: 2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-project:hover .project-thumb a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.project-thumb a i {
    color: #f6334b;
    margin-right: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.grid-content:hover a {
    color: #f6334b;
}

/* 23.2. Project Details */
.project-details {
    position: relative;
}
.project-overview {
    background: #0f1e50;
    padding: 30px;
    position: relative;
}
.overview-text {
    float: left;
    width: 70%;
}
.project-btn {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overview-text li {
    color: #fff;
    font-size: 14px;
}
.overview-text li span {
    color: #f6334b;
}
.ending-line {
    border: 1px solid #eee;
    margin: 40px 0;
}
.project-tags {
    float: left;
    width: 70%;
}
.project-tags h6,
.project-share h6 {
    font-size: 14px;
    font-weight: bold;
}
.project-tags a {
    display: inline-block;
    background: transparent;
    padding: 2px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #0f1e50;
    border: thin solid #ddd;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.project-tags a:hover {
    background: #0f1e50;
    border: thin solid #0f1e50;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.project-share {
    width: 30%;
    float: right;
}
.project-share ul li {
    display: inline-block;
    margin-left: 20px;
}
.project-share ul li a {
    display: block;
    font-size: 20px;
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.project-share ul li a:hover {
    color: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-search {
    position: relative;
}
.post-search input {
    width: 100%;
    height: 50px;
    color: #0f1e50;
    border: thin solid #f6334b;
    padding: 15px;
    background: #fff;
}
.post-search input::-webkit-input-placeholder {
    color: #f6334b;
    opacity: 1;
}
.post-search input:-ms-input-placeholder {
    color: #f6334b;
    opacity: 1;
}
.post-search input::-ms-input-placeholder {
    color: #f6334b;
    opacity: 1;
}
.post-search input::placeholder {
    color: #f6334b;
    opacity: 1;
}
button.post-search-box {
    position: absolute;
    right: 10px;
    top: 0;
    border: none;
    background: transparent;
    line-height: 50px;
    color: #f6334b;
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
button:hover.post-search-box {
    color: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.recent-posts h4,
.popular-tags h4,
.instagram h4 {
    font-weight: bold;
}
.recent-posts h4 i,
.popular-tags h4 i,
.instagram h4 i {
    color: #f6334b;
    margin-right: 10px;
}
.recent-posts ul li {
    margin-bottom: 25px;
}
.recent-posts ul li:last-child {
    margin-bottom: 0;
}
.post-thumb {
    width: 80px;
    float: left;
    margin-right: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-content h5 {
    font-weight: bold;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post-content span {
    font-size: 14px;
}
.post-content span i {
    color: #f6334b;
}
.single-post:hover .post-content h5 {
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-post:hover .post-thumb {
    opacity: .7;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.popular-tags ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.popular-tags ul li a {
    display: block;
    color: #f6334b;
    background: transparent;
    border: thin solid #ddd;
    padding: 2px 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.popular-tags ul li a:hover {
    background: #0f1e50;
    border: thin solid #0f1e50;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 24. Blog Details */
.blog-details {
    position: relative;
}
.blog-meta-info a {
    margin-right: 30px;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog-meta-info a i {
    margin-right: 8px;
    color: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog-meta-info a:hover i {
    color: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.content-highlight {
    font-weight: bold;
    padding-left: 85px;
    width: 90%;
    position: relative;
}
.content-highlight:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50px;
    width: 4px;
    height: 100%;
    background: #f6334b;
}
.author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    background: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.info-image-box {
    width: 25%;
    float: left;
    margin-right: 30px;
}
.author-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    border: 4px solid #f6334b;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.author-info:hover .author-image {
    border-left: 4px solid #f6334b;
    border-right: 4px solid #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.author-text {
    float: right;
    width: 75%;
}
.author-text h5 {
    color: #f6334b;
    margin-bottom: 20px;
    font-weight: bold;
}
.author-text p {
    color: #fff;
    font-size: 14px;
}
.author-social ul li {
    display: inline-block;
}
.author-social ul li a {
    display: block;
    font-size: 16px;
    color: #f6334b;
    padding: 0 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.author-social ul li a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* 24.2. Comment Box + Contact Form */
.blog-comment-box {
    position: relative;
    width: 100%;
}
.blog-comment-box h3,
.blog-comments h3 {
    font-weight: bold;
    color: #f6334b;
}
.form_input_box input {
    width: 100%;
    border: thin solid #f6334b;
    background: transparent;
    height: 50px;
    padding: 15px;
    color: #0f1e50;
    margin-bottom: 12px;
}
.leave-form-name input,
.leave-form-email input {
    width: calc(50% - 15px);
    float: left;
    border: thin solid #f6334b;
    background: transparent;
    height: 50px;
    padding: 15px;
    color: #0f1e50;
    margin-bottom: 12px;
}
.leave-form-name input {
    margin-right: 30px;
}
.text-leave textarea,
.form_input_box textarea {
    width: 100%;
    /*height: 230px;*/
    border: thin solid #f6334b;
    background: transparent;
    padding: 15px;
    color: #0f1e50;
    margin-bottom: 12px;
}
/* Comments */
.comment-avatar {
    width: 100px;
    border: 2px solid #f6334b;
    margin-right: 30px;
    float: left;
}
.comment-text {
    float: right;
    width: calc(100% - 130px);
    font-size: 14px;
}
.comment-text h6 {
    font-weight: bold;
}
.comment-text p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
}
.comment-time span {
    font-size: 14px;
    margin-right: 20px;
}
.comment-time i {
    color: #f6334b;
}
.comment-reply a {
    display: inline-block;
    color: #fff;
    background: #f6334b;
    padding: 2px 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.comment-reply a:hover {
    background: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.children {
    margin-left: 65px;
}
.related-post-header {
    font-weight: bold;
    color: #f6334b;
}
.related-post-content h5 {
    font-weight: bold;
    line-height: 1.35;
}
.single-related-post {
    padding-bottom: 2px;
}
.related-post-content h5:hover a {
    color: #f6334b;
}
/* Map */
#map {
    width: 100%;
    min-height: 416px;
    border: 4px solid #0f1e50;
}

/* 25. Pricing Table */
.pricing-area {
    position: relative;
}
.pricing-box,
.standard-price {
    width: 100%;
    position: relative;
    background: #f6334b;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.standard-price {
    background: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.pricing-plan {
    background: #0f1e50;
    padding: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.standard-price .pricing-plan {
    background: #f6334b;
}
.pricing-plan h4 {
    color: #f6334b;
    text-transform: uppercase;
    font-weight: bold;
}
.standard-price .pricing-plan h4 {
    color: #fff;
}
.pricing-price {
    margin: 30px 0;
    margin-bottom: 20px;
}
.standard-price .pricing-price {
    color: #f6334b;
}
.standard-price h3 {
    color: #fff;
}
.pricing-price h3 small {
    position: relative;
    top: -15px;
    right: 5px;
    font-size: 32px;
}
.pricing-price h3 {
    font-size: 60px;
}
.pricing-price h3 span {
    font-size: 32px;
}
.service-list ul {
    margin-bottom: 30px;
}
.service-list ul li {
    line-height: 42px;
    color: #fff;
}
.standard-price ul li {
    color: #f6334b;
}
.standard-price ul li i {
    color: #fff;
}
.get-started a {
    display: inline-block;
    padding: 10px 30px;
    color: #f6334b;
    background: #0f1e50;
    margin-bottom: 50px;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.standard-price .get-started a {
    color: #f6334b;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.get-started a:hover {
    color: #0f1e50;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.standard-price .get-started a:hover {
    color: #fff;
    background: #f6334b;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 26. Blog Grid */
.blog-grid-area {
    padding: 120px 35px;
}
.load-more-btn a {
    display: inline-block;
    color: #fff;
    background: #f6334b;
    padding: 15px 50px;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.load-more-btn a:hover {
    color: #f6334b;
    background: #0f1e50;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.box-part{
    background:transparent;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
}
.box-part .text{
    margin:20px 0px;
}

.box-part .fa{
    color:#4183D7;
}

/* ------------------------------
27. Back to Top
------------------------------ */
#back_to_top i:before {
    margin: 0;
    font-size: 18px;
}
#back_to_top {
    text-align: center;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #f6334b;
    border: 0;
    color: #fff;
    outline: none;
    padding: 2px 10px;
    padding-top: 4px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    z-index: 5;
}
#back_to_top:hover,
#back_to_top:focus {
    background: #0f1e50;
    color: #f6334b;
}
.sending {
    font-size: initial;
}
.sending span {
    font-size: initial;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.sending span:nth-child(2) {
    animation-delay: 0.2s;
}
.sending span:nth-child(3) {
    animation-delay: 0.4s;
}
@keyframes blink {
    0% {
        opacity: 0.2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.sending {
    font-size: initial;
}
.sending span {
    font-size: initial;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.sending span:nth-child(2) {
    animation-delay: 0.2s;
}
.sending span:nth-child(3) {
    animation-delay: 0.4s;
}
@keyframes blink {
    0% {
        opacity: 0.2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

/* Animations */
.btnEntrance {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: btnEntrance;
    animation-name: btnEntrance;
}
@-webkit-keyframes btnEntrance {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes btnEntrance {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 500px;
  background: url(../img/brochure-bg.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;    
}

#intro h1 span {
  color: #f6334b;
}


#intro .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6334b;
}

#intro .about-btn:hover {
  background: #f6334b;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

.bg-blue-ui {
  background-color: #1a3282a1 !important;
  color: #fff;
  height: 40px;
  line-height: 2.5;
}

.bg-red-ui {
  background-color: #cc20367a !important;
  color: #fff;
  height: 40px;
  line-height: 2.5;    
}