/*=======================================================================
[Table of contents]
=========================================================================

1.	Typography
2.	navigation-section
3.	slider-section
4.	Features-section
5.	Description
6.	Choose Color
7.	Screenshots
8.	video-section
9.	Pricing-section
10.	Review Section
11.	ownload-app
12.	Contact us
13.	Index Blue

==========================================================================*/


/*========================
=======Typography=========
==========================*/

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #0f0f0f;
    background-color: #fff;
}

ul {
    list-style: none;
    margin:0;
    padding:0;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline:none;
    outline-offset: 0;
    text-decoration:none;
    background: transparent;
}

a {
    color: #FC1622;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #FC1622;
}

h1 {
    font-size:36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight:400;
}

.padding{
    padding:60px 0;
}

.section-title {
    margin-bottom: 60px;
    padding-bottom: 0;
    font-weight:400;
    font-size:16px;
    position:relative;
}

.section-title:before ,
.section-title:after {
    position:absolute;
    content:"";
    left:50%;
    background-color:#ea0f42;
}

.section-title:before {
    top:-100px;
    margin-left:-0.5px;
    height:50px;
    width:1px;

}

.section-title:after {
    top:-50px;
    margin-left:-7px;
    height:14px;
    width:14px;
    border-radius:50%;
}

.section-title h1 {
    font-size:18px;
    font-weight:900;
    color:#363636;
    margin-bottom:0;
    text-transform:uppercase;
    margin-top: 20px;
}

.section-title h2 {
    font-size:36px;
    text-transform:uppercase;
    color:#e71647;
    font-weight:900;
    margin-top:0;
    line-height:46px;
}


.btn-primary.btn-animated {
    border:1px solid rgba(87, 7, 31, 0.57);
    color:#fff;
    background-color:rgba(87, 7, 31, 0.57);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 35px;
    position: relative;
    -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;
    letter-spacing:0;
    overflow:hidden;
    box-shadow:none;
    z-index:1;
}

.btn-primary.btn-animated:after {
    position:absolute;
    content:"";
    left:0;
    top:0;
    height:100%;
    width:100%;
    border-radius:4px;
    z-index:-1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -o-transform: scale(0) rotate(-360deg);
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
}


.btn-primary.btn-animated:hover:after {
    background-color:rgba(87, 7, 31, 0.7);
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}


.btn-primary.btn-animated:hover,
.btn-primary.btn-animated:focus {
    background-color:transparent;
    outline:none;
    border:1px solid rgba(87, 7, 31, 0.57);
}

.parallax-section {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    width: 100%;
    min-height:437px;
    color:#fff;
    position:relative;
}

.overlay-bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.form-control {
    height: 50px;
    padding:6px 20px;
    color: #000;
    border:1px solid #a8a8a8;
    border-radius:0;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    background-color:#fff;
    font-weight:500;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:1px solid #ea0f42;
    background-color:#fff;
}

textarea.form-control {
    padding: 15px 20px;
}

.form-group {
    margin-bottom: 30px;
}

.navbar-toggle {
    border: 1px solid #fff;
    margin-top: 18px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

#page  .navbar-toggle,
.fixed-top .navbar-toggle {
    border: 1px solid #A81C47;
}

#page .navbar-toggle .icon-bar,
.fixed-top .navbar-toggle .icon-bar {
    background-color: #A81C47;
}

.image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#ea0f42;
}

/*==============================
=========navigation-section=========
================================*/

/*top-bar*/
.top-bar {
    position:absolute;
    right:15px;
    top:20px;
}

.top-bar .social-icons li a{
    color:#fff;
    padding:4px;
}

.top-bar .social-icons li a:hover,
.top-bar .login-section a:hover{
    color:#f42d6d;
}

.top-bar .social-icons {
    display:inline-block;
    margin-right:20px;
}

.top-bar .login-section a{
    color:#fff;
    text-transform: uppercase;
    font-size: 12px;
}

.top-bar .login-section i {
    margin-right:10px;
}

.fixed-top .top-bar,
#page  .top-bar{
    top:25px;
}

.fixed-top .top-bar .social-icons,
#page .top-bar .social-icons{
    display:none;
}

.fixed-top .top-bar .login-section a,
#page .top-bar .login-section a{
    color: #fff;
    background-color: #ea0f42;
    padding: 10px 15px;
    border-radius: 4px;
}

/*Navigation CSS*/
#navigation{
    position:absolute;
    width:100%;
    z-index:1000;
}

.fixed-top, #page .navbar {
    background-color:#fff;
    box-shadow:0px 0px 5px 2px #e8e8e8;
    webkit-box-shadow:0px 0px 5px 2px #e8e8e8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#page .navbar {
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    border-radius:0;
    border:0;
}

#navigation .fixed-top .navbar-brand,
#page #navigation .navbar .navbar-brand{
    height:70px;
    padding-top:20px;
}

#navigation .fixed-top .navbar-right,
#page #navigation .navbar .navbar-right {
    margin-top:0;
    margin-right: 180px;
}

#navigation .fixed-top .navbar-right li a,
#page #navigation .navbar .navbar-right li a {
    color:#000;
    line-height:50px;
}


#navigation .fixed-top .navbar-right .dropdown-menu li.active > a,
#page #navigation .navbar .navbar-right .dropdown-menu  li a:hover,
#page #navigation .navbar .navbar-right .dropdown-menu  li.active > a {
    color:#fff;
}

#navigation .fixed-top .navbar-right li.active > a {
    color:#000;
}

#navigation .container {
    position:relative;
}

.navbar-brand {
    display: block;
    height: 100px;
    overflow: hidden;
    padding-top:0;
    color: #fff;
}

.navbar-brand .logo-two,
.fixed-top .main-logo,
#page .main-logo  {
    display:none;
}

.fixed-top .logo-two,
#page .logo-two {
    display:block;
}

#navigation .navbar-right {
    margin-top: 45px;
    margin-right: 5px;
}

#navigation .navbar-right li a {
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    padding:10px 17px;
    font-weight:400;
    background-color:transparent;
    display: block;
}

#navigation .navbar .navbar-right .dropdown-menu li a:hover,
#navigation .navbar-right li.active> a {
    font-weight:700;
}

#navigation .fixed-top .navbar-right .dropdown-menu li a,
#page #navigation .navbar .navbar-right .dropdown-menu li a {
    line-height:18px;
}

