/* 
==============================
 Sections Style Table
==============================

 1. Global Styles
 2. Fontello Icons
 3. Navabr Section
 4. About Section
 5. Social Icon
 6. Portfolio CSS
 7. Pricing Section
 8. Team Section
 9. Slide Section
 10. Testimonial Section
 11. Contact Form
 12. Custom Owl Control
 13. Footer Section
 */
/*===== Global Style=====*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,700|Ubuntu);
body {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.7em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

h2{
    font-weight: 500;
}
section h2{
	margin-top: 0px;
}

img {
    max-width: 100%
}
h1 {
    font-weight: 700;
	margin-top:0
}

h3 {
    font-size:28px;
}
h1 span {
    color: #ed1c24;
    font-weight: 300
}
.text-right {
    text-align: right
}
.about {
    padding-top: 75px;
}
.about .btn {
    background: #FFF;
    border: 1px solid #333;
    border-radius: 0;
    transition: all .3s ease 0s;
    margin-top: 15px;
}
.about .btn:hover {
    background: #ed1c24;
    color: #FFF;
    transition: all .7s ease 0s;
}
.title {
    padding: 0px 0px 50px 0px;
    text-align: center
}
.price-section .title {
    padding: 0px 0px 50px 0px;
    text-align: center;
}
.no-padding-left {
    padding-left: 0
}
.btn-set {
    padding-top: 10px
}
.btn-purple,
.btn-blue {
    border-radius: 0;
    border: 1px solid #fff;
    transition: all .3s ease-in-out 0s;
    margin-right: 7px;
}
.btn-blue {
    background: #000000;
}
.btn-purple {
    background: #ed1c24;
}
.btn-blue:hover,
.btn-purple:hover {
    background: transparent;
    border: 1px solid;
    color: #FFF;
    transition: all .5s ease-in-out 0s;
}
/*======Fontello Icons========*/

