/**	

	* Template Name: Crowd

	* Version: 1.0	

	* Template Scripts

	* Author: Tanvir Fazley

	

**/





/* Base CSS */



.alignleft {

    float: left;

    margin-right: 15px;

}



.alignright {

    float: right;

    margin-left: 15px;

}



.aligncenter {

    display: block;

    margin: 0 auto 15px;

}



.pagetitle {

    float: right;

    margin-left: 15px;

	

}



.pagetitle h1 {

    color: #FFFFFF;

    font-size: 25px;

    margin-top: 15px;

	margin-left: auto;

    text-transform: uppercase;

}



a {

    color: #0157a0;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}



a,

a:hover,

a:active,

a:focus,

button:focus {

    outline: 0;

    border: 0;

    text-decoration: none;

}



img {

    max-width: 100%;

    height: auto;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0 0 15px;

    font-weight: 700;

}



html,

body {

    height: 100%

}



body {

    font-family: 'Roboto Condensed', sans-serif;

    font-weight: 400;

}





/* Remove Chrome Input Field's Unwanted Yellow Background Color */



input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus {

    -webkit-box-shadow: 0 0 0px 1000px white inset !important;

}



.sec_padding {

    padding: 70px 0;

}





/*preloder*/



.sk-cube-grid {

    width: 40px;

    height: 40px;

    margin: 100px auto;

}



.sk-cube-grid .sk-cube {

    width: 33%;

    height: 33%;

    background-color: #0157a0;

    float: left;

    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;

    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;

}



.sk-cube-grid .sk-cube1 {

    -webkit-animation-delay: 0.2s;

    animation-delay: 0.2s;

}



.sk-cube-grid .sk-cube2 {

    -webkit-animation-delay: 0.3s;

    animation-delay: 0.3s;

}



.sk-cube-grid .sk-cube3 {

    -webkit-animation-delay: 0.4s;

    animation-delay: 0.4s;

}



.sk-cube-grid .sk-cube4 {

    -webkit-animation-delay: 0.1s;

    animation-delay: 0.1s;

}



.sk-cube-grid .sk-cube5 {

    -webkit-animation-delay: 0.2s;

    animation-delay: 0.2s;

}



.sk-cube-grid .sk-cube6 {

    -webkit-animation-delay: 0.3s;

    animation-delay: 0.3s;

}



.sk-cube-grid .sk-cube7 {

    -webkit-animation-delay: 0s;

    animation-delay: 0s;

}



.sk-cube-grid .sk-cube8 {

    -webkit-animation-delay: 0.1s;

    animation-delay: 0.1s;

}



.sk-cube-grid .sk-cube9 {

    -webkit-animation-delay: 0.2s;

    animation-delay: 0.2s;

}



@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,

    70%,

    100% {

        -webkit-transform: scale3D(1, 1, 1);

        transform: scale3D(1, 1, 1);

    }

    35% {

        -webkit-transform: scale3D(0, 0, 1);

        transform: scale3D(0, 0, 1);

    }

}



@keyframes sk-cubeGridScaleDelay {

    0%,

    70%,

    100% {

        -webkit-transform: scale3D(1, 1, 1);

        transform: scale3D(1, 1, 1);

    }

    35% {

        -webkit-transform: scale3D(0, 0, 1);

        transform: scale3D(0, 0, 1);

    }

}



.crowd-site-preloader-wrap {

    background: #fff none repeat scroll 0 0;

    height: 100%;

    position: fixed;

    width: 100%;

    z-index: 9999;

}



.crowd-site-preloader-wrap .sk-cube-grid {

    left: 50%;

    margin: -20px 0 0 -20px;

    position: absolute;

    top: 38%;

}





/*Start*/



#header {}



#header .navbar {

    min-height: 80px;

    margin-bottom: 0;

    border-radius: 0;

}



.crowd-navbar {

    background-color: #0157a0;

    border-bottom: 2px solid #0157a0;

}



.crowd-navbar ul {

    margin-top: 15px;

}



.crowd-navbar ul li a {

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 0;

    padding: 1;

    margin: 25px;

    color: #ccc;

}



.crowd-navbar ul li a:hover,

.crowd-navbar ul li a:focus {

    background-color: transparent;

}



.crowd-navbar ul li a:hover,

.crowd-navbar ul li.active a {

    color: #f9b641

}



.crowd-navbar .navbar-header {

    margin-top: 25px;

}



.crowd-navbar .navbar-toggle .icon-bar {

    background-color: #000;

}



.crowd-navbar .navbar-toggle {

    margin-top: 7px;

    margin-right: 25px;

    padding: 0;

    border-radius: 0;

}