/*Dropdown Menu CSS*/
.dropdown-menu {
    background-color:#fff;
}
#navigation .navbar-collapse {
    position: relative;
}

#navigation .navbar-right .dropdown-menu {
    right: inherit;
}

/*Responsive Navbar*/
@media (max-width: 999px) {
    .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: #fff;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px;
    }

    #navigation .fixed-top .open .dropdown-menu > li > a {
        line-height:18px;
        color:#fff;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    #navigation .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
        background-color:transparent;
    }

    #navigation .navbar-nav .open .dropdown-menu > .active > a,
    #navigation .navbar-nav .open .dropdown-menu > .active > a:hover,
    #navigation .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #a81c47;
    }

    #navigation .navbar-nav .open .dropdown-menu > .disabled > a,
    #navigation .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    #navigation .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    #navigation .navbar-header {
        float: none;
    }

    #navigation .navbar-toggle {
        display: block;
    }


    /*Design for max-width: 1200px*/
    #navigation .navbar-collapse,
    #navigation .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #navigation .navbar-nav > li > a:focus {
        background: none;
    }

    #navigation .navbar-nav > li > a:hover {
        color: #a81c47;
    }

    #navigation .navbar-nav .open .dropdown-menu > li > a:hover,
    #navigation .navbar-nav .open .dropdown-menu > li > a:focus,
    #page #navigation .navbar .navbar-right .dropdown-menu li a:hover,
    #navigation .fixed-top .navbar-right .dropdown-menu li.active > a,
    #page #navigation .navbar .navbar-right .dropdown-menu li.active > a {
        color: #fff;
        background-color:#A81C47;
    }
    #navigation .dropdown-submenu li a {
        font-size: 12px;
    }

    #navigation .navbar-right .dropdown-menu > li > a {
        padding:10px 20px;
    }

    #navigation .navbar-right .dropdown-submenu > .dropdown-menu a{
        padding:10px 30px;
    }

}

@media (min-width: 1000px) {
    /*Navbar Collapse*/
    #navigation .navbar-collapse {
        padding: 0;
    }

    /*Navbar*/
    #navigation .navbar-nav {
        top: 2px;
        position: relative;
    }

    #navigation .navbar-nav > li > a,
    #navigation .navbar-nav > li > a:hover,
    #navigation .navbar-nav > li > a:focus,
    #navigation .navbar-nav > .active > a,
    #navigation .navbar-nav > .active > a:hover,
    #navigation .navbar-nav > .active > a:focus {
        background: none;
    }

    #navigation .navbar-nav > .open > a,
    #navigation .navbar-nav > .open > a:hover,
    #navigation .navbar-nav > .open > a:focus {
        color: #fff;
    }

    /*Dropdown Menu*/
    #navigation .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        margin-top: -2px !important;;
    }

    #navigation .dropdown-menu li a {
        color: #a81c47;
        font-size:13px;
        padding: 12px 17px;
        border-bottom: solid 1px #f1f1f1;
        background-color:transparent;
    }

    #navigation .dropdown-menu .active > a,
    #navigation .dropdown-menu li > a:hover {
        color: #fff;
        filter: none !important;
        background-color: #a81c47 !important;
        border-bottom: solid 1px #a81c47;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    #navigation .dropdown-menu li > a:focus {
        background: none;
        filter: none !important;
    }

    #navigation .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    #navigation .open > .dropdown-menu,
    #navigation-v1 .open > .dropdown-menu {
        display: none;
    }
}

/*Dropdown Submenu*/

.dropdown-submenu {
    position: relative;
}

.dropdown > a:after,
.dropdown-submenu > a:after {
    top: 13px;
    right: 10px;
    font-size: 12px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
    border: none;
}

@media (max-width: 1000px) {
    .dropdown-submenu > a:after {
        content: " ";
    }
}

.dropdown > a:after {
    top: 9px;
    right: 5px;
    content: "\f107";
}

#navigation .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
}


.dropdown-submenu > .dropdown-menu.submenu-left {
    left: -100%;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 1000px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.dropdown-menu li [class^="fa-"],
.dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.dropdown-menu li [class^="fa-"].fa-lg,
.dropdown-menu li [class*=" fa-"].fa-lg {
    width: 1.5625em;
}

/*Dropdown Show*/
.dropdown-show {
    position: relative;
    display: inline-block;
}

/*----search----*/
#navigation .search-icon {
    position: absolute;
    right: 0px;
    top: 63px;
}

#navigation  .fixed-top .search-icon,
#page #navigation  .navbar .search-icon {
    top:25px;
    right:170px;
}

#navigation .search-icon span {
    margin:0 9px;
}

#navigation .search-icon span i {
    color:#fff;
    cursor:pointer;
    -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;
}

#navigation  .fixed-top .search-icon span i,
#page #navigation  .navbar .search-icon span i  {
    color:#000;
}

#navigation .search-icon span i:hover,
#navigation  .fixed-top .search-icon span i:hover,
#page #navigation  .navbar .search-icon span i:hover {
    color:#ea0f42;
}

.search.search-toggle  {
    display:block;
}

.search {
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:75px;
}

.search .search-close {
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -15px;
    font-size: 24px;
    cursor: pointer;
    color:#fff;
    -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;
}

.search .search-close:hover {
    color: #ea0f42;
}

.search-form{
    padding-left: 35px;
    height: 85px;
    font-size: 16px;
    color: #fff;
    text-align:center;
    outline: none;
    border: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

/*==============================
=========home-section=========
================================*/
#home-section {
    height:650px;
    background-color:#FC1622;
    background-image:url(../images/sliders/gen-colorado-fondo-slider.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
}

.home-content {
    margin-top: 15%;
}

.home-content h1 {
    font-size: 38px;
    color: #fff;
    margin-bottom:0;
    font-weight: 700;
    display: inline-block;
    padding: 6px 15px;
}

.home-content h2 {
    font-size:32px;
    font-weight:500;
    margin-top:15px;
    margin-bottom:10px;
    color:#fff;
}

.home-content .scroll-arrow {
    display:block;
}

.home-content .scroll-arrow a {
    display: inline-block;
    margin-top: 35px;
    color: #FC1622;
    font-size: 15px;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background-color: #fff;
    line-height: 25px;
    position:relative;
    z-index:2;
}

.arrow-icon{
    position:relative;
}

.home-content .arrow-icon:after{
    position:absolute;
    content:"";
    left:50%;
    margin-left:-1px;
    top:1px;
    height:45px;
    width:1px;
    background-color:#fff;
}

#home-section-slider {
    overflow:hidden;
}