@font-face {
    font-family: "fontello";
    src: url("/assets/fontsAgencyWeb/fontello.eot");
    src: url("/assets/fontsAgencyWeb/fontello.eot?26033191#iefix") format("embedded-opentype"), url('/assets/fontsAgencyWeb/fontello.ttf') format('truetype'), url('/assets/fontsAgencyWeb/fontello.svg?26033191#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/

    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */

    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */

    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-crown:before {
    content: '\e800';
}
.icon-heart-empty:before {
    content: '\e801';
}
.icon-right-open-big:before {
    content: '\e802';
}
.icon-monitor:before {
    content: '\e803';
}
.icon-code:before {
    content: '\e804';
}
.icon-lightbulb:before {
    content: '\e805';
}
.icon-lightbulb-1:before {
    content: '\e806';
}
.icon-website:before {
    content: '\e807';
}
.icon-edit-alt:before {
    content: '\e808';
}
.icon-left-open-big:before {
    content: '\e809';
}
.icon-ok:before {
    content: '\e80a';
}
.icon-cancel:before {
    content: '\e80b';
}
.icon-laptop:before {
    content: '\e80c';
}
.icon-up-open-big:before {
    content: '\e80d';
}
.icon-left-open:before {
    content: '\e80e';
}
.icon-right-open:before {
    content: '\e80f';
}
/*===== Navbar Style=====*/

.logo {
    padding: 15px 0px 15px 0px
}
.navbar-default {
    background-color: transparent;
    border-top: 1px solid #777;
    border-bottom: 0;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    padding: 4px;
}
.navbar-toggle {
    border-radius: 0px;
}
.navbar-brand > img {
    width: 130px;
    margin: 0px auto 0px auto;
}
.navbar-toggle {
    border: none;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    height: 42px;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover {
    background: #ed1c24;
    color: #FFF;
    transition: all .3s ease-in-out;
}
.affix-top {
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.affix {
    position: fixed;
    z-index: 1001;
    background: #FFF;
    width: 100%;
    top: 0;
    box-shadow: 1px 2px 1px -1px #8A8A8A;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
    padding: 10px;
    opacity: .97
}
.affix .navbar-header {
    display: block !important;
    animation: fadeInDown .7s
}
.affix .active {
    background: transparent;
    color: #ed1c24!important;
    font-weight: bold;
    animation: zoomIn .7s;
    outline: 0
}
.affix .active:hover {
    color: #FFF !important
}
header .social-icons {
    margin-top: 20px
}
header .social-icons i:hover {
    box-shadow: none !important;
    color: #000000 !important
}
/*===== Social Icon =====*/

.social-icons {
    margin-bottom: 0
}
.social-icons > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.icon-wrapper {
    padding: 0px
}
/*Change icons size here*/

.social-icons .fa {
    font-size: 1.3em
}
/*Change icons circle size and color here*/

.social-icons .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #ed1c24
}
.social-icons.icon-zoom .fa:hover,
.social-icons.icon-zoom .fa:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.social-icons.icon-rotate .fa:hover,
.social-icons.icon-rotate .fa:active {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg)
}
.about .thumbnail {
    padding: 35px 15px 25px 15px;
	margin-bottom:0
}

.about .thumbnail i {
    font-size: 55px;
    color: #ed1c24;
}
.service-thumb {
    padding: 10px;
    text-align: center;
    transition: 300ms
}
.services .thumbnail i {
    height: 100px;
    width: 100px;
    line-height: 100px;
    background: #FD2F2F;
}
.service-thumb p {
    padding-bottom: 20px
}
.service-thumb:hover .thumbnail {
    background: #ed1c24;
    color: #FFFFFF;
    transition: .7s;
}
.service-thumb:hover .thumbnail i {
    color: #fff;
    transition: 2s;
}
/*==== Subscribe===*/

.subscribe {
    background: #ed1c24 url(/assets/imgAgencyWeb/subscribe-bg.jpg) no-repeat center center fixed;
    height: 350px;
    position: relative;
    background-size: cover;
    margin-top: 65px;
}
.subscribe::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ed1c24;
    background: -webkit-linear-gradient(left, #ed1c24, #000000);
    /* For Safari 5.1 to 6.0 */

    background: -o-linear-gradient(right, #ed1c24, #000000);
    /* For Opera 11.1 to 12.0 */

    background: -moz-linear-gradient(right, #ed1c24, #000000);
    /* For Firefox 3.6 to 15 */

    background: linear-gradient(to right, #ed1c24, #000000);
    /* Standard syntax */

    opacity: .95
}
#newsletter-container {
    padding: 151px 0;
}
#newsletter-container h3 {
    font-size: 25px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    float: left;
    font-weight: 200;
}
#newsletter-container form {
    float: right;
}
@media(max-width:768px) {
    #newsletter-container form {
        float: none;
    }
}
#newsletter-container input[type=text] {
    height: 46px;
    width: 375px;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: transparent;
    line-height: 20px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    border-radius: 0;
    font-size: 16px
}
input,
select,
textarea {
    outline: 0;
}
#newsletter-container .btn {
    padding: 12px 20px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
}
@media (max-width: 460px) {
    #newsletter-container .btn {
        display: block;
        width: 100%;
        margin-top: 5px;
    }
    #newsletter-container input[type="text"] {
        height: 46px;
        width: 100%;
    }
}
.btn-custom {
    color: #ffffff;
    background-color: #000000;
    border-color: #e9e9e9;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4);
    border-radius: 0;
    transition: all .3s ease
}
.btn-custom:hover {
    color: #fff;
    background-color: #ed1c24;
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4);
    transition: all .6s ease
}
/*=====Portfolio CSS=====*/

#portfolio {
    padding-bottom: 140px;
    padding-top: 75px;
}
#portfolio p,
#portfolio h2 {
    margin-bottom: 10px;
}
#portfolio .portfolio-filter {
    margin-bottom: 40px;
}
#portfolio .portfolio-filter li {
    display: inline-block;
    margin: 7px 0px 10px 0px;
}
#portfolio .portfolio-filter li a:hover,
#portfolio .portfolio-filter li a:focus,
#portfolio .portfolio-filter li a:active,
#portfolio .portfolio-filter li .active {
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
    outline: 0;
    background: #ed1c24;
}
#portfolio .portfolio-filter li a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background: rgba(67, 72, 78, 0);
    opacity: .8;
    border: 1px solid rgba(252, 119, 0, 0);
    border-radius: inherit;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #333;
}
.portfolio-items > div {
    padding: 0;
}
.portfolio-items img {
    width: 100%;
    padding: 5px
}
.view {
    cursor: default;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.view img {
    display: block;
    position: relative;
}
.portfolio-filter li {
    padding: 0
}
#portfolio .portfolio-filter li a:focus {
	color:#FFF
}
/*==================================
====== Isotope Recommended CSS=====
====================================*/
/**** 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 */
/*-- Iamge hover overlay---*/