/* SLIDER */



#slider {

    margin-top: 80px;

}



#crowd-home-carousel .item {

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    height: 650px;

}



#crowd-home-carousel .item:before {

    background-color: #000;

    content: "";

    height: 100%;

    top: 0;

    left: 0;

    opacity: 0.5;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    position: absolute;

    width: 100%;

}



.carousel-caption {

    left: 15px;

    right: 15px;

    top: 50%;

    font-size: 15px;

    text-align: left;

    color: #fff;

    text-shadow: none;

    margin-top: -130px;

}



.carousel-caption h1 {

    font-size: 46px;

    margin-bottom: 0;

    line-height: 20px;

    letter-spacing: 2px;

    font-weight: 300;

}



.carousel-caption h2 {

    font-size: 81px;

    font-weight: 700;

    margin-top: 0px;

    text-transform: lowercase;

    letter-spacing: 2px;

    margin-bottom: 20px;

}



.crowd-home-carousel-left,

.crowd-home-carousel-right {

    background-color: #f0f0f0;

    color: #000;

    font-size: 32px;

    height: 40px;

    line-height: 1.3em;

    margin-top: -20px;

    position: absolute;

    text-align: center;

    top: 50%;

    width: 32px;

    z-index: 999;

    -webkit-transition: 300ms;

    transition: 300ms;

}



.crowd-home-carousel-left {

    left: -32px;

}



.crowd-home-carousel-right {

    right: -32px;

}



#crowd-home-carousel:hover .crowd-home-carousel-left {

    left: 0;

}



#crowd-home-carousel:hover .crowd-home-carousel-right {

    right: 0;

}





/* Carousel animation */



#crowd-home-carousel .item h1,

#crowd-home-carousel .item h2,

#crowd-home-carousel .item p {

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    -webkit-transform: scale(0.5);

    transform: scale(0.5);

}



#crowd-home-carousel .item h1 {

    -webkit-transition: all 0.5s ease-in-out 0.15s;

    transition: all 0.5s ease-in-out 0.15s;

}



#crowd-home-carousel .item.active h1,

#crowd-home-carousel .item.active h2,

#crowd-home-carousel .item.active p {

    opacity: 1;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    -webkit-transform: scale(1);

    transform: scale(1);

}



#crowd-home-carousel .item h2 {

    -webkit-transition: all 0.5s ease-in-out 0.30s;

    transition: all 0.5s ease-in-out 0.30s;

}



#crowd-home-carousel .item p {

    -webkit-transition: all 0.5s ease-in-out 0.45s;

    transition: all 0.5s ease-in-out 0.45s;

}





/*Slider Fade anmation*/



.carousel-fade .carousel-inner .item {

    -webkit-transition-property: opacity;

    transition-property: opacity;

}



.carousel-fade .carousel-inner .item,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

}



.carousel-fade .carousel-inner .active,

.carousel-fade .carousel-inner .next.left,

.carousel-fade .carousel-inner .prev.right {

    opacity: 1;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}



.carousel-fade .carousel-inner .next,

.carousel-fade .carousel-inner .prev,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {

    left: 0;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.carousel-fade .carousel-control {

    z-index: 2;

}





/*Services area*/



#our-services {

    background: #FBFBFB;

}



.section-title {

    text-align: center;

}



.section-title h2 {

    margin-bottom: 50px;

    color: #0157a0;

    letter-spacing: 2px;

    line-height: 26px;

    font-weight: 700;

    font-size: 24px;

    text-transform: uppercase;

}



.single_service {

    margin-bottom: 40px;

}



.single_service i {

    color: #0157a0;

    float: left;

    font-size: 20px;

    text-align: center;

    width: 50px;

    height: 50px;

    border: 1px solid #0157a0;

    padding-top: 14px;

    border-radius: 50px;

    margin-right: 15px;

}



.services_text {

    overflow: hidden;

}



.services_text h2 {

    color: #616161;

    font-size: 16px;

    margin-bottom: 8px;

    text-transform: uppercase;

}



.services_text p {

    color: #888;

}



.single_service:hover.single_service i {

    color: #fff;

    background: #0157a0;

    -webkit-transition: .7s;

    transition: .7s;

}





/* our-works */



#our-works {}



.portfolio-filter {}



ul.portfolio_menu {

    color: #2e2e2e

}



ul.portfolio_menu li {

    border: 1px solid #CCCCCC;

    cursor: pointer;

    display: inline-block;

    font-weight: 700;

    margin-right: 10px;

    padding: 6px 15px;

    background: transparent;

    border-radius: 3px;

    color: #616161;

    -webkit-transition: .7s;

    transition: .7s;

}