#home-section-slider .item {
    height:650px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}

#home-section-slider .btn-primary {
    background-color:#ea0f42;
    border:0;
}

#home-section-slider .item-two .contanier {
    position:relative;
}

.item-two .home-content {
    left:inherit;
}

.item-two .home-content h1,
.item-three .home-content h1,
.item-four .home-content h1{
    font-size: 58px;
    text-transform: capitalize;
    background-color: transparent;
    color: #fff;
    padding: 0;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.item-two .home-content h2,
.item-three .home-content h2,
.item-four .home-content h2 {
    font-size:100px;
    font-weight:400;
    font-family: 'Raleway', sans-serif;
    text-transform:capitalize;
    line-height:75px;
    margin-top:0;
    margin-bottom:50px;
}

.item-three .home-content{
    margin-top:-150px;
}

.item-three .container {
    position:relative;
    height:650px;
}

.item-three .section-content {
    position:absolute;
    height:100%;
    width:100%;
    top:50%;
    margin-top:-205px;
}

.item-three .home-content h1,
.item-four .home-content h1 {
    font-size:80px;
}

.item-three .home-content h2,
.item-four .home-content h2 {
    font-size:90px;
    font-weight:800;
}

.item-three .quick-reg {
    padding:40px;
    background-color:rgba(0, 0, 0, 0.60);
    color:#fff;
}

.quick-reg h2 {
    margin-top:0;
    margin-bottom:35px;
}

.quick-reg .form-control {
    height:38px;
}

.quick-reg .form-group {
    margin-bottom:20px;
}

.quick-reg  textarea.form-control {
    height:auto;
}

.item-four .home-content {
    margin-top:-130px;
}

.item-four .extra-info {
    max-width:820px;
    display:inline-block;
    color:#fff;
    position:relative;
    margin-top:20px;
}

.item-four .extra-info:before {
    position:absolute;
    content:"";
    top:0;
    margin-top:-30px;
    left:50%;
    margin-left:-70px;
    height:2px;
    width:130px;
    background-color:#fff;
}

.carousel-left i,
.carousel-right i{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    background-color: rgba(0,0,0,0.10);
    color:#fff;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.carousel-left i {
    left:-100px;
    border-radius:0 10px 10px 0;
}

.carousel-right i {
    right:-100px;
    border-radius:10px 0 0 10px;
}

.carousel-left i:hover, .carousel-right i:hover {
    background-color: rgba(0,0,0,0.25);
}

#home-section-slider:hover .carousel-left i {
    left:0;
}

#home-section-slider:hover .carousel-right i {
    right:0;
}


@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}


@-moz-keyframes bounce {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}


@-o-keyframes bounce {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }


}

.animated {
    -webkit-animation: bounce 0.5s infinite ease-in-out alternate;
    animation: bounce 1s infinite ease-in-out alternate;
}

.item-five .slider-content {
    padding-top:250px;
    color:#fff;
}

.item-five .slider-content h1 {
    font-size:55px;
    margin-bottom:0;
}

.item-five .slider-content h2 {
    font-size:120px;
    line-height:100px;
    margin-top:0;
}

.item-five .slider-content h1,
.item-five .slider-content h2 {
    font-weight:800;
    text-transform:uppercase;
}

.item-five .slider-content .quick-list li {
    margin-bottom:25px;
    position:relative;
    padding-left:45px;
}

.item-five .slider-content .quick-list li:last-child {
    margin-bottom:0
}

.item-five .slider-content .quick-list li span {
    font-size:30px;
    position:absolute;
    left:0;
    top:0;
    font-weight:800;
}


/*=========Carousel animation==========*/
#home-section-slider .item h1,
#home-section-slider .item h2,
#home-section-slider .item p,
#home-section-slider .item .btn-primary,
#home-section-slider .item .scroll-arrow,
#home-section-slider .item .quick-reg,
#home-section-slider .item .slider-content .quick-list li,
#home-section-slider .item .extra-info:before {
    opacity:0;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

#home-section-slider .item.active h1,
#home-section-slider .item.active h2,
#home-section-slider .item.active p,
#home-section-slider .item.active .btn-primary,
#home-section-slider .item.active .scroll-arrow,
#home-section-slider .item.active .quick-reg,
#home-section-slider .item.active .slider-content .quick-list li,
#home-section-slider .item.active .extra-info:before {
    opacity:1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#home-section-slider .item h1{
    -webkit-transition: all 0.5s ease-in-out 0.15s;
    -moz-transition: all 0.5s ease-in-out 0.15s;
    -ms-transition: all 0.5s ease-in-out 0.15s;
    -o-transition: all 0.5s ease-in-out 0.15s;
    transition: all 0.5s ease-in-out 0.15s;
}

#home-section-slider .item h2{
    -webkit-transition: all 0.5s ease-in-out 0.30s;
    -moz-transition: all 0.5s ease-in-out 0.30s;
    -ms-transition: all 0.5s ease-in-out 0.30s;
    -o-transition: all 0.5s ease-in-out 0.30s;
    transition: all 0.5s ease-in-out 0.30s;
}

#home-section-slider .item p,
#home-section-slider .item .extra-info:before{
    -webkit-transition: all 0.5s ease-in-out 0.45s;
    -moz-transition: all 0.5s ease-in-out 0.45s;
    -ms-transition: all 0.5s ease-in-out 0.45s;
    -o-transition: all 0.5s ease-in-out 0.45s;
    transition: all 0.5s ease-in-out 0.45s;
}


#home-section-slider .item .btn-primary,
#home-section-slider .item .quick-reg,
#home-section-slider .item .slider-content .quick-list li:nth-child(1){
    -webkit-transition: all 0.5s ease-in-out 0.65s;
    -moz-transition: all 0.5s ease-in-out 0.65s;
    -ms-transition: all 0.5s ease-in-out 0.65s;
    -o-transition: all 0.5s ease-in-out 0.65s;
    transition: all 0.5s ease-in-out 0.65s;
}