.overlay {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.overlay-body .btn {
    margin-top: 70%;
    cursor: pointer;
    text-decoration: none;
    padding: 7px 14px;
    color: #fff;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    position: absolute;
    z-index: 1;
    left: 30%
}
.overlay-body {
    background: #ed1c24;
    bottom: 0;
    color: white;
    font-size: 1em;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 6.75em 3em;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.overlay-body:hover {
    opacity: .8;
}
.overlay-body:after,
.overlay-body:before {
    bottom: 1em;
    content: '';
    left: 1em;
    opacity: 0;
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.6s 0.2s;
    transition: 0.6s 0.2s;
}
.overlay-body:before {
    border-bottom: none;
    border-top: none;
    left: 2em;
    right: 2em;
}
.overlay-body:after {
    border-left: none;
    border-right: none;
    bottom: 2em;
    top: 2em;
}
.overlay-body:hover:after,
.overlay-body:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/*=== Featured Work ====*/

.featured,
.testimonial {
    background: #F1F1F2;
    position: relative;

}
.testimonial{
	margin-top: 70px;
    padding-bottom: 70px;
	padding-top: 70px;
}
.responsive-showcase {
    position: absolute;
    right: 0;
    top: -65px;
    text-align: right;
}
.featured {
    padding-top: 90px;
    padding-bottom: 90px;
}
/*===== Pricing Section=====*/

.price-section {
    padding-top: 75px;
}
.price-section .panel {
    margin-bottom:0px;
}
/* grey price */

.price.panel-grey>.panel-heading {
    color: #fff;
    background-color: #323232;
    border-color: #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
}
.price.panel-grey>.panel-body {
    color: #fff;
    background-color: #222;
}
.price.panel-grey>.panel-body .lead {
    text-shadow: 0px 3px 0px rgba(50, 50, 50, .3);
    font-size: 40px;
    font-family: inherit;
}
.price.panel-grey .list-group-item {
    color: #333;
    background-color: rgba(50, 50, 50, .01);
    font-weight: 600;
    text-shadow: 0px 1px 0px rgba(250, 250, 250, .75);
}
.price .btn {
    background: #323232;
    border-color: #B7B7B7;
    border-radius: 0;
    transition: .3s
}
.price .btn:hover,
.price .btn:focus {
    background: #ed1c24;
    transition: .5s
}
.list-group-item::before,
.list-group-item .cross::before {
    font-family: fontello;
    position: absolute;
    left: 25%;
    color: #333;
    margin-right: 5px;
    font-size: 120%
}
.list-group-item::before {
    content: "\e80a";
    color: #449d44;
}
.list-group-item.cross::before {
    content: "\e80b";
    color: #dd0101;
}
.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.lead span {
    font-size: 20px;
    font-weight: 400
}
/*=== Team Section===*/

.team {
    padding: 70px 0px 0px 0px;
}
.owl-team .item {
    position: relative;
}
.owl-team .item::after {
    content: "";
    height: 40%;
    left: 0;
    bottom: 0;
    width: 0px;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.owl-team .team-info {
    position: absolute;
    color: #FFF;
    bottom: 40px;
    text-align: center;
    opacity: 0;
    width: 100%;
    margin-top: 30px
}
.owl-team .team-info .social-icons li a {
    border: 1px solid #FFF;
    padding: 0px;
    line-height: 7px;
    color: #fff;
    display: block;
    transition: .3s
}
.owl-team .team-info .social-icons li a:hover {
    border: 1px solid #ed1c24;
    transition: .7s
}
.owl-team .team-info .social-icons i {
    color: #FFF
}
.owl-team .team-info h4,
.owl-team .team-info span {
    margin: 5px
}
.owl-team .team-info .icon-wrapper {
    padding: 5px;
}
.owl-team .item:hover .team-info {
    opacity: 1;
    z-index: 45;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    animation: fadeInUp 1s
}
.owl-team .item:hover:after {
    width: 96.5%;
    background: #000;
    opacity: .9
}
.team .owl-theme .owl-controls .owl-page span {
    width: 45px;
    height: 10px;
}
/*=== Clients Logo === */

.clients {
    padding: 50px 0px 50px 0px;
    position: relative
}
.clients .customNavigation .prev,
.clients .customNavigation .next {
    position: absolute;
    top: -10px;
    font-size: 80px;
    color: #E0E0E0;
    cursor: pointer
}
.clients .customNavigation .prev:focus {
    outline: 0;
    background: transparent
}
.clients .customNavigation .prev {
    left: -30px;
}
.clients .customNavigation .next {
    right: -15px;
}
.owl-testimonial {
    /*! padding-top: 70px; */
}
.testimonial .title {
    padding-top: 0
}
.owl-testimonial .item {
    background: #FFF;
    padding: 70px;
    text-align: center;
    margin-top: 85px;
}
.owl-testimonial .item img {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 40%;
}
.owl-testimonial .item h3 {
    margin: 15px 0px 6px;
}
.owl-testimonial .item p {
    padding: 15px 50px 0px 50px
}
/*=== Contact Form ==== */
form div[class^=col-xs-]{
	padding-left:0
}
.contact-form {
    padding: 50px 0px 50px 0px;
    background: #000 url("/assets/imgAgencyWeb/contact-bg.jpg") no-repeat center center fixed;
    min-height: 300px;
    background-size: cover
}
.contact-form .form-control {
    margin-top: 15px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #000;
}
.contact-form .btn {
    padding: 12px 20px;
    font-size: 17px;
    line-height: 20px;
    border: 1px solid #333;
    color: #fff;
}
.form {
    background: rgba(0,0,0,.8);
    opacity: 0.8;
    padding: 50px;
    display: table;
}
.contact-form address {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
address strong{
	font-size:20px;
	display:block;
	margin-bottom:5px
}
.form-control, output {
    color: #000;
}
/*==== Owl Nav ==== */

.testimonial .customNavigation .next2,
.testimonial .customNavigation .prev2 {
    border-radius: 50%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 5px;
    height: 80px;
    width: 80px;
    font-size: 44px;
    box-shadow: 1px 1px 1px 0px rgb(222, 222, 222);
    color: #ed1c24;
    transition: .7s;
    line-height: 1.5;
}
.testimonial .prev2,
.testimonial .next2 {
    opacity: 0;
    transition: all 1s ease-out 0s;
}
.testimonial .customNavigation .prev2 {
    left: 30px;
}
.testimonial .customNavigation .next2 {
    right: 30px;
}
.test:hover .prev2,
.test:hover .next2 {
    opacity: 1;
    transition: all 0.5s ease;
}
.test:hover .prev2 {
    left: -22px;
}
.test:hover .next2 {
    right: -22px;
}
.testimonial .customNavigation .prev2,
.testimonial .customNavigation .next2 {
    position: absolute;
    top: 50%;
}
.testimonial .customNavigation .next2:hover,
.testimonial .customNavigation .prev2:hover {
    background: #ed1c24;
    color: #FFF;
    transition: .9s
}
/*==== Search ==== */

.search-bar {
    position: relative
}
.search-form {
    position: absolute;
    width: 200px;
    z-index: 40;
    display: none;
    left: -150px;
    transition: all 0.3s ease 0s;
    top: 41px;
}
.search-form .form-control {
    border-radius: 0;
    border: 1px solid #999;
    box-shadow: none;
	color:#333
}
.search-form .form-control:hover,
.search-form .form-control:focus {
    border: 1px solid #999
}
.search-bar:hover .search-form {
    display: block;
    animation: fadeInDown .2s;
}
.search-form::before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 11px 11px 9px;
    border-color: transparent transparent #FFF rgba(249, 17, 124, 0);
    content: "";
    top: -3px;
    right: -35%;
    position: relative;
}
/*======== Responsive =========== */

@media(max-width:768px) {
    .responsive-showcase {
        position: static;
        left: 0;
        top: 0;
    }
}
@media (max-width: 360px) {
    .owl-testimonial .item {
        padding: 94px 0;
    }
    .owl-testimonial .item p {
        padding: 15px 35px 0px 39px;
    }
    .owl-testimonial .item img {
        left: 23%;
    }
    .btn-custom-3 {
        display: block;
        margin-top: 5px;
        width: 100%
    }
    #newsletter-container input[type="text"] {
        width: 100%;
    }
    .container-fluid {
        overflow: hidden
    }

    #newsletter-container h3 {
        font-size: 20px;
    }
    .list-group-item::before,
    .list-group-item .cross::before {
        left: 20%;
    }
    .owl-team .item:hover:after {
        width: 100%;
    }
    #newsletter-container {
        padding-top: 80px;
    }

	.search-bar{
		display:none!important
	}
}
@media (max-width: 767px) {
	.navbar-brand {
        height: 53px;
    }
	#portfolio .portfolio-filter li a {
        padding: 5px 12px 5px 12px;
    }
}
/*===== ScrollTo====*/