ul.portfolio_menu li.active,

ul.portfolio_menu li:hover {

    color: #fff;

    background: #f9b641;

    border: 1px solid #f9b641;

}



.all-portfolios .mix {

    display: none;

}



.all-portfolios {

    margin-top: 20px;

    margin-left: -10px

}



.single-portfolio {

    float: left;

    margin-bottom: 10px;

    margin-left: 10px;

    width: 277px;

    position: relative;

    overflow: hidden;

}



.single-portfolio img {}



.portfolio_overlay {

    position: absolute;

    background: rgba(0, 102, 152, .6);

    width: 100%;

    height: 100%;

    top: -100%;

    -webkit-transition: .5s;

    transition: .5s;

}



.single-portfolio:hover .portfolio_overlay {

    top: 0;

}



.portfilio_detail {

    position: absolute;

    text-align: center;

    left: 32%;

    bottom: -100%;

    -webkit-transition: .5s;

    transition: .5s;

}



.portfilio_detail a {

    background: #0157a0;

    color: #fff;

    padding: 10px;

    margin: 0px 8px;

    display: inline-block;

}



.portfilio_detail a:hover {

    background: #f9b641;

    -webkit-transition: .3s;

    transition: .3s;

}



.single-portfolio:hover .portfilio_detail {

    bottom: 40%;

}





/* about */



#about {

    background: #FBFBFB;

}



.about_us_section {}



.about_us_section h2 {

    color: #616161;

    text-align: center;

    font-size: 24px;

}



.about_us_section p {

    color: #888;

    line-height: 25px;

}



.about_us_section img {}





/* fun_facts */



#fun_facts {

    color: #fff;

    padding: 100px 0;

}



.section-title-fact {

    text-align: center;

    margin-bottom: 50px;

    letter-spacing: 2px;

    line-height: 26px;

    font-weight: 700;

    font-size: 24px;

    text-transform: uppercase;

}



.parallux_section {

    background: url("assets/img/fact_bg.jpg") no-repeat fixed 0 0;

    background-size: cover;

}



.single_fact_item {

    background: #FA6C65;

    text-align: center;

    padding: 10px 0;

}



.single_fact_item i {

    font-size: 30px;

}



.single_fact_item h2 {

    font-size: 25px;

    margin: 0;

}



.single_fact_item p {

    font-weight: 700;

    font-size: 20px;

    margin: 0;

}





/*blog_list */



#blog {}



#blog .blog_list {}



.blog_list .single_blog {

    margin: 0 5px 1px;

}



.blog_list .single_blog .blog_info {

    border: 1px solid #e9e9e9;

    border-top: medium none;

    padding: 13px 19px 5px;

}


.single_blog {
 margin: auto; 
 text-align: center;

}



.single_blog img {
	text-align: center;
}



.blog_info a {

    font-size: 18px;

    color: #0157a0;

    text-transform: uppercase;

}



.blog_info a:hover {

    color: #f9b641;

}



.blog_info p {

    color: #C5C5C5;

    font-weight: 700;

}



.blog_info p span {

    margin: 0 5px;

}



.blog_list .owl-prev i,

.blog_list .owl-next i {

    font-size: 20px;

}



.blog_list .owl-controls .owl-buttons div {

    background: #0157a0;

}





/* team */



#our-team {

    background: #FBFBFB;

    color: #fff;

}



.team-member {

    background: #3B3738;

    padding: 40px 20px;

    text-align: center;

}



.team-member-image img {

    border-radius: 50%;

    margin: 0 auto;

}



.team-member-content h4 {

    font-size: 20px;

    line-height: 22px;

    margin-bottom: 0;

    margin-top: 15px;

}



.team-member-content span {

    display: block;

    font-weight: 700;

    margin: 0;

    text-transform: uppercase;

    color: #fb4802;

}



.team-member-content p {

    font-size: 16px;

    margin: 20px 0;

}



.team-member-social {}



.team-member-social ul {

    margin: 0;

    padding: 0;

    list-style: none;

}



.team-member-social ul li {

    display: inline-block;

}



.team-member-social ul li a {

    background: #888;

    border-radius: 50%;

    color: #fff;

    display: block;

    height: 30px;

    padding-top: 4px;

    width: 30px;

    -webkit-transition: .6s;

    transition: .6s

}



.team-member-social ul li a:hover {

    background: #FA6C65;

}





/*Pricing Table*/



#our-pricing {}



.pricing_text {

    margin-bottom: 60px;

}