#home-section-slider .item .scroll-arrow,
#home-section-slider .item .slider-content .quick-list li:nth-child(3) {
    -webkit-transition: all 0.5s ease-in-out 0.85s;
    -moz-transition: all 0.5s ease-in-out 0.85s;
    -ms-transition: all 0.5s ease-in-out 0.85s;
    -o-transition: all 0.5s ease-in-out 0.85s;
    transition: all 0.5s ease-in-out 0.85s;
}

#home-section-slider .item .slider-content .quick-list li:nth-child(2) {
    -webkit-transition: all 0.5s ease-in-out 0.75s;
    -moz-transition: all 0.5s ease-in-out 0.75s;
    -ms-transition: all 0.5s ease-in-out 0.75s;
    -o-transition: all 0.5s ease-in-out 0.75s;
    transition: all 0.5s ease-in-out 0.75s;
}

#home-section-slider .item .slider-content .quick-list li:nth-child(4) {
    -webkit-transition: all 0.5s ease-in-out 0.95s;
    -moz-transition: all 0.5s ease-in-out 0.95s;
    -ms-transition: all 0.5s ease-in-out 0.95s;
    -o-transition: all 0.5s ease-in-out 0.95s;
    transition: all 0.5s ease-in-out 0.95s;
}

/*=========Carousel Fade==========*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*==============================
=========Welcome-section=========
================================*/
#welcome-section .section-title:before,
#welcome-section .section-title:after {
    display:none;
}
.welcome-content {
    font-size:17px;
}

.welcome-content .welcome-image {
    padding:5px;
    border:1px solid #f0f0f0;
    -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;
    position:relative;
    overflow:hidden;
    text-align: center;
}

.welcome-content .welcome-image a i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

    background-color:rgba(255, 255, 255, 0.80);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -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;
}

.welcome-content .welcome-image:hover a i{
    opacity:1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.welcome-content .welcome-info{
    padding-left:40px;
    padding-top:20px;
}

.welcome-content .welcome-info a {
    font-size:16px;
    color:#FC1622;
    display:inline-block;
    margin-top:10px;
    font-weight:900;
}

.welcome-content .welcome-info a:hover{
    color:#000;
}

.welcome-three  .welcome-image{
    padding-right:35px;
    border:0;
}

.welcome-three.welcome-content {
    font-size:16px;
}

#home-three .item-two .home-content {
    margin-top:-100px;
}
/*==============================
=========Recent-projects=========
================================*/

#recent-projects,
#project-list,
#architect{
    background-color:#eaeaea;
    background-repeat:no-repeat;
    background-size:cover;
}

.project-content {
    margin-bottom:30px;
}

.project-content .project-title,
.project-content .project-info {
    padding:20px 18px 15px;
    background-color:#fff;
    border:1px solid #d7d7d7;
    border-bottom:0;
    box-shadow: 0 0 3px 1px #d7d7d7;
    -webkit-box-shadow: 0 0 3px 1px #d7d7d7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.project-content:hover .project-title,
.project-content:hover .project-info  {
    box-shadow:none;
    webkit-box-shadow:none;
}

.project-content .project-title h3{
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 2px;
    -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;
}

.project-content:hover .project-title h3 {
    color:#e71647;
}

.project-content .project-info {
    border-top:0;
    border-bottom:1px solid #d7d7d7;
    color:#6d6d6d;
}

.project-content .project-item {
    width:102%;
    margin-left:-1%;
    position:relative;
    background-color:#fff;
}

.project-content .project-item a:after{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background-color:rgba(240, 32, 100, 0.75);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -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;
    opacity:0;
}

.project-content .project-item a:hover:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity:1;
}



/*==============================
=========Amazing Features=========
================================*/

#amazing-features .section-title:before,
#amazing-features .section-title:after {
    left:35px;
}

#amazing-features  {
    color:#848484;
}

#amazing-features .section-title {
    margin-bottom:50px;
}

#amazing-features .section-title h2{
    margin-bottom:25px;
}

#amazing-features .features {
    margin-bottom:35px;
}

#amazing-features .features h4 {
    color:#363636;
    margin-bottom:15px;

}

#amazing-features .features:hover h4{
    color:#e71647;
    -moz-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -moz-animation-name: tr-run;
    -webkit-animation-name: tr-run;
    animation-name: tr-run;
    -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

#amazing-features .features i{
    font-size:24px;
    margin-right:15px;
}

.twentytwenty-wrapper {
    margin-top:75px;
}

/*==============================
=========Fun-facts=========
================================*/

#fun-facts {
    background-color:#bc1a4b;
    color:#fff;
    background-image:url(../images/bg/fun-bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}

#fun-facts.fun-facts-two {
    position:relative;
}

#fun-facts.fun-facts-two .overlay-bg {
    background-color:rgba(0, 0, 0, 0.75);
}

.fun-facts{
    padding:10px 0;
}

.fun-facts i{
    font-size:48px;
}

.fun-facts h1{
    font-size:48px;
    font-weight:800;
    margin-bottom:5px;
}

.fun-facts h2{
    font-size:16px;
    font-weight:400;
    text-transform:uppercase;
    margin-top:0;
}


/*==============================
=============== Blog ===========
================================*/
.entry-content  {
    color:#0f0f0f;
    font-size:16px;
    font-weight:300;
}

.entry-content .entry-meta {
    font-weight:700;
    margin:15px 0;
}

.entry-content .entry-title {
    font-size:30px;
    text-transform:capitalize;
    margin-top: 25px;
    margin-bottom: 20px;
}

.entry-content .entry-thumb{
    position:relative;
    display:block;
    overflow:hidden;
}

.entry-thumb:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background-color:rgba(240, 32, 100, 0.75);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -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;
    opacity:0;
}

.entry-content:hover .entry-thumb:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity:1;
}

.entry-content a{
    color:#000;
}

.entry-content a:hover,
.entry-content:hover a {
    color:#e71647;
}

.entry-content .read-more i{
    font-size:24px;
}


/*========================
========Clients CSS=======
==========================*/
.clients ul li {
    width:24%;
    padding:15px;
    overflow:hidden;
}