.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ed1c24;
    line-height: 35px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    z-index: 9999;
}
.scroll-top:hover {
    background: #000000
}
.scroll-top i,
.btn i {
    line-height: 1.5;
}
.scroll-top:hover,
.scroll-top:focus {
    color: #f5f5f5;
    outline: 0
}
/*==== fakeLoader ==== */

.fakeloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #ed1c24;
    background: linear-gradient(to top, #ed1c24, #000000);
    z-index: 999999;
}
.spinner3 {
    top: 40%;
    left: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}
.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}
.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* Shine */

.overlay {
    position: relative;
}
.overlay::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.overlay:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
/*============== Slide ===============*/
.slider {
	background: #ed1c24
}
.carousel-indicators {
    left: 50%;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    top: 40%;
    position: absolute;
    font-size: 80px;
    opacity: 0;
    color: #f5f5f5;
    transition: all .4s ease-out 0s
}
.carousel-control.right {
    right: 4%;
}
.carousel-control.left {
    left: 2%;
}
.slider:hover .carousel-control.right {
    opacity: .9;
    transition: all .7s ease-in-out 0s;
    right: 2%
}
.slider:hover .carousel-control.left {
    opacity: .9;
    transition: all .7s ease-in-out 0s;
    left: 0%
}
/********************************/
/*    Bs-carousel       */
/********************************/

