#banner {
    width: 100%;
    background: #000;
    position: relative;
    margin: 0;
    padding: 0;
}


/*  Sliders

==================================== */
/* --- flexslider --- */

#main-slider:before {
    content: '';
    width: 100%;
    height: 100%;
    
    z-index: 1;
    position: absolute;
}
.flex-direction-nav a {
    display: block;
    z-index: 999999;
    position: relative;
    color: #fff;
}
.flexslider {
    padding: 0;
    background: #000;
    position: relative;
 
}



.flex-direction-nav .flex-prev {
    left: 30px;
}
.flex-direction-nav .flex-next {
    right: 90px;
}
.flex-caption {
    
    bottom: 198px;
    background-color: transparent;
    color: #fff;
    margin: 0;
    padding: 25px 25px 25px 30px;
    position: absolute;
    left: 0;
    text-align: center;
    margin: 0 auto;
    right: 0px;
    display: inline-block;
    bottom: 40%;
}
.flex-caption h3 {
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-bottom: 18px;
    /* text-transform: capitalize;*/
}
.flex-caption p {
    margin: 12px 0 18px;
    font-size: 22px;
}
.skill-home {
    margin-bottom: 50px;
}
.c1 {
    border: #ed5441 1px solid;
    background: #ed5441;
}
.c2 {
    border: #24c4db 1px solid;
    background: #24c4db;
}
.c3 {
    border: #1891EC 1px solid;
    background: #1891EC;
}
.c4 {
    border: #609cec 1px solid;
    background: #609cec;
}
.skill-home .icons {
    padding: 30px 0 0 0;
    width: 94px;
    height: 94px;
    color: #fff;
    font-size: 42px;
    font-size: 38px;
    text-align: center;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0;
    display: inline-table;
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #ff4242;
    border: 1px solid #FF4242;
    font-style: normal !important;
    border-radius: 50%;
}
.skill-home h2 {
    padding-top: 20px;
    font-size: 36px;
    font-weight: 700;
}
.testimonial-solid {
    padding: 80px 0 80px 0;
    margin: 0 0 0 0;
    background: rgba(0, 0, 0, 0.67);
    text-align: center;
}
.testi-icon-area {
    text-align: center;
    position: absolute;
    top: -84px;
    margin: 0 auto;
    width: 100%;
}
.testi-icon-area .quote {
    padding: 15px 0 0 0;
    margin: 0 0 0 0;
    background: #ffffff;
    text-align: center;
    color: #1891EC;
    display: inline-table;
    width: 70px;
    height: 70px;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 42px;
    border: 1px solid #1891EC;
    display: none;
}
.testi-icon-area .carousel-inner {
    margin: 20px 0;
}
.carousel-indicators {
    bottom: -30px;
}
.text-center img {
    margin: auto;
    width: 100%;
}
.aboutUs {
    padding: 40px 0;
    background: #F2F2F2;
}
img.img-center {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
/* Testimonial
----------------------------------*/

.testimonial-area {
    padding: 0 0 0 0;
    margin: 0;
    background: url('../img/slides/1.jpg') 0 -371px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.testimonial-solid p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
}
section.hero-text {
    background: #FEFEFE;
    padding: 50px 0 50px 0;
    color: #313334;
    border-top: 4px solid #FF4242;
}
section.hero-text h2 {
    color: #FF4242;
}
/* Clients
------------------------------------ */

#clients {
    padding: 0;
}
#clients .client .img {
    height: 76px;
    width: 138px;
    cursor: pointer;
    -webkit-transition: box-shadow .1s linear;
    -moz-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear;
}
#clients .client .img:hover {
    cursor: pointer;
    /*box-shadow: 0px 0px 2px 0px rgb(155, 155, 155);*/
    
    border-radius: 8px;
}
#clients .client .client1 {
    background: url("../img/client1.png") 0 -75px;
}
#clients .client .client1:hover {
    background-position: 1px 0px;
}
#clients .client .client2 {
    background: url("../img/client2.png") 0 -75px;
}
#clients .client .client2:hover {
    background-position: -1px 0px;
}
#clients .client .client3 {
    background: url("../img/client3.png") 0 -76px;
}
#clients .client .client3:hover {
    background-position: 0px 0px;
}

.bottom-10{margin-bottom: -10%!important;}
.bottom01{margin-bottom: 1%}
.bottom20{margin-bottom: 20%}
.bottom30{margin-bottom: 30%}

/*
-----------------------*/

@media screen and (min-width: 0) and (max-width: 319px){ 
    .flex-caption h3 {display: none;}
   
   
}

@media screen and (min-width: 320px) and (max-width: 533px){    
    .flex-caption h3 {font-size: 15px !important;}
    .grande1 {font-size: 30px;}
    .grande2 {font-size: 18px;}
    .mar-bottom-1{margin-bottom: -15%}
    .mar-bottom-0{margin-bottom: -25%;}
}

@media screen and (min-width: 534px) and (max-width: 646px){
    .flex-caption h3 {font-size: 20px !important;}
    .grande1 {font-size: 50px;}
    .grande2 {font-size: 30px;}
    .mar-bottom-1{margin-bottom: -5%}
    .mar-bottom-0{margin-bottom: -15%;}
}

@media screen and (min-width: 647px) and (max-width: 879px){
    .flex-caption h3 {font-size: 20px !important;}
    .grande1 {font-size: 60px;}
    .grande2 {font-size: 36px;}
    .mar-bottom-1{margin-bottom: 1%}
    .mar-bottom-0{margin-bottom: -10%;}
}

@media screen and (min-width: 880px) and (max-width: 999px){
    .flex-caption h3 {font-size: 20px;}
    .grande1 {font-size: 60px;}
    .grande2 {font-size: 36px;}
    .mar-bottom-1{margin-bottom: 1%}
    .mar-bottom-0{margin-bottom: -5%;}
}

@media screen and (min-width: 1000px) and (max-width: 1187px){
    .flex-caption h3 {font-size: 30px;}
    .grande1 {font-size: 80px;}
    .grande2 {font-size: 48px;}
    .mar-bottom-1{margin-bottom: 1%}
    .mar-bottom-0{margin-bottom: -5%;}
}

@media screen and (min-width: 1188px) and (max-width: 2561px){
    .flex-caption h3 {font-size: 50px;}
    .grande1 {font-size: 100px;}
    .grande2 {font-size: 60px;}
    .mar-bottom-1{margin-bottom: 1%;}
    .mar-bottom-0{margin-bottom: -5%;}
}