.clients ul li img{
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -moz-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.clients ul li:hover img {
    -moz-transform: skewX(180deg);
    -webkit-transform: skewX(180deg);
    -o-transform: skewX(180deg);
    -ms-transform: skewX(180deg);
    transform: skewX(180deg);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/*========================
========Footer CSS=======
==========================*/
.footer-widget .logo {
    display:block;
    margin-bottom:25px;
}

.footer-widget h2{
    color:#545454;
    margin-bottom:20px;
    text-transform:uppercase;
    font-weight:700;
    margin-top: 20px;
}

.footer-widget li {
    margin-bottom:15px;
}

.footer-widget li:last-child {
    margin-bottom:0;
}

.footer-widget li a{
    color:#454545;
}

.footer-widget li a:hover {
    color:#FC1622;
}

.footer-widget address{
    position:relative;
}

.footer-widget address span{
    position:absolute;
    left:0;
}

.footer-widget address li {
    padding-left:100px;
    margin-bottom:10px;
}

.footer-widget .social-icons li a{
    margin-right:10px;
    font-size:18px;
}

.footer-widget.instagram img{
    width:75px;
    height:75px;
}

.footer-widget.instagram li {
    margin-bottom:10px;
    position:relative;
    width:  33.333333%;
    display: block;
    float: left;
}

.footer-widget.instagram li img {
    width: 100%;
    height: 100%;
}

.footer-widget.instagram h2 {
    margin-left: 5px;
}

.footer-widget.instagram ul.list-inline li:first-child {
    padding-left: 5px;
}

.footer-widget.instagram li a{
    overflow:hidden;
}

.footer-widget.instagram li a:after {
    position:absolute;
    content:"";
    height:100%;
    left:5px;
    right:5px;
    top:0;
    background-color:rgba(237, 20, 91, 0.8);
    -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;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity:0;
    border-radius:100%;
}

.footer-widget.instagram li a:hover:after {
    opacity:1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius:0;
}

#footer-bottom {
    background-color: #F0F0F0;
    color: #333;
    padding: 30px 0 20px;
    border-top: 1px solid #ebebeb;
}

#footer-bottom a {
    font-weight:800;
    color:#000;
}

#page #footer {
    background-color:#f7f7f7;
    border-top:1px solid #ebebeb;
}

/*===============================
========About Us Page CSS=======
================================*/

#page-title {
    background-color: #CD3057;
    color: #fff;
    font-size: 16px;
    margin-top: 72px;
    padding: 55px 0 45px;
    background-image: url(../images/bg/page-title-bg.jpg);
}

#page-title .title-content {
    display:inline-block;
    max-width:625px;
}

#page-title .title-content h1{
    font-weight:700;
    text-transform:uppercase;
}

#about-us {
    padding:85px 0;
}

.about-us-content {
    font-size:16px;
    padding-left:35px;
}

.about-us-content  p {
    margin-bottom:15px;
}

.about-us-content h2 {
    font-size: 26px;
    text-transform:uppercase;
    margin-bottom:20px;
    font-weight: 600;
}

.about-us-content a {
    margin-top:20px;
    display:inline-block;
    font-weight:700;
}

.fun-heading {
    max-width:400px;
    font-size:20px;
    text-transform:uppercase;
}

.fun-heading h1 {
    font-size:48px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:25px;
    margin-top: 20px;
}

#achievement  .fun-facts h1 {
    font-size: 48px;
    font-weight: 700;
}

#achievement  .fun-facts {
    padding:0;
}

#achievement  .border-bottom {
    border-bottom: 1px solid #fff;
}

#achievement  .fun {
    padding:25px;
}

#achievement  .border-right {
    border-right: 1px solid #fff;
}

#achievement  .fun.no-border {
    border-right:0;
}

#achievement .fun-facts h2 {
    font-size:24px;
    text-transform:capitalize;
    font-weight:400;
}

#workstation .section-title {
    margin-bottom:75px;
}

.workstation-info {
    padding-left:35px;
    font-size:16px;
}

.workstation-info h2 {
    font-size:30px;
    text-transform:uppercase;
    margin-bottom:20px;
    margin-top: 20px;
}

.workstation-image {
    margin-bottom:20px;
}


.team-content,
.architect {
    overflow:hidden;
}

.team-hero,
.architect-image {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position:relative;
}

.team-hero:before,
.architect-image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content:"";
    width: 0;
    height: 0;
    border-radius:100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.team-content:hover .team-hero:before,
.architect:hover .architect-image:before {
    -webkit-animation: tr-flash 0.75s;
    animation: tr-flash 0.75s;
}

.team-content:hover .team-hero img {
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
}

.team-hero-info h2{
    text-transform:uppercase;
    font-size:30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 20px;
}

.team-hero-info h3{
    font-size:18px;
    text-transform:capitalize;
    margin-top:0;
    margin-bottom:20px;
}

.team-hero-info .socials {
    margin-top:20px;
}

.team-hero-info .socials li  {
    margin-right:5px;
}

.team-hero-info .socials li a {
    color:#000;
}

.team-hero-info .socials li a:hover,
.team-content:hover .team-hero-info h2{
    color:#ea0f42;
}



/*===============================
========Service Page CSS ========
================================*/

.about-us-content.service {
    padding-left:0;
    padding-right:35px;
}

.features-menu h1{
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:50px;
}

.nav.nav-tabs {
    border-bottom: 0;
}

.features-menu ul li {
    margin-bottom:10px !important;
    width: 100%;
    display: block;
    -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;
}

.features-menu ul li.nav-item:last-child {
    margin-bottom:0;
}

.features-menu ul li.nav-item a {
    color:#fff;
    font-size:18px;
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    text-transform:capitalize;
}

.features-menu ul li.nav-item a:hover,
.features-menu ul li.nav-item a.active {
    padding-left:15px;
    color: #fff;
    background-color: transparent;
}

.features-menu ul li.nav-item a:before {
    position:absolute;
    content:"\f105";
    font-family:FontAwesome;
    font-size:20px;
    left:0;
    top:-2px;
    opacity:0;
    -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;
}

.features-menu ul li.nav-item a.active:before ,
.features-menu ul li.nav-item a:hover:before{
    opacity:1;
}

.core-features  {
    padding-top:30px;
}

.feature-image {
    overflow:hidden;
}

.feature-image a {
    position:relative;
    display:block;
}