.carousel-indicators li,
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border: 1px solid #f5f5f5
}

/********************************/
/*          Hero Headers        */
/********************************/

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
}
.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.hero h3 {
	font-weight:300;
	letter-spacing:4px;
	padding-bottom: 20px;
}

/********************************/
/*       Slides backgrounds     */
/********************************/


#first-slider .main-container {
  padding: 0;
}

#first-slider .carousel-indicators {
  bottom: 0;
}

#first-slider .carousel .item {
  min-height: 425px;
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}
#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}
#first-slider h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 50px;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}
.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;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    z-index: 5;
    display: inline-block;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (max-width:360px){
	.left.carousel-control,
	.right.carousel-control{
		display:none
	}

}
/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url(/assets/imgAgencyWeb/slider.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url(/assets/imgAgencyWeb/slider.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url(/assets/imgAgencyWeb/slider.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}

/*=== Footer === */

footer {
    height: 70px;
    background: #191919;
    padding: 25px;
    color: #F1F1F2
}
footer .social-icons .fa {
    color: #950e18;
}
footer .social-icons .fa-facebook {
    color: #288bec;
}
footer .social-icons .fa-twitter {
    color: #00ffed;
}
footer .social-icons .fa-behance {
    color: #fff;
}
/*==== Responsive Adjust====*/
@media(max-width:768px) {
    .footer, .footer .social-icons {
        text-align: center;
        padding-left: 0
    }
    footer {
        padding: 10px;
    }
	.carousel-indicators {
	bottom: 0px;
	}
}
@media (max-width:360px){
	.alert, .thumbnail {
		margin-bottom: 0px;
	}
	address{
		margin-top:15px;
	}
	.testimonial {
		margin-top: 50px !important;
		padding-bottom: 50px;
	}
	.featured {
		margin-top: 0px !important;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	#portfolio {
		padding-bottom: 70px !important;
		padding-top: 70px;
	}
	.price-section, .team {
		padding-top:50px;
	}
	
}