.pricing_table {

    background: #39393A none repeat scroll 0 0;

    color: #fefdfc;

    border-radius: 5px;

    text-align: center;

    padding: 20px;

    -webkit-transition: .5s;

    transition: .5s;

}



.pricing_head {

    width: 140px;

    height: 140px;

    border: 5px solid #fff;

    border-radius: 100%;

    margin: 0 auto;

    text-transform: uppercase;

    -webkit-transition: .5s;

    transition: .5s;

}



.pricing_head p {

    margin-top: 20px;

    font-weight: 700;

}



.pricing_head sup {

    font-size: 18px;

    top: -10px;

}



.pricing_head em {

    font-size: 30px;

}



.pricing_head span {

    font-size: 20px;

    font-weight: 700;

    margin-left: 10px;

}



.pricing_body {}



.pricing_body ul {

    margin: 0;

    padding: 0;

}



.pricing_body ul li {

    border-bottom: 1px solid #fff;

    list-style: none;

    margin: 0 auto;

    max-width: 140px;

    padding: 16px 0;

}



.pricing_footer {}



.pricing_footer .btn {

    background: #fff none repeat scroll 0 0;

    border-radius: 0;

    color: #000;

    font-weight: 700;

    margin-top: 20px;

    text-transform: uppercase;

    padding: 7px 25px;

    -webkit-transition: .5s;

    transition: .5s;

}



.pricing_table:hover {

    background: #FA6C65;

}



.pricing_table:hover .pricing_footer .btn {

    color: #FA6C65;

}



.pricing_table:hover .pricing_head {

    background: #FFF;

    color: #FA6C65;

    border: 5px solid #616161;

}





/* CONTACT */



#contact {

    background: #FBFBFB;

}



.contact-info {

    margin-bottom: 20px;

}



.contact-info h2 {

    color: #616161;

    font-size: 18px;

    margin-bottom: 10px;

}



.contact-info p {

    margin: 8px 0;

    color: #888;

}



.contact-form {}



.contact-form input[type="text"],

.contact-form input[type="email"],

.contact-form input[type="tel"] {

    border: 1px solid #E8E8E8;

    padding: 8px 14px;

    width: 100%;

    margin-bottom: 20px;

}

.contact-form input[type="checkbox"] {

    border: 1px solid #E8E8E8;

    padding: 8px 14px;

	width: 20px;

    margin-bottom: 20px;

}



.contact-form textarea {

    border: 1px solid #E8E8E8;

    padding: 8px 14px;

    width: 100%;

    margin-bottom: 20px;

}



.btn.btn-send {

    background: #0157a0;

    color: #fff;

    font-weight: 700;

    -webkit-transition: .6s;

    transition: .6s;

    text-transform: uppercase;

}



.btn.btn-send:hover {

    background: #f9b641;

}





/* footer */



#footer {

    background: #3B3738;

    padding: 30px 0;

    color: #fff;

    border-top: 5px solid #0157a0;

}



.copy_right {

    margin-top: 12px;

}



.copy_right p {

    font-weight: 700;

    font-size: 16px;

}



.copy_right span {

    color: #f9b641;

}



.social-items {

    margin: 3px 0 0;

    padding: 0;

    list-style: none;

}



.social-items li {

    display: inline-block;

}



.social-items li a {

    background: #888 none repeat scroll 0 0;

    display: block;

    font-size: 20px;

    height: 40px;

    padding: 5px 12px;

    -webkit-transition: all 0.6s ease 0s;

    transition: all 0.6s ease 0s;

    width: 40px;

    margin-left: 10px;

    color: #fff;

}



.social-items li a:hover {

    background: #f9b641;

}





/* SCROLL TO TOP */



.scrollup {

    background: #0157a0 none repeat scroll 0 0;

    bottom: 32px;

    color: #fff;

    font-size: 30px;

    height: 45px;

    position: fixed;

    right: 15px;

    text-align: center;

    width: 40px;

    cursor: pointer;

}

/* CSS para la animación y localización de los DIV de cookies */

 

#barraaceptacion {

    display:none;

    position:fixed;

    left:0px;

    right:0px;

    bottom:0px;

    padding-bottom:20px;

    width:100%;

    text-align:center;

    min-height:60px;

    background-color: rgba(0, 0, 0, 0.5);

    color:#fff;

    z-index:99999;

}

 

.inner {

    width:100%;

    position:absolute;

    padding-left:5px;

    font-family:verdana;

    font-size:12px;

    top:30%;

}

 

.inner a.ok {

    padding:4px;

    color:#00ff2e;

    text-decoration:none;

}

 

.inner a.info {

    padding-left:5px;

    text-decoration:none;

    color:#faff00;

}



/* Fin del CSS para cookies */