.feature-image a:after {
    position: absolute;
    content:"";
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius:100%;
    background-color:rgba(240, 32, 100, 0.75);
    opacity: 0;
    -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;
}

.feature:hover .feature-image a:after{
    width:100%;
    height:100%;
    top:0;
    left:0;
    border-radius:0;
    opacity:1;
}

.core-features .feature {
    margin-bottom:30px;
    overflow:hidden;
}

.feature .feature-content {
    color:#000;
    background-color:#fff;
    padding:25px;
}

.feature .feature-content h3{
    font-weight:700;
    margin-top:0;
    margin-bottom:5px;
    -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;
}

.feature:hover .feature-content h3 {
    color:#e71647;
}

.tab-pane .feature{
    -moz-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -moz-animation-name: tr-fade;
    -webkit-animation-name: tr-fade;
    animation-name: tr-fade;
    -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.faqs .card-body {
    border-top:0;
    font-size:18px;
    padding:25px 30px 0;
}

.faqs .card-header {
    padding: 0;
    text-align: left;
    border: 0;
}

.faqs .card-header h4 {
    margin: 0;
}

.faqs .card-header button,
.faqs .card-header>h4>button.collapsed:hover{
    border:0;
    background-color:#e71647;
    padding:15px 20px 15px 40px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -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;
    text-decoration: none;
}

.faqs .card-header button:focus {
    outline: none;
}

.faqs .card-header>h4>button:before {
    position: absolute;
    content: "\f055";
    left: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    font-family: "FontAwesome";
}

.faqs .card-header>h4>button.collapsed:before {
    content: "\f056";
}

.faqs .card-header>h4>button.collapsed {
    color: #333;
    background-color:#f1f1f1;
}

.faqs .panel-default>.panel-heading.active,
.faqs .panel-default>.panel-heading:hover {
    background-color:#e71647;
}

.faqs .panel-default>.panel-heading.active a,
.faqs .panel-default>.panel-heading:hover a{
    color:#fff;
}

.faqs .panel-default>.panel-heading span{
    margin-right:5px;
    font-size:20px;
}

.faqs .card {
    border:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    margin-bottom:25px;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
}

#other-features {
    background-color:#efefef;
    padding-bottom:25px;
}

.other-feature {
    padding:10px 15px;
    margin-bottom:45px;
}

.other-feature img{
    display:inline-block;
    margin-bottom:10px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter â€¦.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    -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;
}

.other-feature:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-animation: tr-bladder 0.30s;
    -moz-animation: tr-bladder 0.30s;
    -ms-animation: tr-bladder 0.30s;
    -o-animation: tr-bladder 0.30s;
    animation: tr-bladder 0.30s;
}

.other-feature h3{
    margin-top: 10px;
    font-size: 20px;
    text-transform:uppercase;
    margin-bottom:15px;
    -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;
}

.other-feature:hover h3 {
    color:#ea0f42;
}

#services  .other-feature {
    margin-bottom:0;
}

/*===============================
========Project Page CSS ========
================================*/
#project-carousel .project-indicators {
    margin-top:30px;
    list-style:none;
    padding-left:0;
    z-index:15;
}

#project-carousel .project-indicators li{
    float:left;
    width:29.7%;
    height:auto;
    margin:0;
    margin-right:29px;
    cursor:pointer;
}


#project-carousel .project-indicators li:last-child {
    margin-right:0;
}

#project-details .project-info {
    padding-left:30px;
    font-size:18px;
}

#project-details .project-info h2 {
    text-transform:uppercase;
    font-size:30px;
    margin-bottom:20px;
    margin-top: 20px;
}

#project-details .project-info h4 {
    text-transform:capitalize;
    margin-bottom:20px;
    margin-top:25px;
    font-weight:700;
}

#project-details .project-info ul {
    margin-top:20px;
}

#project-details .project-info ul li {
    margin-bottom:5px;
}

#project-details .project-info ul li span{
    margin-right:30px;
    min-width:80px;
    display:inline-block;
}

#projects {
    margin-left:-15px;
    margin-right:-15px;
}

#projects .all-projects {
    overflow:hidden;
}

.all-projects .project-content{
    width:22.3%;
    margin:15px;
}

#project-list .section-title {
    margin-bottom:30px;
}

.project-filter {
    margin-bottom:20px;
}

.project-filter ul li a,
.architect-filter ul li a {
    color:#000;
    text-transform:uppercase;
    font-weight:700;
    padding:8px;
    display:block;
}

.project-filter ul li a:hover,
.project-filter ul li a.active, .architect-filter ul li a:hover,
.architect-filter ul li a.active{
    color:#FC1622;
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */



/*================================
==========Blog Page CSS===========
=================================*/

#content .post {
    margin-bottom:65px;
}

#content .post img {
    width:100%;
}

#content .entry-header {
    margin-bottom:30px;
}

.post-content .entry-title {
    margin-bottom:15px;
    text-transform:initial;
}

.post-content .entry-title a {
    color:#000;
}

.post-content .entry-title a:hover,
.post-content .entry-meta li a:hover,
.post-content .entry-summary .read-more:hover,
#blog-carousel i:hover {
    color:#ea0f42;
}

.post-content .entry-meta {
    margin-bottom:20px;
}

.post-content .entry-meta li {
    margin-right:10px;
}

.post-content .entry-meta li a {
    font-size:16px;
    color:#4a4a4a;
}

.post-content .entry-meta li i {
    color:#ea0f42;
    margin-right:10px;
}


.entry-summary{
    font-size:16px;
}

.entry-summary .read-more {
    display:inline-block;
    color:#323232;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.entry-summary .read-more:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#blog-carousel i {
    font-size:30px;
}

.pagination-section .blog-pagination{

}

.pagination-section .blog-pagination li {
    padding-left:0;
    padding-right:0;
}

.pagination-section .blog-pagination li a {
    font-size:20px;
    font-weight:700;
    height:50px;
    width:50px;
    line-height:50px;
    border-radius:50%;
    background-color:transparent;
    color:#000;
    display:block;
}

.pagination-section .blog-pagination li:first-child a,
.pagination-section .blog-pagination li:last-child a {
    background-color:#e0e0e0;
}

.pagination-section .blog-pagination li a:hover,
.pagination-section .blog-pagination li.active a {
    background-color:#ea0f42;
    color:#fff;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.pagination-section .blog-pagination li a i{
    font-size:24px;
}

.pagination-section .blog-pagination li a i.fa-angle-left {
    margin-left:-3px;
}
.pagination-section .blog-pagination li a i.fa-angle-right {
    margin-left:3px;
}


/*Sidebar*/
.widget-area .widget_search .form-control {
    border-radius: 0;
    box-shadow: none;
    outline: none;
    height: 52px;
}

.widget-area .widget_search{
    position:relative;
}

.widget-area .widget_search .form-control:focus {
    border-color:#ea0f42;
}

.widget-area .widget_search button.btn,
.blog-search-top button.btn{
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    background-color:transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget-area .widget_search button.btn:focus {
    outline:none;
}

.widget-area .widget_search .btn i {
    font-size:16px;
    color:#999;
}

.widget-area .widget_search button.btn:hover i{
    color:#ea0f42
}

.widget.tab_widget .nav > li{
    display:inline-block;
    padding: 0;
    margin: 0;
    border: 0
}

.widget.tab_widget ul li a {
    padding:20px;
    display:inline-block;
}

.widget.tab_widget ul li.active a{
    color:#ea0f42;
}

.widget.tab_widget .nav {
    background-color:#ea0f42;
}

.widget .nav > li.active > a,
.widget .nav > li:hover > a,
.widget .nav > li a:focus {
    background-color:#fff;
}

.latest-posts,
.recent-comment {
    padding:30px 15px 25px;
    overflow:hidden;
}

.widget .media .pull-left {
    margin-right:15px;
}

.widget img{
    opacity:0.8;
}

.widget img:hover {
    opacity:1
}

.widget .entry-title {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 20px;
    text-transform:initial;
}

.entry-meta.small {
    margin-top:0;
    color:#898989;
}

.entry-meta.small i {
    margin-right:5px;
}

.widget h3.widget_title {
    padding: 18px 28px;
    font-size: 22px;
    color: #fff;
    background-color: #ea0f42;
}

.widget .media {
    border-top:1px solid #ededed;
    padding-top:15px;
}

.widget .media:first-child {
    border-top:0;
    padding-top:0;
}

.widget ul li a {
    color: #000000;
    display: block;
    text-decoration: none;
    padding:5px 20px 5px 40px;
    -webkit-transition: all .05s ease-in;
    -moz-transition: all .05s ease-in;
    -ms-transition: all .05s ease-in;
    -o-transition: all .05s ease-in;
    transition: all .05s ease-in;
    position:relative;
}

.widget.widget_categories ul {
    margin: 20px 0 30px;
}

.widget ul li a span {
    float:right;
}

.widget ul li a i {
    position: absolute;
    left: 10px;
    top: 4px;
    font-size: 22px;
    -webkit-transition: all .05s ease-in;
    -moz-transition: all .05s ease-in;
    -ms-transition: all .05s ease-in;
    -o-transition: all .05s ease-in;
    transition: all 0.5s ease-in;
    opacity:0;
}

.widget ul li a:hover i {
    opacity:1;
    left: 15px;
}

.widget ul li a:hover {
    color:#ea0f42;
}

.widget ul li a:hover {
    border-color: #ea0f42;
}

.widget.tag-cloud ul {
    padding:30px 20px;
}

.widget.tag-cloud ul li {
    display:inline-block;
    border-bottom:0;
}

.widget.tag-cloud ul li a {
    display: inline-block;
    color: #898989;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: #F5F5F5;
    border-left:0;
}

.widget.tag-cloud ul li a:hover {
    background-color:#ea0f42;
    color:#fff;
}

.widget .latest-posts a{
    color:#656565;
}

.widget .latest-posts a:hover,
.widget .latest-posts span a:hover,
.post-content.detail-content .entry-title {
    color:#ea0f42;
}

.widget .latest-posts span,
.widget .latest-posts span a {
    color:#000;
    font-size:14px;

}

.widget .latest-posts span a {
    font-weight:700;
}


/* Blog Detail CSS */

.post-content.detail-content {
    margin-bottom:60px;
}

.post-content.detail-content blockquote{
    font-size:16px;
    position:relative;
    background-color:#f7f7f7;
    border-left:3px solid #ea0f42;
    margin:20px 0 20px 15px;
    padding: 10px 20px;
}

.post .social-share {
    margin-top:25px;
}

.post .author-section {
    margin-bottom:45px;
}

.post .author-section h1,
.comments-wrapper h1{
    font-weight:100;
    color:#454545;
    margin-bottom:40px;
}

.post .author-section .author-image {
    margin-right:55px;
    position:relative;
    height:102px;
    width:102px;
}

.author-section .author-image .social-icons {
    position:absolute;
    right:-20px;
    top:0;
}

.author-section .author-image .social-icons li a{
    display:block;
    background-color:#f2f2f2;
    color:#ea0f42;
    font-size:16px;
    height:30px;
    width:30px;
    line-height:32px;
    text-align:center;
    margin-bottom:1px;
}

.author-section .author-image .social-icons li a:hover {
    background-color:#ea0f42;
    color:#fff;
}

.author-section .media-body h3 {
    margin-top:0;
    font-weight:400;
    font-size:21px;
}

.comments-wrapper .media .pull-left {
    width:82px;
    height:82px;
    margin-right:30px;
}

.comments-wrapper .media-list .media {
    margin-top:35px;
}

.comments-wrapper .media-list .media:first-child {
    margin-top:0;
}

.comments-wrapper .media-list .media-body h3{
    font-size:24px;
    font-weight:400;
    margin-top:0;
}


.replay-box {
    margin-top:50px;
}

.replay-box h1 {
    text-transform:initial;
    font-weight:100;
    color:#454545;
    margin-bottom:45px;
}

.replay-box .btn-primary {
    background-color:rgba(234, 15, 66, 0.99);
    border:0;
    font-size:18px;
}

#content.blog-details .post {
    margin-bottom:20px;
}


/* Contact-us */
.contact-info{
    color:#454545;
    font-size:16px;
}

.contact-info h2 {
    text-transform:capitalize;
    margin-bottom: 15px;
}

.contact-info a {
    color:#000;
}

.contact-info a:hover {
    color:#ea0f42;
}

.contact-mail {
    margin-top: 20px;
    margin-bottom: 5px;
}

#gmap{
    height:450px;
    border-top:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
}

#main-contact-form .btn-primary{
    background-color:#ea0f42;
    float:right;
}

/*Magnific-popup overwrite CSS*/

.mfp-figure {
    background-color: #fff;
}

img.mfp-img {
    padding:12px;
}

.mfp-image-holder .mfp-close {
    top:-35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor:pointer;
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}


/* login/signup */
#login-wrapper form{
    padding:30px;
    background-color:#f7f7f7;
    border:1px solid #f0f0f0;
}

.user-content {
    width: 350px;
    display: inline-block;
}

#login-wrapper .btn-primary{
    background-color:#ea0f42;
    margin-top:25px;
}

#login-wrapper .form-group {
    margin-bottom: 25px;
}

#login-wrapper .facebook {
    background-color: #365397;
}

#login-wrapper .twitter {
    background-color: #18AFE6;
}

#login-wrapper .facebook,
#login-wrapper .twitter {
    color:#fff;
    padding:12px 18px;
    margin-top:5px;
}
#login-wrapper .facebook:hover {
    background-color:#2F426F;
}
#login-wrapper .twitter:hover{
    background-color:#1694C1;
}

#login-wrapper .facebook i,
#login-wrapper .twitter i,
#login-wrapper .register i {
    margin-right:10px;
}

#login-wrapper .btn-primary.register{
    background-color:#f7f7f7;
    border-color:#f7f7f7;
    color:#555;
    text-transform:initial;
}

#login-wrapper .btn-primary.register:after{
    background-color:#ea0f42;
}

#login-wrapper .btn-primary.register:hover{
    background-color:#ea0f42;
    color:#fff;
}

#login-wrapper h3{
    margin-bottom:15px;
    text-transform:uppercase;
    font-weight:500;
}


/* Shortcode */
.shortcode {
    padding-bottom: 50px;
}
.shortcode-heading{
    text-transform:uppercase;

}
.shortcode #blog-carousel img, .welcome-content img {
    width:100%;
}

.shortcode .show-grid{
    padding:0 15px;
}

.shortcode .show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7f7f7;
    background-color: rgba(145,145,145,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(145,145,145,.2);
    margin-bottom:15px;
}

.shortcode .panel-heading{
    padding:14px 15px;
}

.fontawesome-icon-list .fa-hover a{
    color:#555;
    display:block;
    margin-bottom:15px;
}

.fontawesome-icon-list .fa-hover a:hover{
    color:#ea0f42
}

#countdown {
    margin-top:50px;
    margin-bottom:60px;
}

#countdown ul li {
    margin-right:65px;
    font-weight:600;
    min-width:55px;
}

#countdown ul li:last-child {
    margin-right:0;
}

#countdown ul li p {
    font-size:18px;
    color: #ea0f42;
    margin-bottom:-5px;
}

#countdown ul li span {
    font-size:45px;
    font-weight:800;
}

.coming-soon a {
    font-weight:700;
    color:#fff;
}

.coming-soon a:hover {
    color:#ea0f42;
}

.coming-soon .socials {
    margin-bottom:50px;
}

.coming-soon .socials ul li {
    margin:0 10px;
}

.coming-soon .socials ul li a {
    font-size:18px;
}

.coming-soon .copyright a {
    padding:0 5px;
}


/*=========================
===== 404 Error CSS =======
===========================*/

.error-page {
    background-repeat:no-repeat;
    background-size:cover;
    position:absolute;
    height: 100%;
    width: 100%;
    background-color:#fff;
    padding:120px 0;
}

.error-page-content {
    color:#676666;
    max-width:480px;
    margin-top:30px;
    display:inline-block;
}

.error-page-content img {
    display:inline-block;
    margin-bottom:35px;
}
.error-page-content h1{
    font-size:60px;
    font-weight:800;
    margin-bottom:0;
    color:#ed1c24;
}
.error-page-content h2 {
    font-size:20px;
    margin-bottom:15px;
    font-weight:800;
    margin-top:0;
}

.error-page-content .btn.btn-primary {
    margin-top:35px;
    text-transform:uppercase;
    background-color:#ed1c24;
}

ul.list-inline li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

ul.list-inline li:first-child {
    padding-left: 1px;
}

.navbar {
    padding: 0;
}

textarea.form-control {
    resize: none;
}

.contact-form textarea.form-control {
    height: 210px;
}

.checkbox label {
    cursor: pointer;
}

/*========================
=======style-chooser======
==========================*/

.style-chooser {
    width: 100px;
    left: -100px;
    position: fixed;
    top: 50%;
    margin-top:-90px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.style-chooser.opened {
    left: 0;
}

.style-chooser .toggler {
    position: absolute;
    top: 0;
    right: -48px;
    display: inline-block;
    background-color: #ddd;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.style-chooser-inner {
    position: relative;
    background-color: #ddd;
    padding: 15px;
}

.style-chooser-inner h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
}

.style-chooser-inner ul {
    list-style: none;
    padding: 0;
    margin: -5px;
}

.style-chooser-inner ul li {
    display: block;
    width: 40px;
    float: left;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.style-chooser-inner ul li a {
    display: block;
    height: 30px;
}

.style-chooser-inner ul li.preset1 a {
    background-color: #e71647;
}

.style-chooser-inner ul li.preset2 a {
    background-color: #000;
}

.style-chooser-inner ul li.preset3 a {
    background-color: #00aeef;
}

.style-chooser-inner ul li.preset4 a {
    background-color: #39b54a;
}

.style-chooser-inner ul li.preset5 a {
    background-color: #c69c6d;
}

.style-chooser-inner ul li.preset6 a {
    background-color: #96004c;
}

.navbar-toggler {
    position: absolute;
    top: 19px;
    right: 15px;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
    border: 1px solid #fff;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    width: inherit;
    height: inherit;
    line-height: 0;
}

.navbar.fixed-top .navbar-toggler {
    color: #ea0f42;
    border-color: #ea0f42;
}

.fixed-top .top-bar .login-section a:hover {
    color: #fff;
}

.entry-content .entry-thumb img,
#all-architect .architect img,
.feature-image img,
.team-hero img {
    width: 100%;
}

#clients {
    overflow: hidden;
}

#all-architect .architect {
    margin-top: 15px;
    margin-bottom: 15px;
}

#project-carousel img {
    width: 100%;
}
